function CheckURL(bg,sz,nm){
 var lpt = document.referrer.substring(bg,sz);
 if (lpt!="") return (lpt==nm);
 return (document.URL.substring(bg,sz)==nm);
}
function IsLocal(){return CheckURL(0,5,'file:');}
function pclub(szkey){
 document.write('<a href="http://HELLO.P-CLUB.COM/WEB/link.cgi/DDN866A/HREF/'+szkey+'/" target="_top"><img src=');
 if (IsLocal()) document.write('"./images/pclub.gif"');
 else document.write('"http://HELLO.P-CLUB.COM/WEB/link.cgi/DDN866A/IMG/'+szkey+'/"');
 document.write(' width=200 height=40 border=0 hspace=4 vspace=2></a>');
}
function Banners(){
 if (IsLocal())
  document.write('<a href="http://www.csdinc.co.jp/formmail/snapcdrom.html"><img src="./images/present.gif" border=0 width=468 height=60></a>');
 else {
  document.write('<center><font size=-1><a target="_top" href="http://kansas.valueclick.ne.jp/redirect?host=hs0039032&size=468x60&b=indexpage&v=0">');
  document.write('<img width=468 height=60 alt="Please visit our sponsors." src="http://kansas.valueclick.ne.jp/cycle?host=hs0039032&size=468x60&b=indexpage&noscript=1"></a><br>');
 }
}
function showAD() {
 if (IsLocal()==0) {
  if(document.layers)
    window.document.layers["AD"].layers[0].src="http://210.173.162.150/hserver/SITE=075/AREA=007/";
 }
}
function Banner4(){
 if (IsLocal()) document.write('<img src="links/msn.img"');
 else document.write('<iframe src="http://chance.p-club.com/cgi-bin/dd/hb/banner/src.cgi?uid=DD164"');
 document.write(' width=468 height=80 frameborder=0 align="top" scrolling="no" marginwidth=0 marginheight=0 border=0>');
 if (IsLocal()==0) document.write('<ilayer id=IL1 width=468 height=80 visibility="show"></ilayer></iframe>');
 }
