new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 2,
  interval: 6000,
  width: 230,
  height: 170,
  theme: {
	shell: {
	  background: '#43abdf',
	  color: '#ffffff'
	},
	tweets: {
	  background: '#e5e2e0',
	  color: '#2e2e2e',
	  links: '#ee8230'
	}
  },
  features: {
	scrollbar: false,
	loop: false,
	live: true,
	hashtags: true,
	timestamp: false,
	avatars: false,
	behavior: 'all'
  }
}).render().setUser('jwcreate').start();
