if(typeof SearchFriend == "undefined") SearchFriend={};
if(typeof SearchFriend.index == "undefined") SearchFriend.index={};
SearchFriend.index_class = function() {};
Object.extend(SearchFriend.index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPhoneList: function(myRows, colums, sex, province) {
		return this.invoke("GetPhoneList", {"myRows":myRows, "colums":colums, "sex":sex, "province":province}, this.GetPhoneList.getArguments().slice(4));
	},
	tranProfile: function(username) {
		return this.invoke("tranProfile", {"username":username}, this.tranProfile.getArguments().slice(1));
	},
	url: '/ajaxpro/SearchFriend.index,SearchFriend.ashx'
}));
SearchFriend.index = new SearchFriend.index_class();

