		new TWTR.Widget({
		  version: 2,
		  type: 'profile',
		  rpp: 10,
		  interval: 6000,
		  width: 250,
		  theme: {
			shell: {
			  background: '#41473c',
			  color: '#ffffff'
			},
			tweets: {
			  background: '#a30c1f',
			  color: '#ffffff',
			  links: '#4aed05'
			}
		  },
		  features: {
			scrollbar: false,
			loop: false,
			live: false,
			hashtags: false,
			timestamp: false,
			avatars: false,
			behavior: 'all'
		  }
		}).render().setUser('jlbgolf').start();
