/*<script type="text/javascript" language="javascript">
<!--*/
// eMail Obfuscator Script 2.1 by Tim Williams - freeware
{
 	coded = "VILAE2EZYI0@JI02IFIMBJI.40G"
		cipher = "aZbYcXdWeVfUgThSiRjQkPlOmNnMoLpKqJrIsHtGuFvEwDxCyBzA1234567890"
		shift=coded.length
		link=""
		for (i=0; i<coded.length; i++){
			if (cipher.indexOf(coded.charAt(i))==-1){
				ltr=coded.charAt(i)
				link+=(ltr)
			}
			else {     
				ltr = (cipher.indexOf(coded.charAt(i))-shift+cipher.length) % cipher.length
				link+=(cipher.charAt(ltr))
			}				
    }
			/*document.write("<a href='mailto:"+link+"'>Fionnseach du Lochielle</a>")*/
    }
/*//-->
</script>
<noscript>
<p>Sorry, but a Javascript-enabled browser is required to email me.</p>
</noscript>*/
