new TWTR.Widget({
	version: 2,
	type: 'search',
	search: 'FurukawaMirin OR RISA_memesama OR miuatobe OR eitaso OR yumeminemu OR mirinbot',
	interval: 2289,
	title: '',
	subject: '',
	width: 860,
	height: 240,
	theme: {
		shell: {
			background: '0',
			color: '0'
		},
		tweets: {
			background: '0',
			color: '#000000',
			links: '#4c51a5'
		}
	},
	features: {
		scrollbar: false,
		loop: true,
		live: true,
		hashtags: true,
		timestamp: true,
		avatars: true,
		behavior: 'default'
	}
}).render().start();

