new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 5,
  interval: 30000,
  width: 210,
  height: 370,
  theme: {
    shell: {
      background: '#c0943b',
      color: '#000'
    },
    tweets: {
      background: '#f4e7bd',
      color: '#000',
      links: '#912c00'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    behavior: 'all'
  }
}).render().setUser('xmilda').start();

