﻿/*
var weatherx = document.getElementById('weatherflash').offsetLeft -200 ;
var weathery = document.getElementById('weatherflash').offsetTop -8 ;
var code ;
	if (readCookie('cirypre')!=''){
		code = readCookie('cirypre');
	}	
	else{
		code = 'LGAT';
	}
	if (window.navigator.appName.toLowerCase().indexOf("microsoft") > -1)
	{
		document.write('<div id="dummydiv" style="position:absolute;left:'+ weatherx  +'px;top:'+ weathery  +'px;z-index:1;width:330px;height:120px;">')
		showSWF('/SiteCollectionImages/Flash/header_w3.swf','330','560','topw','citycode=' + code) ;
		document.write('</div>')
	}
	else {
		document.write('<div id="dummydiv" style="position:absolute;left:'+ weatherx  +'px;top:'+ weathery  +'px;z-index:1;width:330px;height:120px;">')
		showSWF('/SiteCollectionImages/Flash/header_w3.swf','100%','100%','topw','citycode=' + code) ;
		document.write('</div>')
	}
*/	
	



