Type.registerNamespace('blvd');
blvd.serviceBLVD=function() {
blvd.serviceBLVD.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
blvd.serviceBLVD.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return blvd.serviceBLVD._staticInstance.get_path();},
HelloWorld:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HelloWorld',false,{},succeededCallback,failedCallback,userContext); },
GetDealerLoc:function(zip,distance,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDealerLoc',false,{zip:zip,distance:distance},succeededCallback,failedCallback,userContext); },
submitDealerApp:function(firstName,lastName,businessName,email,address,address2,city,state,zip,country,phone,fax,numberLocations,numberEmployees,website,storeFrontCheckBox,eCommerceCheckBox,WomensClothingCheckBox,MensClothingCheckBox,ShoesCheckBox,JewelryCheckBox,HandbagsCheckBox,MonogrammedCheckBox,OtherCheckBox,comments,contactedFromBlvdRadioButtonList,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'submitDealerApp',false,{firstName:firstName,lastName:lastName,businessName:businessName,email:email,address:address,address2:address2,city:city,state:state,zip:zip,country:country,phone:phone,fax:fax,numberLocations:numberLocations,numberEmployees:numberEmployees,website:website,storeFrontCheckBox:storeFrontCheckBox,eCommerceCheckBox:eCommerceCheckBox,WomensClothingCheckBox:WomensClothingCheckBox,MensClothingCheckBox:MensClothingCheckBox,ShoesCheckBox:ShoesCheckBox,JewelryCheckBox:JewelryCheckBox,HandbagsCheckBox:HandbagsCheckBox,MonogrammedCheckBox:MonogrammedCheckBox,OtherCheckBox:OtherCheckBox,comments:comments,contactedFromBlvdRadioButtonList:contactedFromBlvdRadioButtonList},succeededCallback,failedCallback,userContext); }}
blvd.serviceBLVD.registerClass('blvd.serviceBLVD',Sys.Net.WebServiceProxy);
blvd.serviceBLVD._staticInstance = new blvd.serviceBLVD();
blvd.serviceBLVD.set_path = function(value) { blvd.serviceBLVD._staticInstance.set_path(value); }
blvd.serviceBLVD.get_path = function() { return blvd.serviceBLVD._staticInstance.get_path(); }
blvd.serviceBLVD.set_timeout = function(value) { blvd.serviceBLVD._staticInstance.set_timeout(value); }
blvd.serviceBLVD.get_timeout = function() { return blvd.serviceBLVD._staticInstance.get_timeout(); }
blvd.serviceBLVD.set_defaultUserContext = function(value) { blvd.serviceBLVD._staticInstance.set_defaultUserContext(value); }
blvd.serviceBLVD.get_defaultUserContext = function() { return blvd.serviceBLVD._staticInstance.get_defaultUserContext(); }
blvd.serviceBLVD.set_defaultSucceededCallback = function(value) { blvd.serviceBLVD._staticInstance.set_defaultSucceededCallback(value); }
blvd.serviceBLVD.get_defaultSucceededCallback = function() { return blvd.serviceBLVD._staticInstance.get_defaultSucceededCallback(); }
blvd.serviceBLVD.set_defaultFailedCallback = function(value) { blvd.serviceBLVD._staticInstance.set_defaultFailedCallback(value); }
blvd.serviceBLVD.get_defaultFailedCallback = function() { return blvd.serviceBLVD._staticInstance.get_defaultFailedCallback(); }
blvd.serviceBLVD.set_enableJsonp = function(value) { blvd.serviceBLVD._staticInstance.set_enableJsonp(value); }
blvd.serviceBLVD.get_enableJsonp = function() { return blvd.serviceBLVD._staticInstance.get_enableJsonp(); }
blvd.serviceBLVD.set_jsonpCallbackParameter = function(value) { blvd.serviceBLVD._staticInstance.set_jsonpCallbackParameter(value); }
blvd.serviceBLVD.get_jsonpCallbackParameter = function() { return blvd.serviceBLVD._staticInstance.get_jsonpCallbackParameter(); }
blvd.serviceBLVD.set_path("/serviceBLVD.asmx");
blvd.serviceBLVD.HelloWorld= function(onSuccess,onFailed,userContext) {blvd.serviceBLVD._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
blvd.serviceBLVD.GetDealerLoc= function(zip,distance,onSuccess,onFailed,userContext) {blvd.serviceBLVD._staticInstance.GetDealerLoc(zip,distance,onSuccess,onFailed,userContext); }
blvd.serviceBLVD.submitDealerApp= function(firstName,lastName,businessName,email,address,address2,city,state,zip,country,phone,fax,numberLocations,numberEmployees,website,storeFrontCheckBox,eCommerceCheckBox,WomensClothingCheckBox,MensClothingCheckBox,ShoesCheckBox,JewelryCheckBox,HandbagsCheckBox,MonogrammedCheckBox,OtherCheckBox,comments,contactedFromBlvdRadioButtonList,onSuccess,onFailed,userContext) {blvd.serviceBLVD._staticInstance.submitDealerApp(firstName,lastName,businessName,email,address,address2,city,state,zip,country,phone,fax,numberLocations,numberEmployees,website,storeFrontCheckBox,eCommerceCheckBox,WomensClothingCheckBox,MensClothingCheckBox,ShoesCheckBox,JewelryCheckBox,HandbagsCheckBox,MonogrammedCheckBox,OtherCheckBox,comments,contactedFromBlvdRadioButtonList,onSuccess,onFailed,userContext); }

