new TWTR.Widget({
  version: 2,
  type: 'faves',
  rpp: 6,
  interval: 6000,
  title: '',
  subject: 'PPSL News Feed',
  width: 'auto',
  height: 'auto',
  theme: {
	shell: {
	  background: '#2c2a30' },
	tweets: {
	  background: '#FFFFFF' }
  },
  features: {
	scrollbar: true,
	loop: true,
	live: false,
	hashtags: true,
	timestamp: false,
	avatars: false,
	behavior: 'all'
  }
}).render().setUser('PPSLinc').start();
