if(typeof PredictWallStreet == "undefined") PredictWallStreet={};
if(typeof PredictWallStreet.Web == "undefined") PredictWallStreet.Web={};
if(typeof PredictWallStreet.Web.Ajax == "undefined") PredictWallStreet.Web.Ajax={};
PredictWallStreet.Web.Ajax_class = function() {};
Object.extend(PredictWallStreet.Web.Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RagingBullCommentSave: function(predictorID, board, comment, directionalForecast, originID, targetDate) {
		return this.invoke("RagingBullCommentSave", {"predictorID":predictorID, "board":board, "comment":comment, "directionalForecast":directionalForecast, "originID":originID, "targetDate":targetDate}, this.RagingBullCommentSave.getArguments().slice(6));
	},
	Report_LogEvent: function(originID, eventID, symbol, predictorID) {
		return this.invoke("Report_LogEvent", {"originID":originID, "eventID":eventID, "symbol":symbol, "predictorID":predictorID}, this.Report_LogEvent.getArguments().slice(4));
	},
	url: '/ajaxpro/PredictWallStreet.Web.Ajax,PredictWallStreet.Web.ashx'
}));
PredictWallStreet.Web.Ajax = new PredictWallStreet.Web.Ajax_class();

