new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 6,
  interval: 6000,
  width: 530,
  height: 300,
  theme: {
    shell: {
      background: '#369f11',
      color: '#181a17'
    },
    tweets: {
      background: '#fafaf7',
      color: '#000000',
      links: '#4cb81e'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: false,
    timestamp: false,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('UrbChickenCoops').start();

