
var quotes=new Array()

//content of script: Hide Flash border

quotes[0]='<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="560" height="96"><param name="movie" value="flash/bottom.swf"><param name="quality" value="High"><embed src="flash/bottom.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="560" height="96" quality="High"></object>'

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