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">59</span><br />');
document.write('<span class="weather_temp_hl"><span style="color:red">H: </span>60<span style="color:green"> L: </span>45</span></div>');
document.write('<div class="weather_click"><a class="weather_small_text" href="http://weather.cnhionline.com/hw3.php?usr=gainesvilleregister&config=&forecast=zandh&place=GAINESVILLE&state=TX">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.f-s-b.com/lending-c-1_8.html" target="_blank" border="0"><img src="http://weather.cnhionline.com/images/sponsors/gainesvilleregister_sm.gif" width="120" height="60" border="0" /></a></div>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
