if (document.referrer.indexOf("http://foolphantom.kt.fc2.com/",0) == -1) {
    //カウンタページからでないとき
    if (document.referrer.indexOf("http://foolphantom.hp.infoseek.co.jp/",0) != -1) {
    //管理用トップからならなにもしない

     } else if (document.referrer.indexOf("http:",0) != -1) {
        //他httpからだったらトップへ
        top.location.href="http://foolphantom.hp.infoseek.co.jp/stagla/index.html";
    }
}