new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 2,
  interval: 6000,
  width: 301,
  height: 256,
  theme: {
    shell: {
      background: '#ffffff',
      color: '#008ec2'
    },
    tweets: {
      background: '#c7c7c7',
      color: '#545454',
      links: '#0076b5'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('impala_systems').start();
