

<!--
	document.write ('<table width=\"170\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\">');
	document.write ('<tr>');
	document.write ('<td valign=\"middle\" width=\"50\" rowspan=\"2\"><font face=\"Verdana\" color=\"#D91111\" size=\"-1\" class=\"temperatureBig\">&nbsp;&nbsp;<b>'+weather_current+'&deg\;F</b></font></td>');
	document.write ('<td valign=\"middle\" width=\"50\" rowspan=\"2\"><a href=\"'+weather_details+'\" target=\"target01_Window\" menubar=\"no\" toolbar=\"no\" addressbar=\"no\" status=\"no\" scrollbars=\"yes\" resizable=\"no\" width=\"600\" height=\"300\" left=\"600\" top=\"0\"><img src=\"'+weather_icon+'\" alt=\"'+weather_desc+'\" width=\"48\" height=\"35\" border=\"0\" /></a></td>');
	document.write ('<td><font face=\"Trebuchet MS, Verdana\" size=\"-2\" color=\"#333333\" class=\"photoCaption\">&nbsp;<a href=\"'+weather_details+'\" target=\"target01_Window\" class=\"leftNav\">Forecast &gt;</a></font></td>');
	document.write ('</tr>');
	document.write ('<tr>');
	document.write ('<td>&nbsp;<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 ('</tr>');
	document.write ('</table>');

//-->

