new TWTR.Widget({
	version: 2,
	type: 'profile',
	rpp: 6,
	interval: 6000,
	width: 200,
	height: 300,
	theme: {
		shell: {
			background: '#3366aa',
			color: '#ffffff'
		},
		tweets: {
			background: '#ffffff',
			color: '#666666',
			links: '#ff6600'
		}
	},
	features: {
		scrollbar: true,
		loop: false,
		live: true,
		hashtags: true,
		timestamp: false,
		avatars: false,
		behavior: 'all'
	}
}).render().setUser('tomgoodsun').start();

