﻿function head() {
	document.write('<!--▼▼▼ヘッダー▼▼▼-->');
	document.write('<div id="head">');
	document.write('<p><a href="/bomber/index.html">メーテレライブ　BOMBER-E　毎月第1火曜日深夜1時25分～OA</a></p>');
	document.write('<ul>');
	document.write('<li class="bord"><a href="/bomber/bbb/index.html"><img src="/category/bomber/images/banner_bord.gif" alt="BOMBERボード" width="200" height="60"></a></li>');
	document.write('<li class="otoya"><a href="/blogs/bomber_otoya/"><img src="/category/bomber/images/banner_otoya.gif" alt="音屋コラム" width="200" height="60"></a></li>');
	document.write('<li class="message"><a href="/blogs/bomber_promo/"><img src="/category/bomber/images/banner_message.gif" alt="プロモーターリレーメッセージ" width="200" height="60"></a></li>');
	document.write('</ul>');
	document.write('</div>');
	document.write('<!--▲▲▲ヘッダー▲▲▲-->');
	document.write('<hr>');
	document.write('<!--▼▼▼メニュー▼▼▼-->');
	document.write('<div id="menu">');
	document.write('<ul>');
	document.write('<li class="artist"><a href="/bomber/artist/index.html">出演アーティスト </a></li>');
	document.write('<li class="mc"><a href="/bomber/profile/index.html">MCプロフィール</a></li>');
	document.write('<li class="otokomae"><a href="/bomber/otokomae/index.html">月刊！オトコまえしのちゃん</a></li>');
	document.write('<li class="bosyu"><a href="/bomber/kanran/index.html">観覧者募集 </a></li>');
	document.write('<li class="keitai"><a href="/bomber/mobile/index.html">ケータイサイト </a></li>');
	document.write('<li class="chideji"><a href="/bomber/digital/index.html">地上デジタル放送 </a></li>');
	document.write('<li class="news"><a href="/bomber/news/index.html">更新情報</a></li>');
	document.write('<li class="ranking"><a href="/bomber/ranking/index.html">クチコミランキング</a></li>');
	document.write('<li class="top"><a href="/bomber/index.html">番組トップへ</a></li>');
	document.write('</ul>');
	document.write('</div>');
	document.write('<!--▲▲▲メニュー▲▲▲-->');
	document.write('<hr>');
}

function foot() {
	document.write('<div id="mobileArea">');
	document.write('<p class="qr"><img src="/category/bomber/images/qr.gif" alt="QRコード" width="89" height="89"></p>');
	document.write('<p class="get">ケータイサイトにアクセスして お得なライブ観覧席や出演アーティストのプレゼントをGETしよう ！</p>');
	document.write('<p class="keitai"><img src="/category/bomber/images/keitai.gif" alt="携帯キャリア別アクセス方法" width="380" height="89"></p>');
	document.write('<p class="toku"></p>');
	document.write('</div>');
	document.write('<p class="home"><!--<a href="http://www.nagoyatv.com"><span>メ～テレHOME</span></a>--></p>');
	document.write('<p class="copy">Copyright (C) 2007 Nagoya Broadcasting Network.</p>');
}


function scrollTop () {
	scrollTo(0, 0);
}
