/* This file prevents spambots from harvesting the email address of this website */
function simple(name,text)
{
    var domain ="cda-solutions.info";
    document.write('<a href="mailto:' + name + '@' + domain + '">' + text + '</a>');
}

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