
new TWTR.Widget({
	  version: 2,
	  type: 'profile',
	  rpp: 2,
	  interval: 10000,
	  width: 290,
	  height: 136,
	  theme: {
	    shell: {
	      background: '#3f8cb8',
	      color: '#f2f5fa'
	    },
	    tweets: {
	      background: '#3f8cb8',
	      color: '#000000',
	      links: '#1338b0'
	    }
	  },
	  features: {
	    scrollbar: false,
	    loop: true,
	    live: true,
	    hashtags: true,
	    timestamp: true,
	    avatars: false,
	    behavior: 'default'
	  }
	}).render().setUser('windows7wtf').start();
	
	
	
	
