<!--
//
var mailsys="Netscape mail";
function mailwebtek(){
    who=prompt("Please enter webtekmATwebtekm.org Use @ instead of AT","email@provider.com");
    what=prompt("Enter the subject: "," Ministerio Luz a Las Naciones ");
    if (confirm("You entered "+who+" with the subject of "+what+". Is this correct?")==true){parent.location.href='mailto:'+who+'?subject='+what+'';
        }
}
document.write('&copy;&nbsp;&nbsp;WebTek Ministries &nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="http://www.webtekm.org" id="afooter">&nbsp;&nbsp;Created by WebTek Ministries</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="javascript:mailwebtek()">Problems/Questions?</a>');
//-->
