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/pcloudy.gif" /></div>');
document.write('<div class="weather_data"><span class="weather_small_text">Currently</span><br />');
document.write('<span class="weather_temp">50</span><br />');
document.write('<span class="weather_temp_hl"><span style="color:red">H: </span>51<span style="color:green"> L: </span>35</span></div>');
document.write('<div class="weather_click"><a class="weather_small_text" href="http://weather.cnhionline.com/hw3.php?usr=timeswv&config=&forecast=zandh&place=FAIRMONT&state=WV">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>');
