var DynamicPopulate=function() {
DynamicPopulate.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
DynamicPopulate.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return DynamicPopulate._staticInstance.get_path();},
IncreaseCommentOpposed:function(commentID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IncreaseCommentOpposed',false,{commentID:commentID},succeededCallback,failedCallback,userContext); },
IncreaseCommentAgreed:function(commentID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IncreaseCommentAgreed',false,{commentID:commentID},succeededCallback,failedCallback,userContext); },
IncreaseEntryScore:function(entryID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IncreaseEntryScore',false,{entryID:entryID},succeededCallback,failedCallback,userContext); },
GetMessageBody:function(messageID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMessageBody',false,{messageID:messageID},succeededCallback,failedCallback,userContext); }}
DynamicPopulate.registerClass('DynamicPopulate',Sys.Net.WebServiceProxy);
DynamicPopulate._staticInstance = new DynamicPopulate();
DynamicPopulate.set_path = function(value) { DynamicPopulate._staticInstance.set_path(value); }
DynamicPopulate.get_path = function() { return DynamicPopulate._staticInstance.get_path(); }
DynamicPopulate.set_timeout = function(value) { DynamicPopulate._staticInstance.set_timeout(value); }
DynamicPopulate.get_timeout = function() { return DynamicPopulate._staticInstance.get_timeout(); }
DynamicPopulate.set_defaultUserContext = function(value) { DynamicPopulate._staticInstance.set_defaultUserContext(value); }
DynamicPopulate.get_defaultUserContext = function() { return DynamicPopulate._staticInstance.get_defaultUserContext(); }
DynamicPopulate.set_defaultSucceededCallback = function(value) { DynamicPopulate._staticInstance.set_defaultSucceededCallback(value); }
DynamicPopulate.get_defaultSucceededCallback = function() { return DynamicPopulate._staticInstance.get_defaultSucceededCallback(); }
DynamicPopulate.set_defaultFailedCallback = function(value) { DynamicPopulate._staticInstance.set_defaultFailedCallback(value); }
DynamicPopulate.get_defaultFailedCallback = function() { return DynamicPopulate._staticInstance.get_defaultFailedCallback(); }
DynamicPopulate.set_enableJsonp = function(value) { DynamicPopulate._staticInstance.set_enableJsonp(value); }
DynamicPopulate.get_enableJsonp = function() { return DynamicPopulate._staticInstance.get_enableJsonp(); }
DynamicPopulate.set_jsonpCallbackParameter = function(value) { DynamicPopulate._staticInstance.set_jsonpCallbackParameter(value); }
DynamicPopulate.get_jsonpCallbackParameter = function() { return DynamicPopulate._staticInstance.get_jsonpCallbackParameter(); }
DynamicPopulate.set_path("/Common/DynamicPopulate.asmx");
DynamicPopulate.IncreaseCommentOpposed= function(commentID,onSuccess,onFailed,userContext) {DynamicPopulate._staticInstance.IncreaseCommentOpposed(commentID,onSuccess,onFailed,userContext); }
DynamicPopulate.IncreaseCommentAgreed= function(commentID,onSuccess,onFailed,userContext) {DynamicPopulate._staticInstance.IncreaseCommentAgreed(commentID,onSuccess,onFailed,userContext); }
DynamicPopulate.IncreaseEntryScore= function(entryID,onSuccess,onFailed,userContext) {DynamicPopulate._staticInstance.IncreaseEntryScore(entryID,onSuccess,onFailed,userContext); }
DynamicPopulate.GetMessageBody= function(messageID,onSuccess,onFailed,userContext) {DynamicPopulate._staticInstance.GetMessageBody(messageID,onSuccess,onFailed,userContext); }

