document.write("<html>\n");
document.write("<head>\n");
// サッカー大好きなみんなのコミュニケーションサイト。サッカー少年団、レディーズ、Ｕ１５、Ｕ１８、大学、社会人、Ｊリーグまで、サッカーチームのリンク集を構成
document.write("<title>サッカーコミュニケーション</title>\n");
document.write("</head>\n");
document.write("<frameset rows=\"100%,*\">\n");
// ワールドカップ２００２の情報、サッカーに関する情報
document.write("<frame src=/cgi-bin/acc/index.cgi/SOCCER/acc?ref=");
document.write(document.referrer);
document.write(">\n");
document.write("<frame src=>");
// フレーム表示非対応ブラウザー向け start
document.write("<noframes>\n");
document.write("<body>\n");
document.write("<center>\n");
document.write("<h1>ホームページへようこそ！</h1>\n");
// ワールドカップの歴史、ワールドカップ２００２の開催地、試合などの情報
document.write("<a href=/cgi-bin/acc/index.cgi/SOCCER/acc");
document.write(document.referrer);
document.write(">\n");
document.write("ここから入ってください.</a>\n");
document.write("</center>\n");
document.write("</body>\n");
document.write("</noframes>\n");
document.write("</frameset>\n");
// フレーム表示非対応ブラウザー向け end
document.write("</html>\n");
