if(typeof Web == "undefined") Web={};
if(typeof Web.AmusementAndCate == "undefined") Web.AmusementAndCate={};
if(typeof Web.AmusementAndCate.Ajax == "undefined") Web.AmusementAndCate.Ajax={};
if(typeof Web.AmusementAndCate.Ajax.AjaxFunction == "undefined") Web.AmusementAndCate.Ajax.AjaxFunction={};
Web.AmusementAndCate.Ajax.AjaxFunction_class = function() {};
Object.extend(Web.AmusementAndCate.Ajax.AjaxFunction_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckMyLogin: function(username, userpassword) {
		return this.invoke("CheckMyLogin", {"username":username, "userpassword":userpassword}, this.CheckMyLogin.getArguments().slice(2));
	},
	CheckNickName: function(NickName) {
		return this.invoke("CheckNickName", {"NickName":NickName}, this.CheckNickName.getArguments().slice(1));
	},
	AddMyFriends: function(FriendID, FriendType) {
		return this.invoke("AddMyFriends", {"FriendID":FriendID, "FriendType":FriendType}, this.AddMyFriends.getArguments().slice(2));
	},
	WishesVote: function(wishID) {
		return this.invoke("WishesVote", {"wishID":wishID}, this.WishesVote.getArguments().slice(1));
	},
	WishesVoteNum: function(wishID) {
		return this.invoke("WishesVoteNum", {"wishID":wishID}, this.WishesVoteNum.getArguments().slice(1));
	},
	GetWeather: function(city) {
		return this.invoke("GetWeather", {"city":city}, this.GetWeather.getArguments().slice(1));
	},
	url: '/ajaxpro/Web.AmusementAndCate.Ajax.AjaxFunction,Web.ashx'
}));
Web.AmusementAndCate.Ajax.AjaxFunction = new Web.AmusementAndCate.Ajax.AjaxFunction_class();

