new TWTR.Widget({
  profile: true,
  id: 'twtr-profile-widget',
  loop: true,
  width: 226,
  height: 85,
  theme: {
    shell: {
      background: 'none',
      color: '#ffffff'
    },
    tweets: {
      background: 'none',
      color: '#444444',
      links: '#1985b5'
    }
  }
}).render().setProfile('sakaki0214').start();