function copyright() {

  var d = new Date();document.write(d.getFullYear().toString().substring(2));

}

