new TWTR.Widget({
	  version: 2,
	  type: 'profile',
	  rpp: 4,
	  interval: 6000,
	  width: 390,
	  height: 200,
	  theme: {
	    shell: {
	      background: '#FFFFFF',
	      color: '#EF761A'
	    },
	    tweets: {
	      background: '#F5E9DF',
	      color: '#843E08',
	      links: '#26B8E4'
	    }
	  },
	  features: {
	    scrollbar: false,
	    loop: false,
	    live: false,
	    hashtags: true,
	    timestamp: true,
	    avatars: false,
	    behavior: 'all'
	  }
	}).render().setUser('toionsen').start();
