new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 6,
  interval: 6000,
  width: 295,
  height: 320,
  theme: {
	shell: {
	  background: '#101010',
	  color: '#ffffff'
	},
	tweets: {
	  background: 'transparent',
	  color: '#ffffff',
	  links: '#ff0059'
	}
  },
  features: {
	scrollbar: false,
	loop: false,
	live: true,
	hashtags: true,
	timestamp: true,
	avatars: false,
	behavior: 'all'
  }
}).render().setUser('thecarmenbella').start();
