
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 'auto',
  height: 80,
  theme: {
    shell: {
      background: '#eee',
      color: '#333'
    },
    tweets: {
      background: '#fbfbfb',
      color: '#333',
      links: '#126fa5'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: false,
    timestamp: false,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('richmedialabs').start();
