Syn.Cityphoto=Class.extend({init:function(){$('#local_cityphoto_weather_icon').fixPngBackground();$('#local_cityphoto_weather_hover,#local_cityphoto_weather_popup').connect('mouseover',this,'showDiv')},showDiv:function(target,event){$('#local_cityphoto_weather_popup').show();$('#local_cityphoto_weather_popup .local_cityphoto_weather_forecast_img').fixPngBackground();$('#local_cityphoto_weather_hover').disconnect('mouseover',this,'showDiv');$('#local_cityphoto_weather_hover').connect('mouseout',this,'hideDiv')},hideDiv:function(target,event){$('#local_cityphoto_weather_popup').hide();$('#local_cityphoto_weather_hover').disconnect('mouseout',this,'hideDiv');$('#local_cityphoto_weather_hover').connect('mouseover',this,'showDiv')}});