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

