new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 10,
  interval: 5000,
  width: 198,
  height: 300,
  theme: {
    shell: {
      background: '#45313C',
      color: '#DEEEFA'
    },
    tweets: {
      background: '#45313C',
      color: '#DEEEFA',
      links: '#DEEEFA'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: false,
    avatars: true,
    behavior: 'default'
  }
}).render().setUser('culturalcookery').start();

