var wsrvJTMaloney=function() {
wsrvJTMaloney.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
wsrvJTMaloney.prototype={
CommunityList:function(succeededCallback, failedCallback, userContext) {
return this._invoke(wsrvJTMaloney.get_path(), 'CommunityList',false,{},succeededCallback,failedCallback,userContext); }}
wsrvJTMaloney.registerClass('wsrvJTMaloney',Sys.Net.WebServiceProxy);
wsrvJTMaloney._staticInstance = new wsrvJTMaloney();
wsrvJTMaloney.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; wsrvJTMaloney._staticInstance._path = value; }
wsrvJTMaloney.get_path = function() { return wsrvJTMaloney._staticInstance._path; }
wsrvJTMaloney.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
wsrvJTMaloney._staticInstance._timeout = value; }
wsrvJTMaloney.get_timeout = function() { 
return wsrvJTMaloney._staticInstance._timeout; }
wsrvJTMaloney.set_defaultUserContext = function(value) { 
wsrvJTMaloney._staticInstance._userContext = value; }
wsrvJTMaloney.get_defaultUserContext = function() { 
return wsrvJTMaloney._staticInstance._userContext; }
wsrvJTMaloney.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; wsrvJTMaloney._staticInstance._succeeded = value; }
wsrvJTMaloney.get_defaultSucceededCallback = function() { 
return wsrvJTMaloney._staticInstance._succeeded; }
wsrvJTMaloney.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; wsrvJTMaloney._staticInstance._failed = value; }
wsrvJTMaloney.get_defaultFailedCallback = function() { 
return wsrvJTMaloney._staticInstance._failed; }
wsrvJTMaloney.set_path("/wsrv/wsrvJTMaloney.asmx");
wsrvJTMaloney.CommunityList= function(onSuccess,onFailed,userContext) {wsrvJTMaloney._staticInstance.CommunityList(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(CCommunityItem) === 'undefined') {
var CCommunityItem=gtc("CCommunityItem");
CCommunityItem.registerClass('CCommunityItem');
}
