addNamespace("_6SNS.Template._1");
_6SNS.Template._1.Index_class = Class.create();
_6SNS.Template._1.Index_class.prototype = (new AjaxPro.Request()).extend({
	GetFriendOnlineList: function(nCurrentPage, iPageSize, strUserID, callback) {
		return this.invoke("GetFriendOnlineList", {"nCurrentPage":nCurrentPage, "iPageSize":iPageSize, "strUserID":strUserID}, callback);
	},
	GetRelation: function(strUserID, callback) {
		return this.invoke("GetRelation", {"strUserID":strUserID}, callback);
	},
	SubmitMessage: function(strContent, strAuthorID, callback) {
		return this.invoke("SubmitMessage", {"strContent":strContent, "strAuthorID":strAuthorID}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/_6SNS.Template._1.Index,6SNS.ashx";
	}
})
_6SNS.Template._1.Index = new _6SNS.Template._1.Index_class();

