function writeNav() {
	html='';

	html+='<ul>\n';
	html+='<li><a href="/index.php"><b>:: 主頁</b></a></li>\n';
	html+='<div><img src="/images/spacer.gif" width="1" height="10" border="0"></div>\n';
	html+='<li><a href="/about/index.htm"><b>:: 網主感言</b></a></li>\n';
	html+='<div><img src="/images/spacer.gif" width="1" height="5" border="0"></div>\n';
	html+='<li><b><a href="/development/index.htm">:: 錫安剖析</a></b></li>\n';
	html+='<li><b><font color="#AAAAAA">::</font></b><a href="/development/index.htm">:: 發展經過</a></li>\n';
	html+='<li><b><font color="#AAAAAA">::</font></b><a href="/structure/index.htm">:: 組織架構</a></li>\n';
	html+='<li><b><font color="#AAAAAA">::</font></b><a href="/brainwash/index.htm">:: 洗腦 6 部曲</a></li>\n';
	html+='<li><b><font color="#AAAAAA">::</font></b><a href="/scandal/index.htm">:: 歷年醜聞</a></li>\n';
	html+='<li><b><font color="#AAAAAA">::</font></b><a href="/false/index.htm">:: 錯誤教導</a></li>\n';
	html+='<div><img src="/images/spacer.gif" width="1" height="5" border="0"></div>\n';
	html+='<li><a href="/testimony/index.htm"><b>:: 前會友見證</b></a></li>\n';
	html+='<div><img src="/images/spacer.gif" width="1" height="5" border="0"></div>\n';
	html+='<li><b><a href="/announcement/index.htm">:: 論壇</a></b></li>\n';
	html+='<li><b><font color="#AAAAAA">::</font></b><a href="/announcement/index.htm">:: 基督教論壇</a></li>\n';
	html+='<li><b><font color="#AAAAAA">::</font></b><font color="#AAAAAA">::</font><a href="/announcement/index.htm">:: 聲明及警告信</a></li>\n';
	html+='<li><b><font color="#AAAAAA">::</font></b><font color="#AAAAAA">::</font><a href="/pastrol/index.htm">:: 教牧分享</a></li>\n';
	html+='<li><b><font color="#AAAAAA">::</font></b><a href="/medical/index.htm">:: 醫學界研究</a></li>\n';
	html+='<li><b><font color="#AAAAAA">::</font></b><a href="/community/index.htm">:: 錫安新聞 News</a></li>\n';
	html+='<li><b><font color="#AAAAAA">::</font></b><font color="#AAAAAA">::</font><a href="/community/eng/index.htm">:: English News</a></li>\n';
	html+='<li><b><font color="#AAAAAA">::</font></b><a href="/legal/index.htm">:: 法律界及警界</a></li>\n';
	html+='<li><b><font color="#AAAAAA">::</font></b><a href="/feedback/index.htm">:: 網上迴響</a></li>\n';
	html+='<div><img src="/images/spacer.gif" width="1" height="10" border="0"></div>\n';
	html+='<li><a href="/email.php"><b>:: 留言版</b></a></li>\n';
	html+='<div><img src="/images/spacer.gif" width="1" height="5" border="0"></div>\n';
	html+='<li><a href="/faq/index.htm"><b>:: 常見問題</b></a></li>\n';
	html+='<div><img src="/images/spacer.gif" width="1" height="5" border="0"></div>\n';
	html+='<li><a href="/link/index.htm"><b>:: 網站連結</b></a></li>\n';
	html+='<div><img src="/images/spacer.gif" width="1" height="5" border="0"></div>\n';
	html+='<li><a href="/contact/index.htm"><b>:: 聯絡我們</b></a></li>\n';
	html+='</ul>\n';

	document.write(html);
}

