  new TWTR.Widget({
	  version: 2,
	  type: 'profile',
	  rpp: 4,
	  interval: 6000,
	  width: 230,
	  height: 210,
	  theme: {
		shell: {
		  background: '#fff',
		  color: '#000'
		},
		tweets: {
		  background: '#fff',
		  color: '#333333',
		  links: '#8cc63f'
		}
	  },
	  features: {
		scrollbar: false,
		loop: true,
		live: true,
		hashtags: true,
		timestamp: true,
		avatars: false,
		behavior: 'default'
	  }
	}).render().setUser('CanwickParkGolf').start();
