
new TWTR.Widget({
  version: 2,
  type: 'search',
  search: 'lultimo.jp/smsl OR lultimo_smsl OR "Slow Music Slow LIVE" OR #SMSL10',
  /*rpp: 10,*/
  interval: 3000,
  /*title: 'Slow Music Slow LIVE\'10',*/
  subject: 'Slow Music Slow LIVE \'10 on Twitter',
  width: 470,
  height: 200,
  theme: {
    shell: {
      background: '#333333',
      color: '#ffffff'
    },
    tweets: {
      background: '#000000',
      color: '#ffffff',
      links: '#4aed05'
    }
  },
  features: {
    scrollbar: true,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
	toptweets: true,
    behavior: 'default'
  }
}).render().start();
