//weatherWidget
weatherWidget = '<div style="width: 180px; height: 150px; background-image: url( http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/blue_180x150_bg.jpg ); background-repeat: no-repeat; background-color: #346797;" ><div id="NetweatherContainer" style="height: 138px;" ><script src="http://netweather.accuweather.com/adcbin/netweather_v2/netweatherV2ex.asp?partner=netweather&tStyle=whteYell&logo=1&zipcode=44102&lang=eng&size=8&theme=blue&metric=0&target=_self"></script></div><div style="text-align: center; font-family: arial, helvetica, verdana, sans-serif; font-size: 10px; line-height: 12px; color: #FFFFFF;" ><a style="color: #FFFFFF" href="http://www.accuweather.com/us/OH/CLEVELAND/44102/city-weather-forecast.asp?partner=accuweather&traveler=0" >Weather Forecast</a> | <a style="color: #FFFFFF" href="http://www.accuweather.com/maps-satellite.asp">Weather Maps</a></div></div><br />';
//function below
function print_weather() {
document.write(weatherWidget);
}
print_weather();
