function copyright(){
myDate = new Date();
myYear = "Copyright &copy; "+myDate.getFullYear()+" GATE CITY OHSAKI All Rights Reserved.";
document.write(myYear);
}
