function ajaxWeather(){
	document.getElementById('weather1').innerHTML = '<object height="48" width="120" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" name="netWxV2" id="netWxV2"><param value="http://netwx.accuweather.com/netWx-V27.swf?zipcode=EUR|IT|IT008|SAN REMO|&amp;customtheme=&amp;theme=1&amp;metric=1&amp;target=_blank&amp;lang=de&amp;url=&amp;video=&amp;category=&amp;logo=0&amp;tStyle=normal&amp;partner=netweather&amp;myspace=0" name="movie"> <param value="transparent" name="wmode"> <param value="always" name="AllowScriptAccess"> <embed height="48" width="120" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" wmode="transparent" name="netWxV2" src="http://netwx.accuweather.com/netWx-V27.swf?zipcode=EUR|IT|IT008|SAN REMO|&amp;customtheme=&amp;theme=1&amp;metric=1&amp;target=_self&amp;lang=de&amp;url=&amp;video=&amp;category=&amp;logo=0&amp;tStyle=normal&amp;partner=netweather&amp;myspace=0" id="netWxV2"></object>';
	document.getElementById('weather2').innerHTML = '<object height="48" width="120" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" name="netWxV2" id="netWxV2"><param value="http://netwx.accuweather.com/netWx-V27.swf?zipcode=EUR|RO|RO013|BREBU NOU|&amp;customtheme=&amp;theme=1&amp;metric=1&amp;target=_blank&amp;lang=de&amp;url=&amp;video=&amp;category=&amp;logo=0&amp;tStyle=normal&amp;partner=netweather&amp;myspace=0" name="movie"> <param value="transparent" name="wmode"> <param value="always" name="AllowScriptAccess"> <embed height="48" width="120" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" wmode="transparent" name="netWxV2" src="http://netwx.accuweather.com/netWx-V27.swf?zipcode=EUR|RO|RO013|BREBU NOU|&amp;customtheme=&amp;theme=1&amp;metric=1&amp;target=_self&amp;lang=de&amp;url=&amp;video=&amp;category=&amp;logo=0&amp;tStyle=normal&amp;partner=netweather&amp;myspace=0" id="netWxV2"></object>';
	document.getElementById('weather3').innerHTML = '<object height="48" width="120" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" name="netWxV2" id="netWxV2"><param value="http://netwx.accuweather.com/netWx-V27.swf?zipcode=EUR|DE|GM001|FREIBURG|&amp;customtheme=&amp;theme=1&amp;metric=1&amp;target=_blank&amp;lang=de&amp;url=&amp;video=&amp;category=&amp;logo=0&amp;tStyle=normal&amp;partner=netweather&amp;myspace=0" name="movie"> <param value="transparent" name="wmode"> <param value="always" name="AllowScriptAccess"> <embed height="48" width="120" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" wmode="transparent" name="netWxV2" src="http://netwx.accuweather.com/netWx-V27.swf?zipcode=EUR|DE|GM001|FREIBURG|&amp;customtheme=&amp;theme=1&amp;metric=1&amp;target=_self&amp;lang=de&amp;url=&amp;video=&amp;category=&amp;logo=0&amp;tStyle=normal&amp;partner=netweather&amp;myspace=0" id="netWxV2"></object>';
}

window.setTimeout("ajaxWeather()", 3000);
