if(typeof waterproofboot == "undefined") waterproofboot={};
waterproofboot_class = function() {};
Object.extend(waterproofboot_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetData: function(PageNo, Gender, cat) {
		return this.invoke("GetData", {"PageNo":PageNo, "Gender":Gender, "cat":cat}, this.GetData.getArguments().slice(3));
	},
	url: '/ajaxpro/waterproofboot,App_Web_gia75lml.ashx'
}));
waterproofboot = new waterproofboot_class();

