new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '#Hayabusa',
  interval: 10000,
  title: 'Hayabusa',
  subject: 'はやぶさ',
  width: 750,
  height: 270,
  theme: {
	shell: {
	  background: '#eeeeee',
	  color: '#3751a6'
	},
	tweets: {
	  background: '#eefdea',
	  color: '#444444',
	  links: '#006600'
	}
  },
  features: {
	scrollbar: false,
	loop: true,
	live: true,
	hashtags: true,
	timestamp: true,
	avatars: true,
	behavior: 'default'
  }
}).render().start();
