if(typeof NFLPoolTracker == "undefined") NFLPoolTracker={};
NFLPoolTracker.WebForm1_class = function() {};
Object.extend(NFLPoolTracker.WebForm1_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ScheduleDetails: function(sID) {
		return this.invoke("ScheduleDetails", {"sID":sID}, this.ScheduleDetails.getArguments().slice(1));
	},
	url: '/ajaxpro/NFLPoolTracker.WebForm1,NFLPoolTracker.ashx'
}));
NFLPoolTracker.WebForm1 = new NFLPoolTracker.WebForm1_class();

