// 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
sch='@schlos'
sch+='sersigns.com'

// contract page addresses
// see contract.html page for JavsScript code to insert to display email addresses
alex='alex'+sch

// about page addresses
// see about.html page for JavsScript code to insert to display email addresses
carla='carla'+sch

// contact and index page addresses
// see contact.html and index.html pages for JavsScript code to insert to display email addresses
info='info'+sch
