ankey		="PPG";
titlekey	="ｐｐ-ize";
URLkey		="http://uerin.hp.infoseek.co.jp/F/ppg/";
/* 挿入
<SCRIPT LANGUAGE="JavaScript" src=./head.js></script>
<noscript><img src="../cgi-bin/ac/an.cgi?dirname=PPG&noj=1" width="1" height="1" border="0"></noscript>
*/

document.write('<table width=100%><td nowrap valign=top><font size=2>');



// 逆探
document.write("<IMG SRC=\"./cgi-bin/trace.cgi?");
document.write(this.document.referrer);
document.write("\" BORDER=0 width=1 height=1 alt=\"逆探知\">");


document.write('<a href="' + URLkey + '">■</a>');
document.write('<a href="./index.html">戻る▲</a>');
document.write('</td><td align=center nowrap><b>「' + titlekey + '」</b>');


    var link = document.referrer;
    document.write('<img src="../cgi-bin/ac/an.cgi?ref=' + link + '&dirname=' + ankey+ '&sw=');
    document.write(screen.width + '&sh=' + screen.height + '&sc=' + screen.colorDepth);
    document.write('" height="1" width="1" border="0">');

document.write('</td><td  align=right nowrap>');


//<!--雀牌カウンタ-->
document.write('<nobr>');
document.write('<img src="../../cgi-bin/cm_mj.cgi?s" border=0 alt="総合">');
document.write('<img src="../../cgi-bin/cm_mj.cgi?y" alt="昨日">');
document.write('<img src="../../cgi-bin/cm_mj.cgi?t" alt="今日">');
document.write('<a href="../../cgi-bin/cm_mj.cgi?count" target=_blank>_</a>');
document.write('<img src="../../cgi-bin/cm_mj.cgi?dummy" alt="ツモ牌"></nobr>');




document.write('</td></table>');






//Cookie Control -=-=-=--=-=-=- -=-=-=--=-=-=- 
 function SaveCookie(){
 setCookie("UriName",document.SendForm.name.value);
 setCookie("UriEMail",document.SendForm.EMail.value);
}
function getCookie(key,  tmp1, tmp2, xx1, xx2, xx3) {
    tmp1 = " " + document.cookie + ";";
    xx1 = xx2 = 0;
    len = tmp1.length;
    while (xx1 < len) {
        xx2 = tmp1.indexOf(";", xx1);
        tmp2 = tmp1.substring(xx1 + 1, xx2);
        xx3 = tmp2.indexOf("=");
        if (tmp2.substring(0, xx3) == key) {
            return(unescape(tmp2.substring(xx3 + 1, xx2 - xx1 - 1)));
        }
        xx1 = xx2 + 1;
    }
    return("");
}
function setCookie(key, val, tmp) {
    tmp = key + "=" + escape(val) + "; ";
    tmp += "expires=Fri, 31-Dec-2030 23:59:59; ";
    document.cookie = tmp;
}
function clearCookie(key) {
    document.cookie = key + "=" + "xx; expires=1-Jan-1997 00:00:00;";
}






 if(document.URL.search(/uerin/i) == -1){
  location.replace("http://uerin.hp.infoseek.co.jp/F/ppg/errer.html")
 }
if(document.referrer.search(/index/i) == -1){
}
