new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 5,
  interval: 2000,
  width: 343,
  height: 300,
  theme: {
    shell: {
      background: '#e2ebe2',
      color: '#4c6646'
    },
    tweets: {
      background: '#ffffff',
      color: '#808080',
      links: '#4c6646'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: true,
    hashtags: false,
    timestamp: false,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('AugustaKannai').start();
