new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 30,
  interval: 6000,
  title: 'Rubyists today',
  subject: '',
  width: 250,
  height: 300,
  theme: {
    shell: {
      background: '#4f4d4f',
      color: '#ffffff'
    },
    tweets: {
       background: '#ffffff',
       color: '#444444',
       links: '#b740c2'
    }
  },
    features: {
          scrollbar: true,
         loop: false,
     live: true,
         hashtags: true,
     timestamp: true,
         avatars: true,
     behavior: 'all'
       }
}).render().setList('elise_huard', 'ruby').start();

