
function spamschutz(lnd,dom,na2,na1){
	var spamschutz = 'mailto:' +na1+na2+'@'+dom+'.'+lnd;
	document.location.href=spamschutz;
}

