new TWTR.Widget({
  version: 2,
  rpp: 10,
  type: 'search',
  search: 'kvtilburg',
  interval: 6000,
  title: '#kvtilburg: Laatste tweets:',
  subject: '',
  width: 'auto',
  height: 250,
  theme: {
    shell: {
      background: '#e8e8e5',
      color: '#000000'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#005588'
    }
  },
  features: {
    scrollbar: true,
    loop: true,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: true,
    toptweets: true,
    behavior: 'all'
  }
}).render().start();
