
if (typeof KeywordMatch != "function") {
  function KeywordMatch() {
    this.title = null;
    this.linkUrl = null;
    this.cpwCode = null;
    this.description = null;
    this.isProductPage = false;
    this.keywordMatchId = null;
    this.isModel = null;
  }
}

if (typeof KeywordSearch != "function") {
  function KeywordSearch() {
    this.keyMatches = null;
    this.keyword = 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 (filterPhoneFinderDWRService == null) var filterPhoneFinderDWRService = {};
filterPhoneFinderDWRService._path = '/dwr';
filterPhoneFinderDWRService.findPhonefinderDeals = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, callback) {
  dwr.engine._execute(filterPhoneFinderDWRService._path, 'filterPhoneFinderDWRService', 'findPhonefinderDeals', p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, false, callback);
}

