jQuery.fn.venusWeather = function(c,e) {
	if (e == '2') {
		$(this).addClass("wlarge");	
	}
	$(this).addClass("loading");
	$(this).load("/havadurumu/weather.php",{"q":c,"t":e},function(){
		$(this).removeClass("loading");
	});
};//venusWeather ends
