new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 5,
  interval: 6000,
  width: 375,
  height: 100,
  theme: {
    shell: {
      background: '#E0E0E0',
      color: '#000000'
    },
    tweets: {
      background: '#FFFFFF',
      color: '#000000',
      links: '#405590'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('spiresofoxford').start();
