new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 2,
  interval: 30000,
  width: 475,
  height: 230,
  theme: {
    shell: {
      background: '#FFFFFF',
      color: '#616161'
    },
    tweets: {
      background: '#ffffff',
      color: '#888888',
      links: '#000000'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    behavior: 'all'
  }
}).render().setUser('PAMELA_APPS').start();

