qoutations=new Array(
" \"We have two classes of forecasters: Those who don't know-and those who don't know that they don't know.\" <br><FONT COLOR=RED > -J. K. Galbraith</FONT>",
"<br>\"Don't try to buy at the bottom <br>and sell at the top.<br><br>It can be done by liars.\" <br><FONT COLOR=RED > -Banard Baruch</FONT>",
"<br>\"Money is like manure. <br>You have to spread it around or it smells.\" <br><br><FONT COLOR=RED > -J.Paul Getty</FONT>",
"<br>\"Sometimes <br>your best investments are the ones you don't make.\" <br><br><FONT COLOR=RED > -Donald Trump</FONT>",
"<br><br>\"Sell <br>what the crowd wants to buy<br> and buy <br>what the<br> crowd shuns.\"<br>",
"<br><br> \"Stocks <br>are bought on expectations ,<br> not facts.\" <br><br><FONT COLOR=RED > -Gerald M. Loeb</FONT>",
"<br>\"When even<br> the analyst are bored,<br> its time to start buying.\" <br><br><FONT COLOR=RED > -Peter Lynch</FONT>",
"<br> \"If you want to know the value of money ,<BR> go try to borrow some \" <br><FONT COLOR=RED> -Benjamin<br> Franklin </FONT>",
"<br> \"A stock broker is one who invests other people's money until its all gone.\" <br><br><FONT COLOR=RED> -Allen Woody </FONT>",
" <br>\"Average investors who try to do a lot of trading will only make their broker rich.\" <br><br><FONT COLOR=RED > -Michael Jenson<i></i>  </FONT>",
"<br>\"Trifles make perfection and perfection is no trifle.\" <br><br><FONT COLOR=RED> -Michaelangelo <i>Italian Artist</i>  </FONT>",
" \"To the investment manager,<br>soft dollars are someone else's money and hard dollars are your own.\" <br><FONT COLOR=RED > -Dean LeBaron</FONT>"
)
qtindex=0
function changequotations()
{
qtns.innerHTML=qoutations[qtindex]
qtindex=(qtindex+1)% qoutations.length
}

function startcng()
{
setInterval("changequotations()",5000)
}