if(typeof Daisy == "undefined") Daisy={};
if(typeof Daisy.Common == "undefined") Daisy.Common={};
if(typeof Daisy.Common.Data == "undefined") Daisy.Common.Data={};
if(typeof Daisy.Common.Data.AjaxUtility == "undefined") Daisy.Common.Data.AjaxUtility={};
Daisy.Common.Data.AjaxUtility_class = function() {};
Object.extend(Daisy.Common.Data.AjaxUtility_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetTeamInfo: function(catID, matchWeek, teamID) {
		return this.invoke("GetTeamInfo", {"catID":catID, "matchWeek":matchWeek, "teamID":teamID}, this.GetTeamInfo.getArguments().slice(3));
	},
	GetImageLink: function(value) {
		return this.invoke("GetImageLink", {"value":value}, this.GetImageLink.getArguments().slice(1));
	},
	GetOldWeeksVisitors: function() {
		return this.invoke("GetOldWeeksVisitors", {}, this.GetOldWeeksVisitors.getArguments().slice(0));
	},
	GetSessionListByAuthorID: function(value) {
		return this.invoke("GetSessionListByAuthorID", {"value":value}, this.GetSessionListByAuthorID.getArguments().slice(1));
	},
	url: '/Fanatik/ajaxpro/Daisy.Common.Data.AjaxUtility,App_Code.5_rpkq1e.ashx'
}));
Daisy.Common.Data.AjaxUtility = new Daisy.Common.Data.AjaxUtility_class();

