function main(){
	
	swfobject.embedSWF("./weather.swf", "weather", "100%", "100%", "8");
	
}

$(document).ready(main);