var popular_searches = {
  'ipod': {
    w: 'ipod',
    exclude_terms: 'wholesale list*,hong kong'
  },
  'wii': {
    w: 'wii',
    exclude_terms: 'disney,falkland,seiko,swii,iwi,sii,vintage,canon'
  },
  'xbox 360': {
    w: 'xbox 360',
    exclude_terms: 'wholesale list*,mystery,hill 30'
  },
  'Coach': {
    w: 'Coach',
    exclude_terms: 'cach,train,india,mexico,car,castell,rupee,nicholas'
  },
  'playstation 3': {
    w: 'playstation 3',
    exclude_terms: 'mystery,wholesale list*'
  },
  'Abercrombie': {
    w: 'Abercrombie',
    exclude_terms: ''
  },
  'Banana Republic': {
    w: 'Banana Republic',
    exclude_terms: ''
  },
  'Callaway Golf': {
    w: 'Callaway Golf',
    exclude_terms: ''
  },
  'Disney': {
    w: 'Disney',
    exclude_terms: ''
  },
  'home theater system': {
    w: 'home theater system',
    exclude_terms: ''
  },
  'Louis Vuitton': {
    w: 'Louis Vuitton',
    exclude_terms: ''
  },
  'laptop': {
    w: 'laptop',
    exclude_terms: ''
  }
};

