function header(){	document.write("<CENTER>");	document.write("<H4><A NAME=top HREF=../../index.html>佐倉哲エッセイ集</A></H4>");	document.write("<H2><IMG SRC=../../graphics/book.gif></H2>");	document.write("<h3><a HREF=../../other_religions/index.html>他の宗教</a>に関する</h3>");	document.write("<h2>来訪者の声</h2>");	document.write("<P></CENTER>");}function navbar(previous, next){	document.write("<HR>");	document.write("<FONT SIZE=-1><CENTER>");	if(previous != ""){		document.write("［<A HREF=");		document.write(previous);		document.write(">前ページ</A>］");	}	document.write("［<A HREF=../../index.html>ホームページ</A>］");	document.write("［<A HREF=../../bible/index.html>キリスト教</A>］");	document.write("［<A HREF=../../buddhism/index.html>仏教</A>］");	document.write("［<A HREF=../../other_religions/index.html>その他の宗教</A>］");	document.write("［<A HREF=index.html>来訪者の声</A>］");	if(next != ""){		document.write("［<A HREF=");		document.write(next);		document.write(">次ページ</A>］");	}	document.write("</CENTER></FONT>");}function idx_navigator(){	document.write("<HR>");	document.write("<FONT SIZE=-1><CENTER>");	document.write("［<A HREF=../../index.html>ホームページ</A>］");	document.write("［<A HREF=../../other_religions/index.html>他の宗教</A>］");	document.write("［<A HREF=../index.html>その他の来訪者の声</A>］");	document.write("</CENTER></FONT>");}function preface(subject){	document.write("<BLOCKQUOTE><BLOCKQUOTE>このページは")	document.write(subject)	document.write("に関する来訪者のみなさんからの反論、賛同、批評、感想、質問など")	document.write("を載せています。</BLOCKQUOTE></BLOCKQUOTE>");}function item(date, sender, subject, url){	document.write(date + "　「<A HREF=");	document.write(url + ">"+ subject + "</A>」　");	document.write(sender+ "さん<BR>");}function mailme () {	u="sakura.tetsu";	pre = "ma";	url = pre + "ilto:" + u;	dom="j-world.com"	document.location.href = url +"@"+ dom;}function footer(){	document.write("<HR>");	document.write("<FONT SIZE=-1><CENTER>");	document.write("あなたのご意見、感想、質問は"+"<a href=javascript:mailme()>こちら</a>からどうぞ");	document.write("<HR>");	document.write("<A HREF=../../contact.html>著者</A>及び");	document.write("<A HREF=../../copyright.html>著作権・リンク</A>について");	document.write("</CENTER></FONT>");}function mail_info(sender, mailto, date, subject){	document.write("<HR><CENTER><P><B>");	if(mailto != ""){		document.write("<A href=mailto:");		document.write(mailto);			document.write(">");			document.write(sender);		document.write("</a>");	}else{		document.write(sender);	}	document.write("</B>さんより<BR><FONT SIZE=-1>");	document.write(date);	document.write("</font>");	document.write("<P>");	if (subject != ""){		document.write("<h4>");		document.write(subject);		document.write("</h4>");	}	document.write("<P></CENTER>");}function reply_info(sender, date, subject){	document.write('<a name="henji"></a>');	document.write("<HR><CENTER><P><B>");	document.write(sender);	document.write("</B>さんへ<BR><FONT SIZE=-1>");	document.write(date);	document.write("</font>");	document.write("<P>");	if (subject != ""){		document.write("<h4>");		document.write(subject);		document.write("</h4>");	}	document.write("<P></CENTER>");}function thankyou(){	document.write("<P><BR>おたより、ありがとうございました。</P><P>佐倉　哲</P>");}