new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '#maaktenraakt',
  interval: 6000,
  title: '',
  subject: '',
  width: 180,
  height: 245,
  theme: {
    shell: {
      background: 'transparent',
      color: '#ffffff'
    },
    tweets: {
      background: 'transparent',
      color: '#444444',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    toptweets: false,
    behavior: 'default'
  }
}).render().start();
