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