function sendPage(){
  openBrWindow('http://www.bethlehemmedia.net/script/mailer.php?Url='+window.document.location,'send','width=600,height=450');
}

function openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

