Current File : /home/lifechur/legacy.lifechurchboston.org/scripts/contact_security.js |
<!-- // Javascript Email Address Encoder
// by www.stevedawson.com
var first = 'to:';
var person = 'security';
var one = 'ma';
var place = 'lifechurchboston';
var alpha = 'il';
var thing = 'org';
document.write('<a href="');
document.write(one+alpha+first);
document.write(person);
document.write('@');
document.write(place);
document.write('.');
document.write(thing);
document.write('">');
document.write('Contact the Security Team for more information</a>');
// -->