new TWTR.Widget({
	version: 2,
	type: 'profile',
	rpp: 4,
	interval: 6000,
	width: 250,
	height: 300,
	theme: {
		shell: {
			background: '#EBE2D8',
			color: '#444444'
		},
		tweets: {
			background: '#F7EDE3',
			color: '#444444',
			links: '#FF3333'
		}
	},
	features: {
		scrollbar: true,
		loop: false,
		live: true,
		hashtags: true,
		timestamp: true,
		avatars: false,
		behavior: 'all'
	}
}).render().setUser('galernet').start();
