// JavaScript Document
var lastModifiedDate = "2009/7/22";

if (typeof (pathPrefix) == "undefined")
	pathPrefix = "../";


document.write("	<table width='100%' height='72' border='0' cellpadding='0' cellspacing='0'>");
document.write("		<tr>");
document.write("			<td height='21' class='footerfont' align='left'>  &copy; Johnson &amp; Johnson (HK) Ltd 版權所有 1996 - " +(new Date()).getFullYear() + "。 此網站是為港澳地區使用 <br></td>");
document.write("		</tr>");
document.write("		<tr>");
document.write("			<td height='21' class='footerfont' align='left'>本網站由 Johnson &amp; Johnson (HK) Ltd 發行，並對一切內容負全部責任。</td>");
document.write("		</tr>");
document.write("		<tr>");
document.write("			<td height='21' class='footerfont' align='left'>最近更新日期：" + lastModifiedDate + "</td>");
document.write("		</tr>");
document.write("	</table>");