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

