if(typeof NIU == "undefined") NIU={};
if(typeof NIU.Biip == "undefined") NIU.Biip={};
if(typeof NIU.Biip.Controls == "undefined") NIU.Biip.Controls={};
if(typeof NIU.Biip.Controls.Game == "undefined") NIU.Biip.Controls.Game={};
NIU.Biip.Controls.Game.SmallDetails_class = function() {};
Object.extend(NIU.Biip.Controls.Game.SmallDetails_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetInfo: function(gameId, pid) {
		return this.invoke("GetInfo", {"gameId":gameId, "pid":pid}, this.GetInfo.getArguments().slice(2));
	},
	url: '/ajaxpro/NIU.Biip.Controls.Game.SmallDetails,NIU.Biip.Web.ashx'
}));
NIU.Biip.Controls.Game.SmallDetails = new NIU.Biip.Controls.Game.SmallDetails_class();

