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