new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '風俗',
  interval: 6000,
  title: '風俗ツイート',
  subject: '風俗インフォ.jp',
  width: 'auto',
  height: 420,
  theme: {
    shell: {
      background: '#cccccc',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    toptweets: true,
    behavior: 'default'
  }
}).render().start();

