new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 10,
  interval: 6000,
  width: 240,
  height: 557,
  theme: {
    shell: {
      background: '#ff6e6e',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffe6c9',
      color: '#4a4a4a',
      links: '#0091ff'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setUser('geleemix').start();
