new TWTR.Widget({
  version: 2,
  type: 'search',
  search: 'Achterhoek OR ECHT Achterhoek OR Aalten OR Berkelland OR Bronckhorst OR Dinxperlo OR Doetinchem OR Lochem OR Montferland OR Oost-Gelre OR Lichtenvoorde OR Groenlo OR Eibergen OR Oude-IJsselstreek OR Varsseveld OR Terborg OR Silvolde OR Ulft OR Winterswijk OR Ruurlo OR Vorden OR Zelhem OR Gendringen OR Borculo OR Neede OR Didam OR Heerenberg',
  interval: 6000,
  title: 'ACHTERHOEK',
  subject: 'TWEETS',
  width: 175,
  height: 300,
  theme: {
    shell: {
      background: '#ffffff',
      color: '#827a6f'
    },
    tweets: {
      background: '#f4e7f0',
      color: '#827a6f',
      links: '#960062'
    }
  },
  features: {
    scrollbar: true,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    toptweets: true,
    behavior: 'default'
  }
}).render().start();
