new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 6,
  interval: 6000,
  width: 200,
  height: 300,
  theme: {
    shell: {
      background: '#ffffaf',
      color: '#333333'
    },
    tweets: {
      background: '#fffccd',
      color: '#333333',
      links: '#eb0713'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setUser('chorltonarts').start();
