new TWTR.Widget({
	version: 2,
	type: 'profile',
	rpp: 30,
	interval: 6000,
	width: 180,
	height: 360,
	theme: {
		shell: {
			background: '#33ccff',
			color: '#ffffff'
		},
		tweets: {
			background: '#ffffff',
			color: '#000000',
			links: '#004488'
		}
	},
	features: {
		scrollbar: true,
		loop: false,
		live: true,
		hashtags: true,
		timestamp: true,
		avatars: false,
		behavior: 'all'
	}
}).render().setUser('akitogi').start();

