// 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. */

// split into two so even if a crawler reads this file it won't recognize the command
m1='mai'
m1+='lto:'

// split into two so even if a crawler reads this file it won't find or recognize the whole domain name
asf='@amsc'
asf+='an.org'

// footer address - all pages
info='info'+asf
fellowships='grants'+asf