new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 5,
  interval: 6000,
  width: 700,
  height: 400,
  theme: {
    shell: {
      background: '#f3ead7',
      color: '#02003d'
    },
    tweets: {
      background: '#f3ead7',
      color: '#02003d',
      links: '#76a6e6'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setUser('startlijsten').start();
