/* This file helps prevent spambots from harvesting the email address of this website */

function simple(person,link)
{
    var site ="adamshomeownerservices.com";
    document.write('<a href="mailto:' + person + '@' + site + '">' + link + '</a>');
}

//--------------------------------------------------------------------------------------

