if(typeof front == "undefined") front={};
if(typeof front.frontGeneralClass == "undefined") front.frontGeneralClass={};
front.frontGeneralClass_class = function() {};
Object.extend(front.frontGeneralClass_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getUnderInfo: function() {
		return this.invoke("getUnderInfo", {}, this.getUnderInfo.getArguments().slice(0));
	},
	getGGHtml: function(placeID) {
		return this.invoke("getGGHtml", {"placeID":placeID}, this.getGGHtml.getArguments().slice(1));
	},
	getUnderLink: function(placeID) {
		return this.invoke("getUnderLink", {"placeID":placeID}, this.getUnderLink.getArguments().slice(1));
	},
	getColumnNg: function(type) {
		return this.invoke("getColumnNg", {"type":type}, this.getColumnNg.getArguments().slice(1));
	},
	getInfoBrowseTime: function(id, type) {
		return this.invoke("getInfoBrowseTime", {"id":id, "type":type}, this.getInfoBrowseTime.getArguments().slice(2));
	},
	updateInfoBrowseTime: function(id, type) {
		return this.invoke("updateInfoBrowseTime", {"id":id, "type":type}, this.updateInfoBrowseTime.getArguments().slice(2));
	},
	GetProvinceXML: function() {
		return this.invoke("GetProvinceXML", {}, this.GetProvinceXML.getArguments().slice(0));
	},
	url: '/ajaxpro/front.frontGeneralClass,App_Code.ashx'
}));
front.frontGeneralClass = new front.frontGeneralClass_class();

