if(typeof WebRoot == "undefined") WebRoot={};
WebRoot.History_class = function() {};
Object.extend(WebRoot.History_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AJShowContent: function(lanmu) {
		return this.invoke("AJShowContent", {"lanmu":lanmu}, this.AJShowContent.getArguments().slice(1));
	},
	url: '/ajaxpro/WebRoot.History,WebRoot.ashx'
}));
WebRoot.History = new WebRoot.History_class();

