new TWTR.Widget({
  				  version: 2,
  				  type: 'profile',
  				  rpp: 4,
  				  interval: 6000,
  				  width: 265,
  				  height: 330,
  				  theme: {
  				    shell: {
  				    	font: 'arial',
  				      background: '#D3D6DC',
  				      color: '#000000'
  				    },
  				    tweets: {
  				    	font: 'arial',
  				      background: '#ffffff',
  				      color: '#808080',
  				      links: '#000000'
  				    }
  				  },
  				  features: {
  				    scrollbar: false,
  				    loop: false,
  				    live: false,
  				    hashtags: true,
  				    timestamp: true,
  				    avatars: false,
  				    behavior: 'all'
  				  }
  				}).render().setUser('seitwert').start();

