
/***********************************************
* Encrypt Email script- Please keep notice intact.
* Tool URL: http://www.dynamicdrive.com/emailriddler/
* **********************************************/
function getGillContact(ln) {
	var emailarray9174= new Array(103,46,109,117,114,114,97,121,108,64,99,104,101,109,46,103,108,97,46,97,99,46,117,107)
	var postemail9174=''
	for (i=0;i<emailarray9174.length;i++) {
		postemail9174+=String.fromCharCode(emailarray9174[i])
	}
	return ln.href="mailto:" + postemail9174
}
<!-- neil: -->
function getNeilContact(ln) {
var emailarray8552= new Array(110,101,105,108,64,99,104,101,109,46,103,108,97,46,97,99,46,117,107)
var postemail8552=''
for (i=0;i<emailarray8552.length;i++) {
postemail8552+=String.fromCharCode(emailarray8552[i])
}
return ln.href='mailto:'+postemail8552
}
<!-- Gill second email: -->
function getGill2Contact(ln) {
var emailarray2018= new Array(103,46,109,117,114,114,97,121,64,99,104,101,109,46,103,108,97,46,97,99,46,117,107)
var postemail2018=''
for (i=0;i<emailarray2018.length;i++) {
postemail2018+=String.fromCharCode(emailarray2018[i])
}
return ln.href='mailto:'+postemail2018
}

function frremove() {
	if (top!=self)
	{
	    top.location=self.location	
	}
}