function mailmask(r,d1,d2,t,c){if (!c) { c = r+'@'+d1+d2+'.'+t };var m = "href=mailto:"; document.write('<a '+m+r+'@'+d1+d2+'.'+t+'>'+c+'</a>');}