new TWTR.Widget({
  profile: true,
  id: 'twtr-profile-widget',
  loop: false,
  width: 181,
  height: 150,
  theme: {
    shell: {
      background: '#aac2ce',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#3989a8'
    }
  }
}).render().setProfile('zenx13').start();
