new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 10,
  interval: 6000,
  width: 210,
  height: 180,
  theme: {
    shell: {
      background: '#74d426',
      color: '#142b0f'
    },
    tweets: {
      background: '#1c1c1c',
      color: '#fcfcfc',
      links: '#d2ff3d'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('haracuce').start();

