new TWTR.Widget({
  version: 2,
  type: 'search',
  search: 'parkgallery_jp OR パークギャラリー',
  interval: 5000,
  title: 'パークギャラリー',
  subject: '#parkgallery_jp',
  width: 384,
  height: 200,
  theme: {
    shell: {
      background: '#f1f1f1',
      color: '#666666'
    },
    tweets: {
      background: '#ffffff',
      color: '#666666',
      links: '#308f84'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    toptweets: false,
    behavior: 'default'
  }
}).render().start();

