new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 30,
  interval: 6000,
  title: '<img src="images/twitter.jpg" width="142" height="18" alt="IL FIORE Twitter">',
  width: 390,
  height: 150,
  theme: {
    shell: {
      background: '#999999',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#b740c2'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setList('tomishimg', 'list').start();
