new TWTR.Widget({
	version: 2,
	type: 'profile',
	rpp: 10,
	interval: 6000,
	width: 480,
	height: 250,
	theme: {
		shell: {
			background: '#6d5846',
			color: '#ffffff'
		},
		tweets: {
			background: '#f2f0d7',
			color: '#000000',
			links: '#28af38'
		}
	},
	features: {
		scrollbar: true,
		loop: false,
		live: true,
		hashtags: true,
		timestamp: true,
		avatars: false,
		behavior: 'all'
	}
}).render().setUser('ma20arc').start();
