You put this in your header:
<script language="JavaScript">
<!--
var exit=true;
function xit()
{
if (exit)
open("http://www.blah blah blah .com","copy");
}
//-->
</script>
but you need to add onclick="exit=false" to any links on the page that keep your visitor on your site and you don't want the window opened
Ivy