Current File : /home/lifechur/test-static.lifechurchboston.org/scripts/contact_lifegroups.js |
<!-- // Javascript Email Address Encoder
// by www.stevedawson.com
var first = 'to:';
var person = 'lifegroups';
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 Life Groups for more information</a>');
// -->