// routines.js

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

