function New(){
new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '#chikuma_info',
  rpp: 15,
  interval: 6000,
  width: 560,
  height: 150,
  theme: {
    shell: {
      background: '#000000',
      color: '#9999ff'
    },
    tweets: {
      background: '#000000',
      color: '#ffffff',
      links: '#ffffff'
    }
  },
  features: {
    scrollbar: true,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().start();
}

