new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 280,
  height: 400,
  theme: {
    shell: {
      background: '#f7d034',
      color: '#414042'
    },
    tweets: {
      background: '#414042',
      color: '#f7d034',
      links: '#f1f2f2'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('@shopfixchicago').start();

