	new TWTR.Widget({
	  version: 2,
	  type: 'profile',
	  rpp: 5,
	  interval: 6000,
	  width: 676,
	  height: 242,
	  theme: {
		shell: {
		  background: '#292421',
		  color: '#ffffff'
		},
		tweets: {
		  background: '#302b28',
		  color: '#ffffff',
		  links: '#cccccc'
		}
	  },
	  features: {
		scrollbar: true,
		loop: false,
		live: false,
		hashtags: true,
		timestamp: true,
		avatars: true,
		behavior: 'default'
	  }
	}).render().setUser('autocentrumdr88').start();

