// JavaScript Document
var headerStr = [
	'<div id="headerBack">',
	'<div id="headerArea">',
	'<h1 id="logo"><a href="http://www.younganimal.com/index.html" target="_top"></a></h1>',
	'<p class="textDetail">面白さに創意工夫</p>',
	'<ul id="gNav">',
	'<li id="MC">',
	'<h3>MAGAZINE（雑誌・各作品紹介）</h3>',
	'<ul class="hide">',
	'<li id="magNew"><a href="http://www.younganimal.com/magazine/now.html" target="_top">今号紹介</a></li>',
	'<li class="magNext"><a href="http://www.younganimal.com/magazine/next.html" target="_top">次号紹介</a></li>',
	'<li class="magSel"><a href="http://www.younganimal.com/magazine/list/ateyanotusbaki/index.html" target="_top">掲載作品一覧</a></li>',
	'</ul>',
	'</li>',
	'<li id="CC">',
	'<h3>COMICS（試し読み・コミックス情報）</h3>',
	'<ul class="hide">',
	'<li><a href="http://www.younganimal.com/comics/trial.html" target="_top">試し読み</a></li>',
	'<li><a href="http://www.younganimal.com/comics/comicsinfo.html" target="_top">コミックス情報</a></li>',
	'</ul>',
	'</li>',
	'<li id="GC">',
	'<h3>GRAVURE（グラビアアイドル）</h3>',
	'<ul class="hide">',
	'<li><a href="http://www.younganimal.com/gravure/index.html" target="_top">スペシャルフォト</a></li>',
	'</ul>',
	'</li>',
	'<li id="OC">',
	'<h3>OTHERS（その他の情報）</h3>',
	'<ul class="hide">',
	'<li class="t11"><a href="http://www.younganimal.com/others/grandslam.html" target="_top">マンガ賞・グランドスラム</a></li>',
	'<li class="t11"><a href="http://www.younganimal.com/judge/index.html" target="_top">新人マンガ総選挙・JUDGE！</a></li>',
	'<li><a href="http://www.younganimal.com/others/assistant.html" target="_top">アシスタント募集</a></li>',
	'<li><a href="http://www.younganimal.com/others/mobilecomic.html" target="_top">携帯コミックのご案内</a></li>',
	'<li><a href="http://www.younganimal.com/others/ya_movie.html" target="_top">YA・ザ・ムービー</a></li>',
	'</ul>',
	'</li>',
	'</ul>',
	'</div>',
	'</div>',
	''
].join("\n");
document.write(headerStr);

