new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 10,
  interval: 6000,
  title: 'Ootmarsum',
  subject: 'Autobedrijf Boerrigter',
  width: 200,
  height: 200,
  theme: {
    shell: {
      background: '#f8970f',
      color: '#000000'
    },
    tweets: {
      background: '#000000',
      color: '#ffffff',
      links: '#f8970f'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setList('AutoBoerrigter', '').start();
