
var quotes=new Array()

quotes[0]='<img src="http://www.futrtools.com/images/futrtools.gif" width="250" height="128" border="0" alt="FutrTools">'

quotes[1]='<img src="http://www.futrtools.com/images/brainstormAnime.gif" width="227" height="133" border="0" alt="BrainStorm">'

quotes[2]='<img src="http://www.futrtools.com/images/futrtools.gif" width="250" height="128" border="0" alt="FutrTools">'

quotes[3]='<img src="http://www.futrtools.com/images/planAnimate.gif" width="463" height="117" border="0" alt="">'

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