﻿
function header(num) {
	if(num=='0'){
		document.write("<div align='center'><table width='850' cellspacing='0' cellpadding='0'><tr><td width='100' valign='top'><div aling='left'><img src='http://www.eqb.jp/shared/img/footer_logo.jpg'></div></td><td><table width='750' cellspacing='0' cellpadding='0'><tr><td valign='top'><div align='right'><table cellspacing='0' cellpadding='0'><tr><td><img src='http://www.eqb.jp/shared/img/footer_yajirushi.jpg' align='absmiddle' border='0'><a href='http://www.eqb.jp/index.html' class='new_footer'>ホーム</a></td><td width='20'></td><td><img src='http://www.eqb.jp/shared/img/footer_yajirushi.jpg' align='absmiddle' border='0'><a href='http://www.eqb.jp/company/index.html' class='new_footer'>会社案内</a></td><td width='20'></td><td><img src='http://www.eqb.jp/shared/img/footer_yajirushi.jpg' align='absmiddle' border='0'><a href='http://www.eqb.jp/privacy/index.html' class='new_footer'>個人情報保護方針につきまして</a></td><td width='20'></td><td><img src='http://www.eqb.jp/shared/img/footer_yajirushi.jpg' align='absmiddle' border='0'><a href='http://www.eqb.jp/commerse/index.html' class='new_footer'>特定商取引法に基づく表記</a></td><td width='20'></td><td><img src='http://www.eqb.jp/shared/img/footer_yajirushi.jpg' align='absmiddle' border='0'><a href='http://www.eqb.jp/sitemap.html' class='new_footer'>サイトマップ</a></td></tr></table><br><font class='copy_r'>Copyright (C) 2007～2010 e-cube, All Right Reserved.</font></div></td></tr></table></td></tr></table></div>");
	}
else{
		document.write("<div align='center'>");
		document.write("</div>");
	}
}
