if(typeof Cookie == "undefined") Cookie={};
Cookie_class = function() {};
Object.extend(Cookie_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ReadCookie: function() {
		return this.invoke("ReadCookie", {}, this.ReadCookie.getArguments().slice(0));
	},
	url: '/ajaxpro/HeadAndFoot,App_Web_164sljna.ashx'
}));
Cookie = new Cookie_class();

