new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 6000,
  width: 430,
  height: 90,
  theme: {
    shell: {
      background: '#FFF5E6',
      color: '#3E3933'
    },
    tweets: {
      background: '#FFF5E6',
      color: '#000000',
      links: '#6a6b69'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: false,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('denschub').start();