// JavaScript Document
function nospam(theuser,theisp,link) {
document.write('<a href' + '=\"mail' + 'to:' + theuser + '@' + theisp + '\">' + 
link + '</a>');
}
