
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<img border="1" BORDERCOLOR="#000000" width="150" src="http://www.fonkstra.com/designmay2004/sidenews/fake.jpg"><p><b> Now playing: Fake Web Sites</b><br>Welcome to the latest trend in movie advertising: ads for products that don\'t exist. <a href="http://www.kansas.com/mld/kansas/business/technology/8858809.htm" target="_blank"> <br>Kansas.com</a>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote]) 

