document.write('<div id="weatherLeft">');
document.write('    <span class="wdata"><img id="icon" width="80" height="50" src="http://media.bradenton.com/static/images/mi/third_party/accuweather/default_lg/35.GIF"/></span><br />');
document.write('    <a href="/hurricane">Hurricane Radar</a>');
document.write('</div>');
document.write('<div id="weatherRight">');
document.write('    <span class="wname"><a class="wname" id="loc" href="http://www.bradenton.com/weather">Bradenton, FL</a></span><br />');
document.write('    <span id="current" class="wdata">Partly cloudy 60&deg;F</span><br />');
document.write('    <span>High/Low: 76&deg;/61&deg;</span>');
document.write('</div>');

