

/*
hidden mailto, to prevent web spiders nicking email address
*/




function HideEmail(email, host, recipient) {

document.write("<a href=" + "mail" + "to:" + email + "@" + host+ ">" + recipient + "</a>" + ".");
}

function EmailPA() {

document.write('<a hre'+'f="ma'+'ilto'+':'+'%70%68%69%6c%40%70%72%6f%67%74%65%63%68%2e%63%6f%2e%75%6b">&#112;&#108;&#101;&#97;&#115;&#101;&#32;&#99;&#108;&#105;&#99;&#107;&#32;&#104;&#101;&#114;&#101;&#32;&#116;&#111;&#32;&#101;&#109;&#97;&#105;&#108;&#32;&#109;&#101;&#46;<\/a>');


document.writeln('<p>Sorry for the new page, but this just prevents spam-bots grabbing my email address!</p>')
document.writeln('<p>The link above will generate a new email in your email client</p>')
document.writeln('<p>The browser&rsquo;s Back button will take you back to my page.</p>')
}


 
function MailToLink(who, URL) { 
document.write("<A HREF=\"mailto"); 
document.write(":" + who + "@"); 
document.write(url + "\">" + who + "@" + url + "<\/a>"); 
} 
 
