addNamespace("Global");
Global_class = function() {};
Object.extend(Global_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ServerAddFriend: function(intMemberID, intFriendMemberID) {
		return this.invoke("ServerAddFriend", {"intMemberID":intMemberID, "intFriendMemberID":intFriendMemberID}, this.ServerAddFriend.getArguments().slice(2));
	},
	AjaxFramePhotoThumbnailQueryString: function(strFileName, strSize) {
		return this.invoke("AjaxFramePhotoThumbnailQueryString", {"strFileName":strFileName, "strSize":strSize}, this.AjaxFramePhotoThumbnailQueryString.getArguments().slice(2));
	},
	url: '/ajaxpro/Global,App_Code.ashx'
}));
Global = new Global_class();

