if(typeof TwentyFour == "undefined") TwentyFour={};
if(typeof TwentyFour.Sites == "undefined") TwentyFour.Sites={};
if(typeof TwentyFour.Sites.TwoFourCom == "undefined") TwentyFour.Sites.TwoFourCom={};
if(typeof TwentyFour.Sites.TwoFourCom.UI == "undefined") TwentyFour.Sites.TwoFourCom.UI={};
if(typeof TwentyFour.Sites.TwoFourCom.UI.Site == "undefined") TwentyFour.Sites.TwoFourCom.UI.Site={};
TwentyFour.Sites.TwoFourCom.UI.Site.WeatherAjax_class = function() {};
Object.extend(TwentyFour.Sites.TwoFourCom.UI.Site.WeatherAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetWeatherFromCookie: function() {
		return this.invoke("GetWeatherFromCookie", {}, this.GetWeatherFromCookie.getArguments().slice(0));
	},
	GetWeather: function(Type, sCity) {
		return this.invoke("GetWeather", {"Type":Type, "sCity":sCity}, this.GetWeather.getArguments().slice(2));
	},
	url: '/ajaxpro/TwentyFour.Sites.TwoFourCom.UI.Site.WeatherAjax,TwoFourCom.ashx'
}));
TwentyFour.Sites.TwoFourCom.UI.Site.WeatherAjax = new TwentyFour.Sites.TwoFourCom.UI.Site.WeatherAjax_class();

