if(typeof ICASL == "undefined") ICASL={};
if(typeof ICASL.Index == "undefined") ICASL.Index={};
ICASL.Index_class = function() {};
Object.extend(ICASL.Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidateUser: function(type, uname, pass) {
		return this.invoke("ValidateUser", {"type":type, "uname":uname, "pass":pass}, this.ValidateUser.getArguments().slice(3));
	},
	url: '/ajaxpro/ICASL.Index,ICASL.ashx'
}));
ICASL.Index = new ICASL.Index_class();

