if(typeof Arkadium == "undefined") Arkadium={};
if(typeof Arkadium.Common == "undefined") Arkadium.Common={};
Arkadium.Common.Leaderboard_class = function() {};
Object.extend(Arkadium.Common.Leaderboard_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ChangeMood: function(userId, moodId) {
		return this.invoke("ChangeMood", {"userId":userId, "moodId":moodId}, this.ChangeMood.getArguments().slice(2));
	},
	GetData: function(group, period, userID, type, gameID, nTop) {
		return this.invoke("GetData", {"group":group, "period":period, "userID":userID, "type":type, "gameID":gameID, "nTop":nTop}, this.GetData.getArguments().slice(6));
	},
	url: '/ajaxpro/Arkadium.Common.Leaderboard,Arkadium.Hearst.MarieClaire.GameWebSite.ashx'
}));
Arkadium.Common.Leaderboard = new Arkadium.Common.Leaderboard_class();

