				new TWTR.Widget({
				  version: 2,
				  type: 'profile',
				  rpp: 3,
				  interval: 6000,
				  width: 200,
				  height: 200,
				  theme: {
					shell: {
					  background: '#ececec',
					  color: '#0073b5'
					},
					tweets: {
					  background: '#ffffff',
					  color: '#5c5c5c',
					  links: '#0073b5'
					}
				  },
				  features: {
					scrollbar: true,
					loop: false,
					live: false,
					hashtags: true,
					timestamp: true,
					avatars: true,
					behavior: 'all'
				  }
				}).render().setUser('hapiweb').start();