new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 1,
  interval: 6000,
  width: 890,
  height: 40,
  theme: {
    shell: {
      background: '#FFF',
      color: '#848484'
    },
    tweets: {
      background: '#FFF',
      color: '#848484',
      links: '#c3c3c3'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('VanSonInk').start();
