Current File : /home/lifechur/test-static.lifechurchboston.org/scripts/contact_web.js |
<!-- // Javascript Email Address Encoder
// by www.stevedawson.com
var first = 'to:';
var person = 'web';
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('Website comments</a>');
// -->