// JavaScript Document
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 'auto',
  height: 340,
  theme: {
    shell: {
      background: 'none',
      color: 'none'
    },
    tweets: {
      background: 'none',
      color: '#ffffff',
      links: '#ffbb00'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('leapfrog_events').start();

