var quotes=new Array()
quotes[0]="<map name=\"nav\"><area shape=\"rect\" coords=\"0,0,130,60\" href=\"http://www.nypost.com/weekend/weekend.htm\"><area shape=\"rect\" coords=\"0,60,130,158\" href=\"http://www.nypost.com/200years/200yearshome.htm\"><area shape=\"rect\" coords=\"0,158,130,219\" 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])