new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 6,
  interval: 30000,
  width: 331,
  height: 170,
  theme: {
    shell: {
      background: '#cccccc',
      color: '#333333'
    },
    tweets: {
      background: '#f7f7f7',
      color: '#666666',
      links: '#4aed05'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('florestafm').start();

