new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 3000,
  width: 250,
  height: 300,
  theme: {
    shell: {
      background: '#205ed9',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#999499',
      links: '#0788eb'
    }
  },
  features: {
    scrollbar: true,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
}).render().setUser('travelwithEFT').start();
