if(typeof localhost == "undefined") localhost={};
if(typeof localhost.Searching3 == "undefined") localhost.Searching3={};
localhost.Searching3_class = function() {};
Object.extend(localhost.Searching3_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMemInfo: function(pageNo, totalRecord, country, sex, age, photo, phone, name) {
		return this.invoke("GetMemInfo", {"pageNo":pageNo, "totalRecord":totalRecord, "country":country, "sex":sex, "age":age, "photo":photo, "phone":phone, "name":name}, this.GetMemInfo.getArguments().slice(8));
	},
	url: '/ajaxpro/localhost.Searching3,localhost.ashx'
}));
localhost.Searching3 = new localhost.Searching3_class();


