new TWTR.Widget({
	version: 2,
	type: 'profile',
	rpp: 15,
	interval: 6000,
	width: 170,
	height: 260,
	theme: {
		shell: {
			background: 'transparent',
			color: 'auto'
		},
		tweets: {
			background: 'transparent',
			color: 'auto',
			links: 'auto'
		}
	},
	features: {
		scrollbar: true,
		loop: false,
		live: false,
		hashtags: true,
		timestamp: true,
		avatars: false,
		toptweets: false,
		behavior: 'default'
	}
}).render().setUser('taikobohawaii').start();

