function writeWeather() {
document.writeln('<div id="weather_bug">');
document.write('<a class="alert" href="http://www.stltoday.com/news/weather/alerts">Severe Weather</a>');
document.writeln('<a class="temp" href="http://www.stltoday.com/weather">10&deg;F</a>');
document.writeln('<div class="c_and_f">');
document.writeln('<a class="conditions" href="http://www.stltoday.com/weather">Partly  Cloudy</a>');
document.writeln('<a class="forecast" href="http://www.stltoday.com/weather">Forecast</a>');
document.writeln('</div>');
document.writeln('<img class="sponsor" src="http://images.stltoday.com/stltoday/images/sponsor_weather.gif">');
document.writeln('</div>');
}
