<!--
	document.write ('<table width=\"150\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\">');
	document.write ('<tr>');
	document.write ('<td colspan=\"2\"><img src=\"http://the.honoluluadvertiser.com/cms/ccimages/rr_weather_hd.gif\" height=\"15\" width=\"53\"></td>');
	document.write ('</tr>');
	document.write ('<tr>');
	document.write ('<td valign=\"bottom\" width=\"50\"><a href=\"http://honoluluadvertiser.weather.gannettonline.com/apps/pbcs.dll/section?Category=WEATHER01&City=Honolulu&State=HI"><img src="'+weather_icon+'" border=1 alt="'+weather_desc+'" width="48" height="35"></a></td>');
	document.write ('<td valign=\"bottom\"><font face=\"Verdana\" color=\"#D91111\" size=\"-1\" class=\"temperatureBig\"><b>'+weather_current+'&deg\;F</b></font></td>');
	document.write ('</tr>');
	document.write ('<tr>');
	document.write ('<td colspan=\"2\"><b><font face=\"Trebuchet MS, Verdana\" size=\"-1\" color=\"#666666\" class=\"subLabelBold\">'+weather_desc+'</font></b></td>');
	document.write ('</tr>');
	document.write ('<tr>');
	document.write ('<td><font face=\"Trebuchet MS, Verdana\" size=\"-2\" color=\"#333333\" class=\"photoCaption\">HIGH:</font> <font face=\"Trebuchet MS, Verdana\" size=\"-2\" color=\"#333333\" class=\"temperatureSm\">'+weather_todayhi+'&deg\;F</font></td>');
	document.write ('<td><font face=\"Trebuchet MS, Verdana\" size=\"-2\" color=\"#333333\" class=\"photoCaption\">LOW:</font> <font face=\"Trebuchet MS, Verdana\" size=\"-2\" color=\"#333333\" class=\"temperatureSm\">'+weather_todaylow+'&deg\;F</font></td>');
	document.write ('</tr>');
	document.write ('<tr>');
	document.write ('<td colspan=\"2\"><font face=\"Trebuchet MS, Verdana\" size=\"-2\" color=\"#333333\" class=\"photoCaption\"><a href=\"http://honoluluadvertiser.weather.gannettonline.com/apps/pbcs.dll/section?Category=WEATHER01&City=Honolulu&State=HI" class=\"leftNav\">Detailed forecast &gt;&gt;</a></font></td>');
	document.write ('</tr>');
	document.write ('<tr>');
	document.write ('<td colspan=\"2\"><a href=\"http://the.honoluluadvertiser.com/cms/sponsors/weather\" target=\"_blank\"><img src=\"http://the.honoluluadvertiser.com/cms/ccimages/sp-weather.gif\" alt=\"Weather Sponsor\" height=\"25\" width=\"95\" border=\"0\"></a></td>');
	document.write ('</tr>');
	document.write ('</table>');

//-->