﻿function writeDate() {
	time=new Date();
	year=time.getYear();
	if (year < 2000) year = year + 1900;
	document.write("<center>"
		+ year + "年"
		+ (time.getMonth()+1) + "月"
		+ time.getDate() + "日</center>");
}

function writeAddress() {
 document.write('Toronto Swatow Baptist Church 地址:17 Gordon Ave. Scarborough, ON M1S 1A6, Canada &nbsp; 電話:416-609-1876 &nbsp; 電子郵箱:info&#64;<span>tsbc.</span>org');
}

function writePageTools(sm) {
	document.write('<br>');
	document.write('<a class="stlink" style="font-size: 11pt;" href="../index.html">首頁</a> ');
	if (!sm) {document.write('<a class="stlink" style="font-size: 11pt;" href="sitemap.html">網站導覽</a> ');}
	document.write('<a class="stlink" style="font-size: 11pt;" href="javascript:printPage(\'pcdiv\', false, \'列印\')">列印版</a> ');
	document.write('<a class="rssfeed stbutton" target="_blank" href="rss/rss2-feed.xml">RSS</a>');

}
