new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 5,
  interval: 6000,
  width: 240,
  height: 115,
  theme: {
    shell: {
      background: '#333333',
      color: '#FFFFFF'
    },
    tweets: {
      background: '#000000',
      color: '#999999',
      links: '#CC3333'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('ModenaGroup').start();

