
function noSpam(txt) {
// Try to prevent spam-bots from seeing this email address.
// If they're smart enough to include a JavaScript interpreter which
// parses the page before they scan it, this won't help.
// w e b m a s t e r  à  n o r a n e t point c o m

	aCom="@";
	Protocol="mailto:";
	point="%2E";

	document.write(txt + ' <a href="' + Protocol + 'webmaster' + aCom + 'noranet' +point+ 'com?SUBJECT=Votre site web">' + 'webmaster' + aCom + 'noranet' +unescape(point)+ 'com</a>');
	document.write('<br><br>');
}

function nospam(txt) {
// w e b m a s t e r  à  n o r a n e t point c o m
	var adresse = '<a href="';
	adresse += "ma";	adresse += "il";	adresse += "to:";
	adresse += "&#119;&#101;&#098;&#109;&#097;&#115;&#116;&#101;&#114;";
	adresse += "&#64;";
	adresse += "&#110;&#111;&#114;&#097;&#110;&#101;&#116;&#046;&#099;&#111;&#109;";
	adresse += '">' + txt + "<\/a>";
	document.write(adresse);
	document.write(" pour plus de renseignements.");
}

// UTILISATION
//<script type="text/javascript"><!--
//	var avant = "&Eacute;crivez-nous";
//	noSpam(avant);
//	nospam(avant);
//--></script>
