if(typeof xkziBook == "undefined") xkziBook={};
xkziBook_class = function() {};
Object.extend(xkziBook_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	msgList: function(str) {
		return this.invoke("msgList", {"str":str}, this.msgList.getArguments().slice(1));
	},
	url: '/ajaxpro/WebFunction,App_Code.pancittn.ashx'
}));
xkziBook = new xkziBook_class();

