new TWTR.Widget({
	version: 2,
	type: 'profile',
	rpp:5,
	interval: 4000,
	width: 220,
	height: 300,
	theme: {
		shell: {
			background: '#ffffff',
			color: '#009336' /*titulos*/
		},
		tweets: {
			background: '#ffffff',  
			color: '#9c9c9c',  /*twitadas*/
			links: '#33ccff'
		}
	},
	features: {
		scrollbar: false,
		loop: false,
		live: true,
		hashtags: true,
		timestamp: true,
		avatars: true,
		behavior: 'all'
	}
}).render().setUser('Lider95_FM').start();
