
function require(libraryName) {
  document.write('<script type="text/javascript" src="'+libraryName+'"></script>');
}

if (document.referrer != '') {
  Ref = encodeURIComponent(document.referrer);
}
else {
  Ref = '';
}

Url = location.hostname + location.pathname + location.search + location.hash;
if (Url !='') {
  Url = encodeURIComponent(Url);
}
else {
  Url = '';
}

document.write("<img src='http://kaiseki.iroiro.jp/kaiseki.html?uid=6&");
document.write("pw=",  screen.width,  "&amp;");
document.write("ph=",  screen.height, "&amp;");
document.write("ref=", Ref, "&amp;");
//document.write("url=", location.hostname, location.pathname, location.search, location.hash);
document.write("url=", Url);
document.write("' width='1' height='1' alt='' />");

