new TWTR.Widget({
  profile: true,
  id: 'twtr-profile-widget',
  loop: false,
  width: 300,
  height: 150,
  theme: {
	shell: {
	  background: '#b22bae',
	  color: '#ffffff'
	},
	tweets: {
	  background: '#ffffff',
	  color: '#444444',
	  links: '#1985b5'
	}
  }
}).render().setProfile('kateandkacey').start();