url="http://kawasakifureai.org/"; /* ■■■■■■■■■■■■■■■■■■ ■ 表紙か判断をする関数 ■■■■■■■■■■■■■■■■■■ */ function frag_index() { locate = location.pathname; if((locate.indexOf("index")!=-1)||(locate.slice(-1)=="/")) { return 1; } else { return 0; } } /* ■■■■■■■■■■■■■■■■■■ ■ 表紙か判断をする関数 ■■■■■■■■■■■■■■■■■■ */ function frag_cgi() { locate = location.pathname; if(locate.indexOf("fureaicgi")!=-1) { return 1; } else { return 0; } } /* ■■■■■■■■■■■■■■■■■■ ■ ヘッダ関数 ■■■■■■■■■■■■■■■■■■ */ function header() { document.write('
'); document.write(''); if(!frag_cgi()) { document.write('
'); document.write('
'); } else { document.write('
'); } } /* ■■■■■■■■■■■■■■■■■■ ■ 子メニュー用関数 ■■■■■■■■■■■■■■■■■■ */ /* ■■■■■■■■■■■■■■■■■■ ■ フッタ関数 ■■■■■■■■■■■■■■■■■■ */ function footer() { /* #mainの終了 */ if(!frag_cgi()) { document.write('
'); } if(!frag_index()) { document.write('
'); } /* #body,#wrapの終了 */ /* 著作権の出力 */ if(!frag_cgi()) { document.write('