new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 15,
  interval: 6000,
  width: 'auto',
  height: 300,
  theme: {
    shell: {
      background: '#e0e0e0',
      color: '#E2001A'
    },
    tweets: {
      background: '#faf5fa',
      color: '#242224',
      links: '#e2001a'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: false,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('SWQL_TEC').start();
