function copyright(){
myDate = new Date();
myYear = "Copyright &copy; "+myDate.getFullYear()+" G3 Corporation co.,Ltd. All Rights Reserved.";
document.write(myYear);
}
