var isp="bdars.org";
var isp2="yahoo.co.uk";

// do not alter the lines below
function noSpamMail(name,visText){
document.write('<a href="' + 'mailto:' + name  + '@' + isp + '">' + visText + '</a>');
}

// do not alter the lines below
function noSpamMail2(name2,visText2){
document.write('<a href="' + 'mailto:' + name2  + '@' + isp2 + '">' + visText2 + '</a>');
}
