new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 6000,
  width: 190,
  height: 200,
  theme: {
    shell: {
      background: '#3b1802',
      color: '#ffffff'
    },
    tweets: {
      background: '#d8bd82',
      color: '#3b1802',
      links: '#c44b00'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('puzumari').start();
