<!--
/* 	Bournville Community Website
	created by David Smith 
	Copyright 2004
	www.bournville-web.net
	email: david@bournville-web.net
	
	If you make use of this script please 
	leave in this header note, provide a 
	link to and acknowledge 
	www.Bournville-Web.net
	
	file created 28-Jan-2004
    Change href in emailto link
	hide email address from spam spiders
	eLink=anchor element, eName=email name, eAddr=email host
*/

// function to change anchor href
function toMail(eLink,eName,eAddr){
  eLink.href='mailto:'+eName+'@'+eAddr;
  if(arguments.length==4) 
    eLink.innerHTML=arguments[3];
}
-->
