var quotes=new Array()

quotes[0]='<iframe name="menu" hspace="0" vspace="0" width="100%" height="250"scrolling="no" frameborder="0" src="frames/menu.htm" class="menu"><span class="menu"><font size="1"></font>Menu</span></iframe>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])