function copyright(){
myDate = new Date();
myYear = "Copyright &copy; "+myDate.getFullYear()+" Ruby International Co. Ltd.  All Right Reserved.";
document.write(myYear);
}

