var quotes=new Array()
quotes[0]="<map name=\"nav\"><area shape=\"rect\" coords=\"0,0,130,82\" href=\"http://www.nypost.com/sports/hthomers/hthomers.htm\"><area shape=\"rect\" coords=\"0,82,130,143\" href=\"http://www.consumerguide.com/syn/nypost\"><area shape=\"rect\" coords=\"0,143,130,200\" href=\"/entertainment/movies/movies.htm\"></map><img src=\"/images/promos/promo.gif\" usemap=\"#nav\" border=0>"
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])