if (get_cookie('wcsroot')==''){
// falsely tell the popunder code it has already run to stop it from running again
document.cookie="wcsroot=yes"

//instead of doing a pop-under show something useful
document.write("<br><p><b>Thanks for visiting my site!  Did you realize there are lots more information here?");
document.write("  <a href=/>Click here</a> to learn all about other webcam sites.</b></p>")

} else {
myHref.click(); 
}
