new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 250,
  height: 300,
  theme: {
    shell: {
      background: '#2d820c',
      color: '#fafafa'
    },
    tweets: {
      background: '#caebcb',
      color: '#4d4d4d',
      links: '#cc6f3d'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('helfordcreek').start();
