if(typeof PlayTrivia == "undefined") PlayTrivia={};
if(typeof PlayTrivia.Index == "undefined") PlayTrivia.Index={};
PlayTrivia.Index_class = function() {};
Object.extend(PlayTrivia.Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getGameInfo: function(selectedGameID) {
		return this.invoke("getGameInfo", {"selectedGameID":selectedGameID}, this.getGameInfo.getArguments().slice(1));
	},
	goToWebsite: function(selectedGameID) {
		return this.invoke("goToWebsite", {"selectedGameID":selectedGameID}, this.goToWebsite.getArguments().slice(1));
	},
	url: '/ajaxpro/PlayTrivia.Index,App_Web_gppstp63.ashx'
}));
PlayTrivia.Index = new PlayTrivia.Index_class();

