// JavaScript Document

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