new TWTR.Widget({
  version: 2,
  type: 'search',
  search: 'rakuen_golf OR @rakuen_golf',
  interval: 6000,
  title: '',
  subject: '',
  width: 355,
  height: 320,
  theme: {
    shell: {
      background: '#169fc1',
      color: '#ffffff'
    },
    tweets: {
      background: '#069fc1',
      color: '#ffffff',
      links: '#fffdcf'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
}).render().start();
