new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 6000,
  width: 191,
  height: 275,
  theme: {
    shell: {
      background: '#333',
      color: '#fff'
    },
    tweets: {
      background: '#000',
      color: '#fff',
      links: '#72b1de'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('EVillageTav').start();
