// routines.js

function spamLess(name){
	window.location = "mailto:"+name+"@countylouthgolfclub.com";
}
