if(typeof Mosaic == "undefined") Mosaic={};
if(typeof Mosaic.WCM == "undefined") Mosaic.WCM={};
if(typeof Mosaic.WCM.Web == "undefined") Mosaic.WCM.Web={};
if(typeof Mosaic.WCM.Web.ControlsPage == "undefined") Mosaic.WCM.Web.ControlsPage={};
if(typeof Mosaic.WCM.Web.ControlsPage.CentralTempo == "undefined") Mosaic.WCM.Web.ControlsPage.CentralTempo={};
if(typeof Mosaic.WCM.Web.ControlsPage.CentralTempo.Default == "undefined") Mosaic.WCM.Web.ControlsPage.CentralTempo.Default={};
Mosaic.WCM.Web.ControlsPage.CentralTempo.Default_class = function() {};
Object.extend(Mosaic.WCM.Web.ControlsPage.CentralTempo.Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCidades: function(CD_ESTADO) {
		return this.invoke("GetCidades", {"CD_ESTADO":CD_ESTADO}, this.GetCidades.getArguments().slice(1));
	},
	GetCidadesXml: function(SG_ESTADO) {
		return this.invoke("GetCidadesXml", {"SG_ESTADO":SG_ESTADO}, this.GetCidadesXml.getArguments().slice(1));
	},
	CarregaTempo: function(SG_ESTADO, NO_MUNICIPIO) {
		return this.invoke("CarregaTempo", {"SG_ESTADO":SG_ESTADO, "NO_MUNICIPIO":NO_MUNICIPIO}, this.CarregaTempo.getArguments().slice(2));
	},
	GravaCookie: function(CD_CIDADE, NO_CIDADE, SG_ESTADO) {
		return this.invoke("GravaCookie", {"CD_CIDADE":CD_CIDADE, "NO_CIDADE":NO_CIDADE, "SG_ESTADO":SG_ESTADO}, this.GravaCookie.getArguments().slice(3));
	},
	url: '/ajaxpro/Mosaic.WCM.Web.ControlsPage.CentralTempo.Default,App_Web_default.aspx.1e3ff338.ashx'
}));
Mosaic.WCM.Web.ControlsPage.CentralTempo.Default = new Mosaic.WCM.Web.ControlsPage.CentralTempo.Default_class();


