
var quotes=new Array()


quotes[0]='<img src="http://www.futr2000.com/pics/google.gif" width="150" height="55" border="2" alt=""><p>'

quotes[1]='<img src="http://www.futr2000.com/pics/google1.gif" width="150" height="55" border="2" alt=""><p>'

quotes[2]='<img src="http://www.futr2000.com/pics/google2.gif" width="150" height="55" border="2" alt=""><p>'

quotes[3]='<img src="http://www.futr2000.com/pics/google3.gif" width="150" height="55" border="2" alt=""><p>'

quotes[4]='<img src="http://www.futr2000.com/pics/google4.gif" width="150" height="55" border="2" alt=""><p>'

quotes[5]='<img src="http://www.futr2000.com/pics/google.gif" width="150" height="55" border="2" alt=""><p>'





var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
