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



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

