Type.registerNamespace('FFS_001');
FFS_001.LocationWebService=function() {
FFS_001.LocationWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
FFS_001.LocationWebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return FFS_001.LocationWebService._staticInstance.get_path();},
GetLocation:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLocation',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); }}
FFS_001.LocationWebService.registerClass('FFS_001.LocationWebService',Sys.Net.WebServiceProxy);
FFS_001.LocationWebService._staticInstance = new FFS_001.LocationWebService();
FFS_001.LocationWebService.set_path = function(value) { FFS_001.LocationWebService._staticInstance.set_path(value); }
FFS_001.LocationWebService.get_path = function() { return FFS_001.LocationWebService._staticInstance.get_path(); }
FFS_001.LocationWebService.set_timeout = function(value) { FFS_001.LocationWebService._staticInstance.set_timeout(value); }
FFS_001.LocationWebService.get_timeout = function() { return FFS_001.LocationWebService._staticInstance.get_timeout(); }
FFS_001.LocationWebService.set_defaultUserContext = function(value) { FFS_001.LocationWebService._staticInstance.set_defaultUserContext(value); }
FFS_001.LocationWebService.get_defaultUserContext = function() { return FFS_001.LocationWebService._staticInstance.get_defaultUserContext(); }
FFS_001.LocationWebService.set_defaultSucceededCallback = function(value) { FFS_001.LocationWebService._staticInstance.set_defaultSucceededCallback(value); }
FFS_001.LocationWebService.get_defaultSucceededCallback = function() { return FFS_001.LocationWebService._staticInstance.get_defaultSucceededCallback(); }
FFS_001.LocationWebService.set_defaultFailedCallback = function(value) { FFS_001.LocationWebService._staticInstance.set_defaultFailedCallback(value); }
FFS_001.LocationWebService.get_defaultFailedCallback = function() { return FFS_001.LocationWebService._staticInstance.get_defaultFailedCallback(); }
FFS_001.LocationWebService.set_path("/LocationWebService.asmx");
FFS_001.LocationWebService.GetLocation= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {FFS_001.LocationWebService._staticInstance.GetLocation(knownCategoryValues,category,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AjaxControlToolkit');
if (typeof(AjaxControlToolkit.CascadingDropDownNameValue) === 'undefined') {
AjaxControlToolkit.CascadingDropDownNameValue=gtc("AjaxControlToolkit.CascadingDropDownNameValue");
AjaxControlToolkit.CascadingDropDownNameValue.registerClass('AjaxControlToolkit.CascadingDropDownNameValue');
}
