new TWTR.Widget({
	version: 2,
	type: 'profile',
	rpp: 4,
	interval: 6000,
	width: 250,
	height: 300,
	theme: {
		shell: {
			background: '#7c7c7c',
			color: '#000000'
		},
		tweets: {
			background: '#ffffff',
			color: '#000000',
			links: '#00749e'
		}
	},
	features: {
		scrollbar: false,
		loop: false,
		live: false,
		hashtags: true,
		timestamp: true,
		avatars: false,
		behavior: 'all'
	}
}).render().setUser('kocoul').start();

