
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<table width="740" border="0" cellspacing="0" cellpadding="0"><tr><td width="100%" height="170" align="left" valign="top" background="images/topshow1.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="50%" height="170" align="left" valign="top">&nbsp;</td><td width="50%" height="170" align="right" valign="middle"><img src="images/logo.gif" width="204" height="109" alt="" border="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td></tr></table></td></tr><tr><td width="100%" height="1" align="left" valign="top" bgcolor="#600000"><img src="images/clear.gif" width="100" height="1" alt="" border="0"></td></tr></table>'

quotes[1]='<table width="740" border="0" cellspacing="0" cellpadding="0"><tr><td width="100%" height="170" align="left" valign="top" background="images/topshow1.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="50%" height="170" align="left" valign="top">&nbsp;</td><td width="50%" height="170" align="right" valign="middle"><img src="images/logo.gif" width="204" height="109" alt="" border="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td></tr></table></td></tr><tr><td width="100%" height="1" align="left" valign="top" bgcolor="#600000"><img src="images/clear.gif" width="100" height="1" alt="" border="0"></td></tr></table>'

quotes[2]='<table width="740" border="0" cellspacing="0" cellpadding="0"><tr><td width="100%" height="170" align="left" valign="top" background="images/topshow1.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="50%" height="170" align="left" valign="top">&nbsp;</td><td width="50%" height="170" align="right" valign="middle"><img src="images/logo.gif" width="204" height="109" alt="" border="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td></tr></table></td></tr><tr><td width="100%" height="1" align="left" valign="top" bgcolor="#600000"><img src="images/clear.gif" width="100" height="1" alt="" border="0"></td></tr></table>'



var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])




