document.write('<div class="weathernode">');
document.write('  <div class="wcity">Fort Mill, SC</div>');
document.write('  <div class="wdata">');
document.write('    <div class="wicon"><img id="icon" src="http://media.fortmilltimes.com/static/images/mi/third_party/accuweather/transp_lg/33.GIF"/></div>');
document.write('    <div class="wtemp">Currently:<br><span>48</span>&deg;</div>');
document.write('  </div>');
document.write('<div id="wsevere" style="display:none"><a style="text-decoration:underline;font-weight:bold" href="http://www.fortmilltimes.com/severeweather">Weather Alert</a></div>');
document.write('  <div class="wlinks"><a href="/weather">More Weather</a> | <a href="http://www.scdot.org/getting/cams/RockHillCam.asp" target="_new">Traffic</a></div>');
document.write('</div>');
