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">22</span><br />');
document.write('<span class="weather_temp_hl"><span style="color:red">H: </span>29<span style="color:green"> L: </span>21</span></div>');
document.write('<div class="weather_click"><a class="weather_small_text" href="http://weather.cnhionline.com/hw3.php?usr=journalregister&config=&forecast=zandh&place=MEDINA&state=NY">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.travelocity.com/Cars/0,,CJUS||Y,00.html?lb.done=1&Service=CJUS" target="_blank" border="0"><img src="http://weather.cnhionline.com/images/sponsors/national_sm.gif" width="120" height="60" border="0" /></a></div>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
