addNamespace("_6SNS.Template._1");
_6SNS.Template._1.Link_class = Class.create();
_6SNS.Template._1.Link_class.prototype = (new AjaxPro.Request()).extend({
	GetFriendList: function(nCurrentPage, strType, strUserID, strFriendName, callback) {
		return this.invoke("GetFriendList", {"nCurrentPage":nCurrentPage, "strType":strType, "strUserID":strUserID, "strFriendName":strFriendName}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/_6SNS.Template._1.Link,6SNS.ashx";
	}
})
_6SNS.Template._1.Link = new _6SNS.Template._1.Link_class();

