if(typeof PredictWallStreet == "undefined") PredictWallStreet={};
if(typeof PredictWallStreet.Web == "undefined") PredictWallStreet.Web={};
if(typeof PredictWallStreet.Web.PredictionContestWeekParticipant == "undefined") PredictWallStreet.Web.PredictionContestWeekParticipant={};
PredictWallStreet.Web.PredictionContestWeekParticipant_class = function() {};
Object.extend(PredictWallStreet.Web.PredictionContestWeekParticipant_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetContestPredictions: function(predictorID, startDate) {
		return this.invoke("GetContestPredictions", {"predictorID":predictorID, "startDate":startDate}, this.GetContestPredictions.getArguments().slice(2));
	},
	url: '/ajaxpro/PredictWallStreet.Web.PredictionContestWeekParticipant,PredictWallStreet.Web.ashx'
}));
PredictWallStreet.Web.PredictionContestWeekParticipant = new PredictWallStreet.Web.PredictionContestWeekParticipant_class();

