if (typeof ContactInfoErrors != "function") { function ContactInfoErrors() { this.errors = null; } } if (typeof WidgetInitializer != "function") { function WidgetInitializer() { this.localNumber = null; this.partnerId = null; this.tollNumber = null; } } if (typeof DownloadSearchParameters != "function") { function DownloadSearchParameters() { this.phone = null; this.internalUser = false; this.keyword_s = null; this.IP = null; this.firstName = null; this.numberOfResults = 0; this.charLength = 0; this.requirePrice = false; this.tlds = []; this.pageSize = 0; this.hyphenExcluded = false; this.numbersExcluded = false; this.priceFacets = []; this.ms = null; this.lengthMin = null; this.minPrice = null; this.allPriceRanges = false; this.priceRange = []; this.sort_direction = null; this.words = null; this.keywords = null; this.allTlds = false; this.maxPrice = null; this.sort_by = null; this.categoryL1 = []; this.pageNum = 0; this.lastName = null; this.showExactMatchesFromAfternic = false; this.categoryL2 = []; this.email = null; this.origTldList = null; this.cartId = null; this.geoLocation = []; } } if (typeof Domain != "function") { function Domain() { this.listed = false; this.listedPrice = 0; this.capName = null; this.categoryL1 = null; this.name = null; } } if (typeof SearchParameters != "function") { function SearchParameters() { this.internalUser = false; this.keyword_s = null; this.charLength = 0; this.requirePrice = false; this.tlds = []; this.pageSize = 0; this.hyphenExcluded = false; this.numbersExcluded = false; this.priceFacets = []; this.lengthMin = null; this.minPrice = null; this.allPriceRanges = false; this.priceRange = []; this.sort_direction = null; this.words = null; this.keywords = null; this.maxPrice = null; this.allTlds = false; this.sort_by = null; this.categoryL1 = []; this.pageNum = 0; this.showExactMatchesFromAfternic = false; this.categoryL2 = []; this.origTldList = null; this.cartId = null; this.geoLocation = []; } } if (typeof FacetCount != "function") { function FacetCount() { this.description = null; } } if (typeof Facet != "function") { function Facet() { this.value = null; this.name = null; } } if (typeof EmailInquiryErrors != "function") { function EmailInquiryErrors() { this.errorText = null; } } if (typeof DownloadSearchErrors != "function") { function DownloadSearchErrors() { this.errors = null; } } if (typeof SearchResult != "function") { function SearchResult() { this.exactMatchesFromAfternic = null; this.priceFacets = []; this.nrOfPages = 0; this.testStatus = 0; this.featuredDomains = null; this.relatedWords = null; this.foundDomains = null; this.l2Facets = []; this.tldFacets = []; this.registralDomains = null; this.numFound = 0; this.l1Facets = []; } } if (typeof EmailInquiryInfo != "function") { function EmailInquiryInfo() { this.comments = null; this.email = null; this.name = null; } } if (typeof BusinessToolsContact != "function") { function BusinessToolsContact() { this.phone = null; this.fileName = null; this.country = null; this.sourceUrl = null; this.recaptchaResponse = null; this.email = null; this.IP = null; this.leadType = null; this.recaptchaChallenge = null; this.firstName = null; this.lastName = null; this.company = null; } } // Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (SubmitBusinessToolsLead == null) var SubmitBusinessToolsLead = {}; SubmitBusinessToolsLead._path = '/dwr'; SubmitBusinessToolsLead.submitContactInfo = function(p0, callback) { dwr.engine._execute(SubmitBusinessToolsLead._path, 'SubmitBusinessToolsLead', 'submitContactInfo', p0, callback); }