if(typeof Tgbus == "undefined") Tgbus={};
if(typeof Tgbus.FlashGame == "undefined") Tgbus.FlashGame={};
Tgbus.FlashGame.GameDetail_class = function() {};
Object.extend(Tgbus.FlashGame.GameDetail_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetReview: function(gameId, inpStr, userName, iptRandomCode) {
		return this.invoke("SetReview", {"gameId":gameId, "inpStr":inpStr, "userName":userName, "iptRandomCode":iptRandomCode}, this.SetReview.getArguments().slice(4));
	},
	GetValidCode: function() {
		return this.invoke("GetValidCode", {}, this.GetValidCode.getArguments().slice(0));
	},
	url: '/ajaxpro/Tgbus.FlashGame.GameDetail,Tgbus.FlashGame.ashx'
}));
Tgbus.FlashGame.GameDetail = new Tgbus.FlashGame.GameDetail_class();

