new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 20,
  interval: 30000,
  width: 290,
  height: 220,
  theme: {
    shell: {
      background: '#89a4f5',
      color: '#ffffff'
    },
    tweets: {
      background: '#474747',
      color: '#ffffff',
      links: '#ffb700'
    }
  },
  features: {
    scrollbar: true,
    loop: true,
    live: true,
    behavior: 'all'
  }
}).render().setUser('40EastBand').start();
