// JavaScript Document
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 2,
  interval: 6000,
  width: 250,
  height: 300,
  theme: {
    shell: {
      background: '#518ec5',
      color: '#ffffff'
    },
    tweets: {
      background: '#f0eee8',
      color: '#2e1e2e',
      links: '#135bad'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('biestycarpets').start();
