

var popat="@";
var popend="maatbarlow.com";
var poptail="?subject="+escape("Message from the Maat Barlow web");

function norman(box) {

var popto="mailto:";
if (box=="fromweb") popto=popto+"webcontact"+popat+popend+poptail;
else if (box=="publisher") popto=popto+"off"+"ice1"+popat+"O-b"+"ooks.net"+poptail;

else return;

window.location=popto;
return;
}


function externalLinks() {
 if (!document.getElementsByTagName) return;
 var anchors = document.getElementsByTagName("a");
 for (var i=0; i<anchors.length; i++) {
   var anchor = anchors[i];
   if (anchor.getAttribute("href") &&
       anchor.getAttribute("rel") == "external")
     anchor.target = "_blank";
 }
}
window.onload = externalLinks;

