new TWTR.Widget({
	version: 2,
	type: 'profile',
	rpp: 4,
	interval: 2000,
	width: 220,
	height: 340,
	theme: {
		shell: {
			background: '#d1ae46',
			color: '#ffffff'
		},
		tweets: {
			background: '#ffffff',
			color: '#999999',
			links: '#c69c26'
		}
	},
	features: {
		scrollbar: false,
		loop: false,
		live: false,
		hashtags: true,
		timestamp: true,
		avatars: false,
		behavior: 'all'
	}
}).render().setUser('eclipse_snk').start();

