new TWTR.Widget({
  version: 2,
  type: 'faves',
  rpp: 6,
  interval: 6000,
  title: 'Tweet with',
  subject: 'Hardware Solutions Canada',
  width: 260,
  height: 350,
  theme: {
    shell: {
      background: '#77a43f',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: true,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
}).render().setUser('BuyUsedIT').start();

