if(typeof Trancepod == "undefined") Trancepod={};
if(typeof Trancepod.Web == "undefined") Trancepod.Web={};
if(typeof Trancepod.Web.UC == "undefined") Trancepod.Web.UC={};
Trancepod.Web.UC.SignIn_class = function() {};
Object.extend(Trancepod.Web.UC.SignIn_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AjaxPost: function(path, Command, data, strStatus) {
		return this.invoke("AjaxPost", {"path":path, "Command":Command, "data":data, "strStatus":strStatus}, this.AjaxPost.getArguments().slice(4));
	},
	url: '/ajaxpro/Trancepod.Web.UC.SignIn,TrancepodWeb.ashx'
}));
Trancepod.Web.UC.SignIn = new Trancepod.Web.UC.SignIn_class();

