// JavaScript Document
new TWTR.Widget({
  version: 3,
  type: 'faves',
  rpp: 20,
  interval: 4000,
  title: 'Twitter',
  subject: '',
  width: 'auto',
  height: 50,
  theme: {
    shell: {
      background: '#333333',
      color: '#ffc34c'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#94a894'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: false,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
}).render().setUser('propickupdotcom').start();
