var weatherOutput = ['<table cellpadding="0" cellspacing="2" border="0"> \n',
'<tr> \n',
'<td valign="middle"><a href="http://www.jacksonville.com/subscription/" class="weather_link"><img src="http://www.jacksonville.com/images/subscribe_paper_small.gif" width="35" height="12" border="0" align="absmiddle">Subscription Services</a>&nbsp;</td> \n',
'<td width="2" valign="middle" style="background-color: #c8e5f7;"><img src="http://www.jacksonville.com/images/misc/spacer.gif" width="2" height="1" border="0"></td> \n',
'<td valign="middle"><a href="http://www.jacksonville.com/weather/"><img src="http://www.jacksonville.com/images/weather/24pix/18.gif" width="24" height="24" border="0" align="absmiddle"></a>&nbsp;<a href="http://www.jacksonville.com/weather/" title="Weather Info" class="weather_link">Currently 77&deg;, RAIN</a>&nbsp;</td> \n',
'<td width="2" valign="middle" style="background-color: #c8e5f7;"><img src="http://www.jacksonville.com/images/misc/spacer.gif" width="2" height="1" border="0"></td> \n',
'<td valign="middle">&nbsp;<a href="http://www.jacksonville.com/traffic/" title="Traffic Coverage" class="weather_link"><img src="http://www.jacksonville.com/images/TrafficCoverage_Car.gif" width="27" height="10" border="0" alt="">&nbsp;TRAFFIC COVERAGE</a></td> \n',
'</tr> \n',
'</table> \n'
];

document.write(weatherOutput.join('\n'));
