new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 6000,
  width: 250,
  height: 275,
  theme: {
    shell: {
      background: '#1d75b9',
      color: '#d5e5f1'
    },
    tweets: {
      background: '#d5e5f1',
      color: '#333333',
      links: '#1D75B9'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: false,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('aulasalud').start();

