// Jobs content
var content1 = '<table width="180" border="0" cellspacing="0" cellpadding="0"><tr><td align="center"><img src="http://the.honoluluadvertiser.com/cms/images/jobs_hd1.gif" alt="" height="35" width="178" border="0"><br><form method="get" action="http://www.CareerBuilder.com/PLI/QuickSrchV2.asp" target="_top"><font size="-4" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>Enter Keywords</b></font><br><input type="hidden" name="SiteID" value="sid_hna02"><input type="hidden" name="lr" value="cbga_hna"><input type="text" name="QSKWD" size="18"><input type="hidden" name="QSUSE" value="All"><input type="hidden" name="QSCTY" value="honolulu"><input type="hidden" name="QSSTS" value="HI,US"><input type="hidden" id="exclude" name="QSENR" value="yes"><input type="hidden" name="QSCHL" value="al"><input type="image" src="http://the.honoluluadvertiser.com/cms/images/gobut1.gif" alt="" align="absmiddle" border="0" value="Submit Query"><br></form><img src="http://the.honoluluadvertiser.com/cms/images/jobs_hd2.gif" alt="" height="25" width="178" border="0"></td></td></tr></table>';
// Cars content
var content2 = '<img src="http://the.honoluluadvertiser.com/cms/images/cars_img.gif" alt="" height="118" width="178" usemap="#cars_imgbef2434b" border="0"><map name="cars_imgbef2434b"><area shape="rect" coords="14,95,110,111" href="http://honoluluadvertiser.p2ionline.com/automotive/main/index.aspx" alt=""><area shape="rect" coords="16,22,71,37" href="http://www.cars.com/go/buyIndex.jsp;jsessionid=FINXCLWE20UWHLAZGKMU2WA?aff=honolulu" alt=""><area shape="rect" coords="15,70,104,86" href="http://www.cars.com/go/crp/index.jsp;jsessionid=FINXCLWE20UWHLAZGKMU2WA?aff=honolulu" alt=""><area shape="rect" coords="15,46,73,62" href="http://siy.cars.com/siy/index.jsp?aff=honolulu&referer=hdr_top" alt=""></map>';
// Home content
var content3 = '<img src="http://the.honoluluadvertiser.com/cms/images/homes_img.gif" alt="" height="118" width="178" usemap="#homesmap" border="0"><map name="homesmap"><area shape="rect" coords="33,95,116,111" href="http://www.apartments.com/search/oasis.dll?p=honolulu&page=region&state=HI&partner=honolulu" alt=""><area shape="rect" coords="33,34,149,49" href="http://classifieds.honoluluadvertiser.com/osform/MVCCService?osform_template=/honolulu/branding/REindex.html&publication=honolulu&category=Classifieds" alt=""><area shape="rect" coords="33,74,131,90" href="http://www.homefinder.com/hawaiishomes/honolulu/map_search.jhtml?areaId=70073" alt=""><area shape="rect" coords="33,54,155,70" href="http://the.honoluluadvertiser.com/advertise/homes/sunday" alt=""></map>';
// Shop content
var content4 = '<img src="http://the.honoluluadvertiser.com/cms/images/shop_img.gif" alt="" height="118" width="178" usemap="#shopmap" border="0"><map name="shopmap"><area shape="rect" coords="33,95,132,111" href="http://customcoupon.com/cgi-bin/valuecenter.cgi?config=GANNETT141" alt=""><area shape="rect" coords="33,34,116,49" href="http://honoluluadvertiser.p2ionline.com/shoppingchannel/main/index.aspx" alt=""><area shape="rect" coords="33,74,138,90" href="http://www.honoluluadvertiser.com/classifieds/" alt=""><area shape="rect" coords="33,54,101,70" href="http://shop.honoluluadvertiser.com/" alt=""></map>';

function changeContent(id,shtml,color) {
   if (document.getElementById || document.all) {
      var el = document.getElementById? document.getElementById(id): document.all[id];
	  if (el && typeof el.innerHTML != "undefined") {
		  el.innerHTML = shtml;
		  el.style.backgroundColor=color;
	  }
   }
}

