
var quotes=new Array()

quotes[0]='<img src="http://www.futrtools.com/images/moonfutr.jpg" width="700" height="69" border="0">'

quotes[1]='<img src="http://www.futrtools.com/images/octomap.gif" width="700" height="100" border="0">'

quotes[2]='<img src="http://www.futrtools.com/images/logo2.jpg" width="540" height="110" border="0">'

quotes[3]='<img src="http://www.futrtools.com/images/logo5.jpg" width="700" height="100" border="0"><br><img src="http://www.futrtools.com/images/pianokeys.gif" width="700" height="32" border="0">'

quotes[2]='<img src="http://www.futrtools.com/images/logo3.jpg" width="700" height="100" border="0">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
