new TWTR.Widget({
  version: 2,
  type: 'faves',
  rpp: 10,
  interval: 6000,
  title: '',
  subject: '',
  width: 770,
  height: 150,
  theme: {
    shell: {
      background: '#cfcfcf',
      color: '#016ba5'
    },
    tweets: {
      background: '#ffffff',
      color: '#000000',
      links: '#016ba5'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setUser('npc_group').start();

