	new TWTR.Widget({
	  version: 2,
	  type: 'profile',
	  rpp: 5,
	  interval: 6000,
	  width: 216,
	  height: 278,
	  theme: {
		shell: {
		  background: '#ffffff',
		  color: '#ff8040'
		},
		tweets: {
		  background: '#ffffff',
		  color: '#000000',
		  links: '#ff8040'
		}
	  },
	  features: {
		scrollbar: true,
		loop: false,
		live: false,
		hashtags: true,
		timestamp: true,
		avatars: false,
		behavior: 'all'
	  }
	}).render().setUser('DogEarRecords').start();

