function writeWeather() {document.write('<div style="position:absolute;left:800px;top:1px;width:150px;height:50px">');
document.write('<div style="float:left"><a href="http://www.stltoday.com/stltoday/weather.nsf/SS/News-Weather?OpenDocument"><img src="http://images.stltoday.com/stltoday/images/weather/nbknpd.gif" width="43" height="43" alt="Mostly Cloudy" border="0" /></a>');
document.write('</div>');
document.write('<div style="text-align:left;vertical-align:top"><a href="http://www.stltoday.com/stltoday/weather.nsf/SS/News-Weather?OpenDocument" class="weatherHead">&nbsp;Mostly Cloudy');
document.write('<br />&nbsp;59&deg;F');
document.write('<br />&nbsp;[Forecast]</a></div>');
document.write('</div>');
}
