function lastUpdate(lang) { if (lang=="cn") document.write("最后更新:"); else document.write("Last Update: "); document.write("2007-12-25 "); } function Count(lang) { if (lang=="cn") document.write("欢迎您,第108382位访问者"); else document.write("You are the 108382 visitor since Nov., 2002."); }