if(typeof HeadAndFoot == "undefined") HeadAndFoot={};
HeadAndFoot_class = function() {};
Object.extend(HeadAndFoot_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	OnLogIn: function(strName, strPassWord, strCheckCode) {
		return this.invoke("OnLogIn", {"strName":strName, "strPassWord":strPassWord, "strCheckCode":strCheckCode}, this.OnLogIn.getArguments().slice(3));
	},
	AskForCookie: function() {
		return this.invoke("AskForCookie", {}, this.AskForCookie.getArguments().slice(0));
	},
	DelCookie: function() {
		return this.invoke("DelCookie", {}, this.DelCookie.getArguments().slice(0));
	},
	url: '/ajaxpro/HeadAndFoot,NewWeb.ashx'
}));
HeadAndFoot = new HeadAndFoot_class();

