// JavaScript Document

function twitwi(){
new TWTR.Widget({
	version: 2,
	//type: 'profile',
	type: 'search',
	search: 'sakezoh',
	rpp: 15,
	interval: 9000,
	title: "<img src='img/sakezoh.jpg' width='35' height='35' alt='sakezo画像' class='profile'><h3><a href='http://twitter.com/search?q=sakezoh' target='_blank'>sakezoh（サケゾー）とみんなのつぶやき<br><span>@sakezohさんをフォローしよう</span></a></h3>",
	footer: "<a href='http://twitter.com/sakezoh' target='_blank' class='skzFooter'>@sakezohさんのつぶやきはコチラ</a>",
	width: 'auto',
	//height: 120,
	height: 130,
	theme: {
		shell: {
		background: '#550022',
		background: '#661111',
		color: '#ffffff'
		},
		tweets: {
			background: '#f5f5ee',
			color: '#333333',
			links: '#dd3333'
		}
	},
	features: {
		scrollbar: true,
		loop: false,
		live: true,
		hashtags: true,
		timestamp: true,
		avatars: true,
		behavior: 'all'
	}
//}).render().setUser('sakezoh').start();
}).render().start();

}

