// Java Document

function yoyaku(y, m, d) {
  var oldDay = new Date(y + "/" + m + "/" +d);
  var newDay = new Date();
  var d =(newDay - oldDay) / (1000 * 24 * 3600);
  if(oldDay >= newDay) {
document.write('<p class="yoyaku_btn"><a href="../../../support/onlineshop/caution.html">—\–ñŽó•t’†</a></p>');
  }
}
