new TWTR.Widget({
	version: 2,
	type: 'profile',
	rpp: 20,
	interval: 6000,
	width: 160,
	height: 310,
	theme: {
		shell: {
			background: '#fcd6fc',
			color: '#850d4d'
		},
		tweets: {
			background: '#ffffff',
			color: '#5a5857',
			links: '#18afd6'
		}
	},
	features: {
		scrollbar: true,
		loop: false,
		live: false,
		hashtags: false,
		timestamp: true,
		avatars: false,
		behavior: 'all'
	}
}).render().setUser('sakurahall').start();

