/* Print Email Link
   This should help to stop spam-bots harvesting this email address
*/

<!-- 
var displink = "info&#64;peaceschool.org.uk"; 
var dispname = "info"; 
var disphost = "peaceschool.org.uk title=\"Email the Peace School office\""; 
document.write("<a href=" + "mail" + "to:" + dispname + "&#64;" + disphost + ">" + displink + "</a>") 
//-->