//GAC standard js for template
function mailfor(str_name, str_address) {
   var emailHost = "guildfordarcheryclub.co.uk";
   document.write("<a href=" + "mail" + "to:" + str_address + "&#64;" + emailHost+ ">"+ str_name + "</a>") 
   return true			
}