// JavaScript Document ::: Copyright :::
var now = new Date();
var year = now.getYear();
if( year <= 200 ) year = 1900 + year;
document.write("Copyright &copy; ",year,", The Society of Fiber Science and Technology, Japan, All Rights Reserved.</font>");

