var quotes=new Array()
quotes[0]="<map name=\"nav\"><area shape=\"rect\" coords=\"0,0,130,198\" href=\"http://store.nypost.com/disp_merch_category.asp?cat_id=49\"><area shape=\"rect\" coords=\"0,0,130,335\" href=\"http://store.nypost.com/disp_merch_category.asp?cat_id=8\"></map><img src=\"/images/promos/promo.gif\" usemap=\"#nav\" border=0>"
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])