
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<img border="0" BORDERCOLOR="#000000" width="150" src="http://www.fonkstra.com/designmay2004/sidenews/yahoo.jpg"><p><b> Yahoo Advertising On Google </b><br>Although the two companies are acknowledged competitors, Yahoo has begun advertising on Google using Google\'s AdWords program.<a href="http://www.webpronews.com/news/ebusinessnews/wpn-45-20040607YahooAdvertisingOnGoogle.html" target="_blank"> <br>WebProNews</a>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote]) 

