
//favicon設定
document.writeln('<link rel="shortcut icon" href="/tb/favicon_new.ico" type="image/x-icon">');
document.writeln('<link rel="icon" href="/tb/favicon_new.ico" type="image/x-icon">');

//ヘッダー ※他ドメイン（FREEDOM）にも呼び出しているので、画像リンクは「http://」から記述すること
function disp_header(){
	document.writeln('<div id="tb_header">');
	document.writeln('<table width="100%" height="30" border="0" align="left" cellpadding="0" cellspacing="0">');
	document.writeln('<tr>');
	document.writeln('<td width="102" align="right"><a href="http://www.dot-anime.com/"><img style="display:inline;" src="http://www.dot-anime.com/tb/img/dot-anime_logo_30.gif" alt="ドットアニメ" border="0"></a></td>');
	document.writeln('<td width="134" align="left"><a href="http://dbeat.bandaivisual.co.jp/" target="_blank"><img style="display:inline;" src="http://www.dot-anime.com/tb/img/digitalB_logo.gif" alt="デジタルビート" border="0"></a></td>');
	document.writeln('<td width="105" align="left"><a name="top"></a><a href="http://www.dot-anime.com/tb/index.html" name="top"><img style="display:inline;" src="http://www.dot-anime.com/tb/img/TB_rogo_s.gif" alt="トルネードベース" border="0"></a></td>');
	document.writeln('<td valign="bottom" align="left"><img style="display:inline;" src="http://www.dot-anime.com/tb/img/top/tb_copy.gif"></td>');
	document.writeln('<td align="right" valign="bottom"><div class="date_box">');
	/**日付**/
	dd = new Date();
	document.writeln('<img style="display:inline;" src="http://www.dot-anime.com/tb/img/top/date/week');
	document.write(dd.getDay());
	document.writeln('.gif"><img style="display:inline;" src="http://www.dot-anime.com/tb/img/top/date/conma.gif"><img style="display:inline;" src="http://www.dot-anime.com/tb/img/top/date/mon');
	document.write(dd.getMonth() + 1);
	document.writeln('.gif"><img style="display:inline;" src="http://www.dot-anime.com/tb/img/top/date/num');
	document.write(dd.getDate());
	document.writeln('.gif"><img style="display:inline;" src="http://www.dot-anime.com/tb/img/top/date/conma.gif"><img style="display:inline;" src="http://www.dot-anime.com/tb/img/top/date/y');
	yy = dd.getYear();
	if (yy < 2000) { yy += 1900; }
	document.write(yy);
	document.writeln('.gif"></div></td>');
	document.writeln('</tr>');
	document.writeln('</table>');
	document.writeln('</div>');
}
//旧ヘッダー
/*function disp_header(){
	document.writeln('<div id="tb_header">');
	document.writeln('<table width="960" height="30" border="0" align="left" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">');
	document.writeln('<tr>');
	document.writeln('<td width="100"><a href="http://www.dot-anime.com/"><img src="/tb/img/dot-anime_logo_30.gif" alt="ドットアニメ" width="100" height="30" border="0"></a></td>');
	document.writeln('<td width="131"><a href="/tb/index.html"><img src="/tb/img/TB_rogo_s.gif" alt="トルネードベース" width="98" height="30" border="0"></a></td>');
	document.writeln('<td valign="bottom"><img src="/tb/img/top/tb_copy.gif" height="19"></td>');
	document.writeln('<td></td>');
	document.writeln('</tr>');
	document.writeln('</table>');
	document.writeln('</div>');
	<!-- 
 -->
}*/

function disp_footer(){
	document.writeln('<div id="tb_footer">');
	document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
	document.writeln('<tr>');
	document.writeln('<td><a href="http://www.dot-anime.com/help/index.html"><img src="/tb/img/footer_m_help.gif" alt="ヘルプ・サポート" width="66" height="9" border="0" /></a></td>');
	document.writeln('<td><a href="http://www.dot-anime.com/company/readme.html"><img src="/tb/img/footer_m_read.gif" alt="お読みください" width="62" height="9" border="0" /></a></td>');
	document.writeln('<td><a href="http://www.dot-anime.com/company/individua.html"><img src="/tb/img/footer_m_privacy.gif" alt="個人情報について" width="72" height="9" border="0" /></a></td>');
	document.writeln('<td><a href="http://www.dot-anime.com/maintenance/index.html"><img src="/tb/img/footer_m_maintenance.gif" alt="メンテナンス情報" width="72" height="9" border="0" /></a></td>');
	document.writeln('<td></td>');
	document.writeln('<td align="right"><img src="/tb/img/footer_copyright.gif" alt="" width="404" height="10" border="0" /></td>');
	document.writeln('</tr>');
	document.writeln('</table>');
	document.writeln('</div>');
}

//テキスト版フッター
function disp_footerTxt(){
	document.writeln('<div id="tb_footer_txt">');
	document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
	document.writeln('<tr>');
	document.writeln('<td><a href="http://www.dot-anime.com/help/index.html">ヘルプ・サポート</a></td>');
	document.writeln('<td><a href="http://www.dot-anime.com/company/readme.html">お読みください</a></td>');
	document.writeln('<td><a href="http://www.dot-anime.com/company/individua.html">個人情報について</a></td>');
	document.writeln('<td><a href="http://www.dot-anime.com/maintenance/index.html">メンテナンス情報</a></td>');
	document.writeln('<td></td>');
	document.writeln('<td align="right">&copy;Copyright ANIME CHANNEL CO.,LTD. All Rights Reserved. 一切の無断転載を禁止します。</td>');
	document.writeln('</tr>');
	document.writeln('</table>');
	document.writeln('</div>');
}
/**
<div id="tb_footer_txt">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="http://www.dot-anime.com/help/index.html">ヘルプ・サポート</a></td>
<td><a href="http://www.dot-anime.com/company/readme.html">お読みください</a></td>
<td><a href="http://www.dot-anime.com/company/individua.html">個人情報について</a></td>
<td><a href="http://www.dot-anime.com/maintenance/index.html">メンテナンス情報</a></td>
<td></td>
<td align="right">&copy;Copyright ANIME CHANNEL CO.,LTD. All Rights Reserved. 一切の無断転載を禁止します。</td>
</tr>
</table>
</div>
**/