new TWTR.Widget({
	version: 2,
	type: 'profile',
	rpp: 2,
	interval: 6000,
	width: 316,
	height: 300,
	theme: {
		shell: {
			background: '#4680D2',
			color: '#ffffff'
		},
		tweets: {
			background: '#ffffff',
			color: '#333333',
			links: '#cc0000'
		}
	},
	features: {
		scrollbar: false,
		loop: false,
		live: false,
		hashtags: true,
		timestamp: true,
		avatars: false,
		behavior: 'all'
	}
}).render().setUser('OKIC300_C500').start();
