function head(){
document.open();
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="200" width="670" align="center">');
document.write('<param name="movie" value="../common/head.swf">');
document.write('<param name="quality" value="best">');
document.write('<param name="play" value="true">');
document.write('<embed align="center" width="670" height="200" pluginspage="http://www.macromedia.com/go/getflashplayer" src="../common/head.swf" type="application/x-shockwave-flash" quality="best" play="true"> ');
document.write('</object>')
document.close('');
}


function footer(){

document.open();
document.writeln('<ul>');
document.writeln('<a href="/top/top.html">トップ</a>');
document.writeln('<li><a href="/system/system.html">システム</a>');
document.writeln('<li><a href="/ticket/ticket.html">チケット</a>');
document.writeln('<li><a href="/girls/list.html">在籍一覧</a>');
document.writeln('<li><a href="/shift/shift.html">出勤予定表</a>');
document.writeln('<li><a href="/gallery/gallery.html">ギャラリー</a>');
document.writeln('<li><a href="/enquete/enquete.html">アンケート</a>');
document.writeln('<li><a href="/bbs/bbs.html">掲示板</a>');
document.writeln('<li><a href="/recruit/recruit.html">求人情報</a>');
document.writeln('<li><a href="/link/link.cgi">リンク</a>');
document.writeln('<li><a href="/mail/mail.html">メール</a>');
document.writeln('</ul>');
document.writeln('<br clear="all">');
document.writeln('<div id="mobile">');
document.writeln('<img src="../common/qr.png">');
document.writeln('Sod Mania<br>');
document.writeln('モバイルサイト<br>');
document.writeln('<a href="http://www.sodmania.com/i/" target="_blank">http://www.sodmania.com/i/</a>');
document.writeln('</div>');
document.writeln('<div id="notice">');
document.writeln('当サイトはアダルトコンテンツを含みます。18歳未満及び高校生の観覧をお断りいたします。<br>');
document.writeln('当サイトでは本番行為は一切おこなっておりません。本番行為を要求される方のご利用を固くお断り致します。<br>');
document.writeln('当サイトに掲載されている画像・文章・その他のグラフィックデータはすべて「ソドマニア」に属します。<br>');
document.writeln('他サイトや他媒体への無断転載、無断複製を固く禁じます。<br>');
document.writeln('</div>');
document.writeln('<br clear="all">');
document.writeln('<strong>Copyright 2003 Sod Mania All Rights Reserved.</strong>');
document.close();

}




