new TWTR.Widget({
  version: 2,
  type: 'search',
  search: ' 深浦 OR 五能線  -王位 -九段 -康市 -棋士',
  interval: 6000,
  title: '深浦に関するツイート',
  subject: '深浦のつぶやき',
  width: 460,
  height: 300,
  theme: {
    shell: {
      background: '#222222',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#222222',
      links: '#0066cc'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    toptweets: false,
    behavior: 'all'
  }
}).render().start();

