// twitter feed from http://www.twitter.com/darrensummers
new TWTR.Widget({
	version: 2,
	type: 'profile',
	rpp: 3,
	interval: 6000,
	width: 330,
	height: 500,
	theme: {
		shell: {
			background: '#ffffff',
			color: '#333333'
		},
		tweets: {
			background: '#ffffff',
			color: '#333333',
			links: '#336699'
		}
	},
	features: {
		scrollbar: false,
		loop: false,
		live: false,
		hashtags: true,
		timestamp: true,
		avatars: false,
		behavior: 'all'
	}
}).render().setUser('darrensummers').start();
