if(typeof index2 == "undefined") index2={};
index2_class = function() {};
Object.extend(index2_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetGameSceneAjax: function(gameid, sceneid, gamename, strgameid) {
		return this.invoke("GetGameSceneAjax", {"gameid":gameid, "sceneid":sceneid, "gamename":gamename, "strgameid":strgameid}, this.GetGameSceneAjax.getArguments().slice(4));
	},
	getCountDown: function(year, month, day) {
		return this.invoke("getCountDown", {"year":year, "month":month, "day":day}, this.getCountDown.getArguments().slice(3));
	},
	VoteClick: function(ID) {
		return this.invoke("VoteClick", {"ID":ID}, this.VoteClick.getArguments().slice(1));
	},
	url: '/ajaxpro/index2,App_Web_index.aspx.cdcab7d2.r3jboeio.ashx'
}));
index2 = new index2_class();

