new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '競馬 -http',
  interval: 6000,
  title: '最新の競馬情報をゲット！',
  subject: '競馬ツイッター',
  width: 220,
  height: 360,
  theme: {
    shell: {
      background: '#2e9fe5',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#555555',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    toptweets: true,
    behavior: 'default'
  }
}).render().start();
