var quotes=new Array()
quotes[0]="<map name=\"nav\"><area shape=\"rect\" coords=\"0,0,130,137\" href=\"http://www.nypost.com/jackson/jackson.htm\"><area shape=\"rect\" coords=\"0,137,130,201\" href=\"http://www.nypost.com/weekend/weekend.htm\"><area shape=\"rect\" coords=\"0,201,130,299\" href=\"http://www.nypost.com/200years/200yearshome.htm\"><area shape=\"rect\" coords=\"0,299,130,360\" href=\"http://www.pagesix.com/emmys/emmys.htm\"></map><img src=\"/images/promos/promo.gif\" usemap=\"#nav\" border=0>"
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
