// routines.js

function spamLess(name){
	window.location = "mailto:"+name+"@coolnagreina.ie";
}
