new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '#otonoha',
  interval: 10000,
  title: '<h4 style="margin: 0px; padding: 10px 0 5px;">#Otonoha Timeline</h4>',
  subject: '',
  width: 250,
  height: 280,
  theme: {
    shell: {
      background: '#FEFCF0',
      color: '#333'
    },
    tweets: {
      background: '#FEFCF0',
      color: '#444444',
      links: '#5ea5c4'
    }
  },
  features: {
    scrollbar: true,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    toptweets: true,
    behavior: 'default'
  }
}).render().start();


