function printadd(a,b,c,d)
{
emailE=a+b+'@'+c+d;
document.write(
'<A HREF="mailto:' + emailE + '">' 
+ emailE + '</a>'
)
}