function frameTest() {
    if(typeof(parent.frames.ctp_main)=="undefined") {
        b=document.getElementById("ctp");
        b.innerHTML="<p class=\"floatPara\"><a href=\"http://counterpoint.webhop.net\" target=\"_top\">Click here to open<br/>Counterpoint's<br/>main site</a></p>";
        b.style.visibility="visible";
    }
}
