
new TWTR.Widget({
  version: 2,
  type: 'search',
  search: 'ジャグラー',
  interval: 6000,
  title: 'ジャグラーのつぶやき',
  subject: '',
  width: 'auto',
  height: 300,
  theme: {
    shell: {
      background: '#fc7312',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: false,
    avatars: false,
    toptweets: true,
    behavior: 'default'
  }
}).render().start();

