if(typeof RTS == "undefined") RTS={};
if(typeof RTS.Web == "undefined") RTS.Web={};
if(typeof RTS.Web.UI == "undefined") RTS.Web.UI={};
if(typeof RTS.Web.UI.PageControl == "undefined") RTS.Web.UI.PageControl={};
if(typeof RTS.Web.UI.PageControl.Login_class == "undefined") RTS.Web.UI.PageControl.Login_class={};
RTS.Web.UI.PageControl.Login_class = function() {};
Object.extend(RTS.Web.UI.PageControl.Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/RTS.Web.UI.PageControl.Login,Spark.RTS.ashx'
}));
RTS.Web.UI.PageControl.Login = new RTS.Web.UI.PageControl.Login_class();


