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