			new TWTR.Widget({
			  version: 2,
			  type: 'profile',
			  rpp: 2,
			  interval: 6000,
			  width: 250,
			  height: 300,
			  theme: {
				shell: {
				  background: '#3EA7E3',
				  color: '#000000'
				},
				tweets: {
				  background: '#2A3D9B',
				  color: '#ffffff',
				  links: '#4aed05'
				}
			  },
			  features: {
				scrollbar: false,
				loop: false,
				live: false,
				hashtags: true,
				timestamp: false,
				avatars: false,
				behavior: 'all'
			  }
			}).render().setUser('csixxxvii').start();

