new TWTR.Widget({
  version: 2,
  type: 'profile',
  title: 'Computerwacht berichten',
  subject: '',
  footerText: '',
  interval: 15000,
  width: 244,
  height: 155,
  theme: {
    shell: {
      background: 'transparant',
      color: '#6c6c6c'
    },
    tweets: {
      background: 'transparant',
      color: '#ffffff',
      links: '#ffffff'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('computerwacht').start(); 
