<!--
document.write('<div class="header"><div class="logo"><h1><a href="/">レトロゲームをダウンロードして楽しもう【アミューズメントセンター/Amusement-Center.com】</a></h1></div><ul class="langmenu"><li id="en"><a href="' + convLocale('en') + '">English</a></li><li id="ja"><a href="' + convLocale('ja') + '">Japanese</a></li></ul><ul class="basicmenu"><li><a href="/beginning.html">はじめての方へ</a></li><li><a href="/point.html">ACポイントについて</a></li><li><a href="/information/index.php">お知らせ</a></li><li><a href="/faq.html">FAQ</a></li></ul><ul class="registmenu"><li><a href="/user/free.cgi"><img src="/ja/image/menubtn_signup.gif" alt="会員登録" /></a></li><li><a href="/member/mypage.cgi"><img src="/ja/image/menubtn_mypage.gif" alt="マイページ" /></a></li></ul><ul class="servicemenu"><li><a href="/project/egg/">プロジェクトEGG</a></li><li><a href="/project/emusic/">EGG MUSIC</a></li><li><a href="/compile/">コンパイルステーション</a></li><li><a href="/project/falcom/">ファルコムミュージアム</a></li><li><a href="/project/ita/">イタチョコショップ</a></li><li><a href="/project/mall/">AC-MALL</a></li></ul><div>');
																																																																   
																																																																 var txt = new Array();
txt[0]="<div class=\'banner468\'><a href=\'/2009_8th_anniversary.html\' title=\'プロジェクトＥＧＧ８周年記念キャンペーン\' target=\'_blank\'><img src=\'/js/banner/image/banner_8aniv.gif\' width=\'468\' height=\'60\'></a></div>";


mmax = 1; //メッセージ行数
txtno = Math.floor(Math.random() * mmax);
document.write(txt[txtno]);
																																																																<!--
document.write('</div></div>');


function convLocale(locale) {
    var this_url = location.pathname;
    var args = location.search;
    if (this_url.substr(0, 4) === '/ja/') {
        this_url = this_url.substring(3, this_url.length);
    } else if (this_url.substr(0, 4) === '/en/') {
        this_url = this_url.substring(3, this_url.length);
    }
    return '/' + locale + this_url + args;
}
//-->
