// JavaScript Document
// variables to hide email addresses from bots
/* Note, variables only need to be defined once, then can be reused if
the email address is to appear multiple times on the page. This also makes
it easy to update the email address, only needs to be updated in one place. */
m1='mai'
m1+='lto:'
glen_ivy='glenivy'

emnet1='@em'
emnet1+='net.org'

msn1='@ms'
msn1+='n.com'

bt2='@btcon'
bt2+='nect.com'

bti='@btint'
bti+='ernet.com'

sbc1='@sbcglo'
sbc1+='bal.net'

hot1='@hotm'
hot1+='ail.com'

glen1='@gleni'
glen1+='vy.org'

// main email address for EDL GI
glenivy2= 'glenivycenter' + glen1

// spanish email addresses
maria2= 'mariafranco11' + sbc1
lecastro2= 'lecastro58' + sbc1
jlasintonia2 = 'jlasintonia' + hot1

// other email addresses
retreats2 = 'wcrosman' + sbc1
support2 = 'nancyleefe' + sbc1

// about_us email addresses
edenvale2= 'hugh_duff' + emnet1
stillmeadow2 = 'still_meadow_community' + msn1
riverdell2 = 'martin_banham' + emnet1
highview2 = 'ruth_buckingham' + emnet1
gatehouse2 = 'edlcape' + emnet1
uk2 = 'emissary01' + bt2
korea2 = 'jaehyoung_lee' + emnet1
rbuck = 'rbuckingham' + emnet1
prichardson = 'prichardson' + emnet1
cameroon = 'edlcameroon' + emnet1
cape ='edlcape' + emnet1
tessa = 'tessamaskell' + bti




