// JavaScript Document ::: Copyright :::
var now = new Date();
var year = now.getYear();
if( year <= 200 ) year = 1900 + year;
document.write("<p><font color=\"#333333\" style=\"font-size:11px;\">Copyright &copy ISHIGAKI COMPANY, LTD. 2002-",year,"  All rights reserved.</font><\/p>");

