if(typeof GuestAjaxLogin == "undefined") GuestAjaxLogin={};
GuestAjaxLogin_class = function() {};
Object.extend(GuestAjaxLogin_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	isValidUser: function(uid, pwd) {
		return this.invoke("isValidUser", {"uid":uid, "pwd":pwd}, this.isValidUser.getArguments().slice(2));
	},
	url: '/ajaxpro/Webcom.Configurator.GuestUserAjaxLogin,Webcom.Configurator.ashx'
}));
GuestAjaxLogin = new GuestAjaxLogin_class();

