new TWTR.Widget({
	version: 2,
	type: 'profile',
	rpp: 3,
	interval: 6000,
	width: 'auto',
	height: 300,
	theme: {
	shell: {
		background: '#d4c2c6',
		color: '#808080'
	},
	tweets: {
		background: '#ffffff',
		color: '#808080',
		links: '#3366ff'
	}
	},
	features: {
	scrollbar: false,
	loop: false,
	live: false,
	hashtags: true,
	timestamp: true,
	avatars: false,
	behavior: 'all',
	hasHeader: false,
	hasFooter: false
	}
}).render().setUser('53pc').start();
