function writeWeather() {document.write('<DIV STYLE="position:absolute;left:800px;top:1px;width:150px;height:50px">');
document.write('<A HREF="http://www.stltoday.com/news/weather" CLASS="weatherHead">');
document.write('<DIV STYLE="float:left"><IMG SRC="http://images.stltoday.com/stltoday/images/weather/01pd.gif" WIDTH=43 HEIGHT=43 ALT="Sunny, Last Updated: 03/17/2007 01:23 pm" BORDER=0>');
document.write('</DIV>');
document.write('<DIV STYLE="text-align:left;vertical-align:top">Sunny');
document.write('<BR>Currently 38');
document.write('<BR>[7-day forecast]</DIV></A>');
document.write('</DIV>');
}
