new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 2,
  interval: 30000,
  width: 227,
  height: 288,
  theme: {
    shell: {
      background: '#6E3500',
      color: '#ffffff'
    },
    tweets: {
      background: '#6E3500',
      color: '#ffffff',
      links: '#979570'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('ngatiapa').start();
