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));
	},
	ShowLink: function(id, tableName) {
		return this.invoke("ShowLink", {"id":id, "tableName":tableName}, this.ShowLink.getArguments().slice(2));
	},
	addMsg: function(author, linktel, content, type, titleid) {
		return this.invoke("addMsg", {"author":author, "linktel":linktel, "content":content, "type":type, "titleid":titleid}, this.addMsg.getArguments().slice(5));
	},
	msgList: function(currentPage, type, titleid) {
		return this.invoke("msgList", {"currentPage":currentPage, "type":type, "titleid":titleid}, this.msgList.getArguments().slice(3));
	},
	url: '/ajaxpro/HeadAndFoot1,App_Web_7y5mvisr.ashx'
}));
Cookie = new Cookie_class();


