var ajax=function() {
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ajax.prototype={
HelloWorld:Sys.Net._WebMethod._createProxyMethod(this,"HelloWorld", "ajax.HelloWorld",false),
GetStateByZip:Sys.Net._WebMethod._createProxyMethod(this,"GetStateByZip", "ajax.GetStateByZip",false,"zipcode"),
GetStateByZipAll:Sys.Net._WebMethod._createProxyMethod(this,"GetStateByZipAll", "ajax.GetStateByZipAll",false,"zipcode"),
GetCitiesByState:Sys.Net._WebMethod._createProxyMethod(this,"GetCitiesByState", "ajax.GetCitiesByState",false,"stateCode"),
GetStateAndCitiesByZipAll:Sys.Net._WebMethod._createProxyMethod(this,"GetStateAndCitiesByZipAll", "ajax.GetStateAndCitiesByZipAll",false,"zipcode"),
GetStateByZipX:Sys.Net._WebMethod._createProxyMethod(this,"GetStateByZipX", "ajax.GetStateByZipX",false,"zipcode"),
GoLoginUser:Sys.Net._WebMethod._createProxyMethod(this,"GoLoginUser", "ajax.GoLoginUser",false,"loginID","password"),_get_path: function() { return ajax.get_path(); },
    set_timeout: function(value) { this._timeout = value; },
    get_timeout: function() { return this._timeout; },
    set_defaultUserContext: function(value) { this._userContext = value; },
    get_defaultUserContext: function() { return this._userContext; },
    set_defaultSucceededCallback: function(value) { this._succeeded = value; },
    get_defaultSucceededCallback: function() { return this._succeeded; },
    set_defaultFailedCallback: function(value) { this._failed = value; },
    get_defaultFailedCallback: function() { return this._failed; }
}
ajax._staticInstance = new ajax();
ajax.set_path = function(value) { ajax._staticInstance._path = value; }
ajax.get_path = function() { return ajax._staticInstance._path; }
ajax.set_timeout = function(value) { ajax._staticInstance._timeout = value; }
ajax.get_timeout = function() { return ajax._staticInstance._timeout; }
ajax.set_defaultUserContext = function(value) { ajax._staticInstance._userContext = value; }
ajax.get_defaultUserContext = function() { return ajax._staticInstance._userContext; }
ajax.set_defaultSucceededCallback = function(value) { ajax._staticInstance._succeeded = value; }
ajax.get_defaultSucceededCallback = function() { return ajax._staticInstance._succeeded; }
ajax.set_defaultFailedCallback = function(value) { ajax._staticInstance._failed = value; }
ajax.get_defaultFailedCallback = function() { return ajax._staticInstance._failed; }
ajax.set_path("/ajax.asmx");
ajax.HelloWorld= function(onSuccess,onFailed,userContext) {ajax._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
ajax.GetStateByZip= function(zipcode,onSuccess,onFailed,userContext) {ajax._staticInstance.GetStateByZip(zipcode,onSuccess,onFailed,userContext); }
ajax.GetStateByZipAll= function(zipcode,onSuccess,onFailed,userContext) {ajax._staticInstance.GetStateByZipAll(zipcode,onSuccess,onFailed,userContext); }
ajax.GetCitiesByState= function(stateCode,onSuccess,onFailed,userContext) {ajax._staticInstance.GetCitiesByState(stateCode,onSuccess,onFailed,userContext); }
ajax.GetStateAndCitiesByZipAll= function(zipcode,onSuccess,onFailed,userContext) {ajax._staticInstance.GetStateAndCitiesByZipAll(zipcode,onSuccess,onFailed,userContext); }
ajax.GetStateByZipX= function(zipcode,onSuccess,onFailed,userContext) {ajax._staticInstance.GetStateByZipX(zipcode,onSuccess,onFailed,userContext); }
ajax.GoLoginUser= function(loginID,password,onSuccess,onFailed,userContext) {ajax._staticInstance.GoLoginUser(loginID,password,onSuccess,onFailed,userContext); }
var gtc = Sys.Net._WebMethod._generateTypedConstructor;
Type.registerNamespace('MLS');
MLS.CityDemographicData=gtc("MLS.CityDemographicData");
MLS.CityDemographicData.registerClass('MLS.CityDemographicData');
