new TWTR.Widget({
	version: 2,
	type: 'profile',
	search: '',
	interval: 6000,
	title: '',
	subject: '',
	width: 170,
	height: 100,
	theme: {
		shell: {
		background: 'transparant',
		color: '#000000'
		},
		tweets: {
		background: 'transparant',
		color: '#000000',
		links: '#3c5383'
		}
	},
	features: {
	scrollbar: false,
	loop: true,
	live: true,
	hashtags: true,
	timestamp: false,
	avatars: false,
	fullscreen: false,
	behavior: 'default'
	}
	}).render().setUser('RSPNL').start(); 
