if(typeof hiking_boots == "undefined") hiking_boots={};
hiking_boots_class = function() {};
Object.extend(hiking_boots_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetData: function(pageno, strwhere, REC_PER_PAGE) {
		return this.invoke("GetData", {"pageno":pageno, "strwhere":strwhere, "REC_PER_PAGE":REC_PER_PAGE}, this.GetData.getArguments().slice(3));
	},
	url: '/ajaxpro/hiking_boots,App_Web_hiking_boots.aspx.cdcab7d2.9kohr5ny.ashx'
}));
hiking_boots = new hiking_boots_class();

