now = new Date();
if (now.getFullYear()<2008) {
document.write("<FONT class='resrved'>Copyright &copy;2007 Japan Society for Lactic Acid Bacteria. All Rights Reserved.</FONT>");
}
else {
document.write("<FONT class='resrved'>Copyright &copy;2007-",now.getFullYear()," Japan Society for Lactic Acid Bacteria. All Rights Reserved.</FONT>");
}
