new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 6,
  interval: 6000,
  width: 275,
  height: 310,
  theme: {
    shell: {
      background: '#bea775',
      color: '#ffffff'
    },
    tweets: {
      background: '#e8dbb1',
      color: '#555666',
      links: '#660d0d'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('TabaashLtd').start();
