var quotes = new Array()

quotes[0] = '<table cellspacing=0 cellpadding=0 width="439" border=0 height="124"><tbody><tr><td width=17 background="images/tbl-tc.gif"><img height=15 src="images/tbl-tl.gif" width=17></td><td background="images/tbl-tc.gif" width="419"><img height=1 src="images/spacer.gif" width=150></td><td align=right width=17 background="images/tbl-tc.gif"><img height=15 src="images/tbl-tr.gif" width=17></td></tr><tr><td width=17 background="images/tbl-cl.gif" height="94"><img height=50 src="images/spacer.gif" width=16></td><td class=Main valign=top bgcolor=#FFFBFF height="94" width="419" align="left"><div align="left"><strong>Book Online or Call</strong><br><br>US & Canada - 1-800-750-5733<br><br>Europe 00-800-11-20-11-40<br><br>use discount code <strong>146774</strong></div></td><td width=17 background="images/tbl-cr.gif" height="94">&nbsp;</td></tr><tr><td width=17 background="images/tbl-bc.gif"><img height=15 src="images/tbl-bl.gif" width=17></td><td background="images/tbl-bc.gif" width="419"><img height=1 src="images/spacer.gif" width=1></td><td align=right width=17 background="images/tbl-bc.gif"><img height=15 src="images/tbl-br.gif" width=17></td></tr></tbody> </table>'

quotes[1] = '<table cellspacing=0 cellpadding=0 width="439" border=0 height="124"><tbody><tr><td width=17 background="images/tbl-tc.gif"><img height=15 src="images/tbl-tl.gif" width=17></td> <td colspan="2" background="images/tbl-tc.gif"><img height=1 src="images/spacer.gif" width=150></td><td align=right width=17 background="images/tbl-tc.gif"><img height=15 src="images/tbl-tr.gif" width=17></td></tr><tr><td width=17 background="images/tbl-cl.gif" height="94"><img height=50 src="images/spacer.gif" width=16></td><td class=Main valign=top bgcolor=#FFFBFF height="94" width="248" align="left"><div align="justify"><strong>City On Sale </strong>- New York<br><br><font size="1" face="Verdana, Arial, Helvetica, sans-serif">There is no single experience that defines New York City. Rather, it is the sum of all your adventures in this city of cities, whether you are a first-timer or a regular visitor. History, superb museums, theater, nightlife, sports, restaurants, stores, boutiques, galleries, boundless energy, and indomitable spirit - that is New York.<br><br><a href="http://www.travelnow.com/index.jsp?&pageName=cityOnSale&cid=146774">Click Here to Book</a></font></div></td> <td class=Main valign=middle bgcolor=#FFFBFF width="157" align="right"><a href="http://www.travelnow.com/index.jsp?&pageName=cityOnSale&cid=146774"><img src="images/cityonsale.jpg" alt="City On Sale" width="150" height="131" border="0"></a></td> <td width=17 background="images/tbl-cr.gif" height="94">&nbsp;</td></tr><tr> <td width=17 background="images/tbl-bc.gif"><img height=15 src="images/tbl-bl.gif" width=17></td> <td colspan="2" background="images/tbl-bc.gif"><img height=1 src="images/spacer.gif" width=1></td> <td align=right width=17 background="images/tbl-bc.gif"><img height=15 src="images/tbl-br.gif" width=17></td></tr></tbody></table>'

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