// 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:'
e1='jennifer'
f1='@true'
f1+='voiceconsulting.com'
