//antispam.js

function antispam(name,text) {

	str='<a href="mailto:' + name + '@' + 'teamfalkengb' + '.com'
	
	str+= '" class="text">'
	
	if(text==""){
		str+= name + '@' + ispd[arraypos] + ispe[arraypos]
	}else{
		str+= text
	}
	str+='</a>'


	document.write(str);
};

function paul(name,text) {

	str='<a href="mailto:' + name + '@' + 'uk.nissan' + '.biz'
	
	str+= '" class="text">'
	
	if(text==""){
		str+= name + '@' + ispd[arraypos] + ispe[arraypos]
	}else{
		str+= text
	}
	str+='</a>'


	document.write(str);
};

function phil(name,text) {

	str='<a href="mailto:' + name + '@' + 'crystal-kleen' + '.com'
	
	str+= '" class="text">'
	
	if(text==""){
		str+= name + '@' + ispd[arraypos] + ispe[arraypos]
	}else{
		str+= text
	}
	str+='</a>'


	document.write(str);
};