document.write('<table id="weather_cor">');
document.write('<tr>');
document.write('<td class="weather_cor_left">');
document.write('<div class="weather_icon"><img src="http://weather.cnhionline.com/images/fcicons/cloudy.gif" /></div>');
document.write('<div class="weather_data"><span class="weather_small_text">Currently</span><br />');
document.write('<span class="weather_temp">21</span><br />');
document.write('<span class="weather_temp_hl"><span style="color:red">H: </span>25<span style="color:green"> L: </span>13</span></div>');
document.write('<div class="weather_click"><a class="weather_small_text" href="http://weather.cnhionline.com/hw3.php?usr=clintonherald&config=&forecast=zandh&place=CLINTON&state=IA">Click for more weather</a></div>');
document.write('</td>');
document.write('<td class="weather_cor_right">');
document.write('<div class="weather_sponsor"></div>');
document.write('<div class="weather_ad"><a href="http://www.wildroseresorts.com/casino_clinton/home.php" target="_blank" border="0"><img src="http://weather.cnhionline.com/images/sponsors/clintonherald_sm.gif" width="120" height="60" border="0" /></a></div>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
