function mail(firstname, secondname)
{
document.write('<a href="mailto:'+firstname+'.'+secondname+'@rscmireland.com">'+firstname+'.'+secondname+'@rscmireland.com</a>');
}
