new TWTR.Widget({
  profile: true,
  id: 'twtr-profile-widget',
  loop: true,
  width: 442,
  height: 115,
  theme: {
    shell: {
      background: 'none',
      color: '#000'
    },
    tweets: {
      background: 'none',
      color: '#000',
      links: '#214260'
    }
  }
}).render().setProfile('Fulguropoint').start();
