new TWTR.Widget({
	version: 2, type: 'profile', rpp: 4, interval: 6000, width: 240, height: 230,
	theme: {
		shell: {
			background: '#036', color: '#ffffff'
		},
		tweets: {
			background: '#ffffff', color: '#000000', links: '#072aeb'
		}
	},
	features: {
		scrollbar: true, loop: false, live: false, hashtags: true, timestamp: true, avatars: false, behavior: 'all'
	}
}).render().setUser('stylusumd').start();
