new TWTR.Widget({
				  version: 2,
				  type: 'profile',
				  rpp: 4,
				  interval: 6000,
				  width: 270,
				  height: 100,
			  	  theme: {
				    shell: {	
				      background: '#ff8900',
				      color: '#066593'
				    },
				    tweets: {
				      background: '#ffcf5a',
				      color: '#515255',
				      links: '#000000'
				    }
				  },
				  features: {
				    scrollbar: true,
				    loop: false,
				    live: true,
				    hashtags: true,
				    timestamp: true,
				    avatars: false,
				    behavior: 'all'
				  }
				}).render().setUser('create_workshop').start();
