// footer.js (共通表示用) //function initFooters() {	// id="footer"が見つからない場合は初期設定を行わず戻る	if (!document.getElementById("footer")) return;document.write("<hr><div class=\"foot_size\"><strong>&copy;2006 TSUKASA co.,ltd. All Rights Reserved.</strong></div>");}