var quotes=new Array()
quotes[0]="<map name=\"nav\"><area shape=\"rect\" coords=\"0,0,130,68\" href=\"http://www.nypost.com/weekend/weekend.htm\"><area shape=\"rect\" coords=\"0,68,130,166\" href=\"http://www.nypost.com/200years/200yearshome.htm\"><area shape=\"rect\" coords=\"0,166,130,232\" href=\"http://www.pagesix.com/emmys/emmys.htm\"><area shape=\"rect\" coords=\"0,232,130,308\" href=\"http://nyc.babyzone.com/allregions/default.asp?ReferedBy=nypost\"></map><img src=\"/images/promos/promo.gif\" usemap=\"#nav\" border=0>"
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
