new TWTR.Widget({
				  version: 2,
				  type: 'profile',
				  rpp: 4,
				  interval: 6000,
				  width: 248,
				  height: 300,
				  theme: {
				    shell: {
				      background: '#004d8c',
				      color: '#ffffff'
				    },
				    tweets: {
				      background: '#d4d4d4',
				      color: '#333333',
				      links: '#004d8c'
				    }
				  },
				  features: {
				    scrollbar: false,
				    loop: false,
				    live: true,
				    hashtags: true,
				    timestamp: true,
				    avatars: false,
				    behavior: 'all'
				  }
				}).render().setUser('southamptonpd').start();
