new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 10,
  interval: 15000,
  width: 230,
  height: 220,
  theme: {
    shell: {
      background: '#9ccaf4',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#606060',
      links: '#0068d3'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: false,
    timestamp: false,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('pencom').start();

