new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 240,
  height: 340,
  theme: {
	shell: {
	  background: '#e1e1e1',
	  color: '#6e6e6e'
	},
	tweets: {
	  background: '#ffffff',
	  color: '#636363',
	  links: '#015cc5'
	}
  },
  features: {
	scrollbar: false,
	loop: false,
	live: false,
	hashtags: true,
	timestamp: false,
	avatars: true,
	behavior: 'all'
  }
}).render().setUser('isourceleiden').start();
