document.write('<div id="twtr-profile-widget"></div>');
document.write('<script src="http://widgets.twimg.com/j/1/widget.js"></script>');
document.write('<link href="http://widgets.twimg.com/j/1/widget.css" type="text/css" rel="stylesheet">');
document.write('<script src="http://www.u-project.jp/out/tw_UNLIMITS_gt.js"></script>');
new TWTR.Widget({
  profile: true,
  id: 'twtr-profile-widget',
  loop: true,
  width: 250,
  height: 300,
  theme: {
    shell: {
      background: '#3082af',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#1985b5'
    }
  }
}).render().setProfile('UNLIMITS_gt').start();
