
function email(x,y,f,h,z){
 var a,b,c,d,e,f,g,h,i
 a='<a href=\"mai'
 b=x
 c='\">'
 a+='lto:'
 b+='@'
 e='</a>'
 b+=y
 g='<img src=\"'
 i='\" alt="'
 i+=z
 i+='" border="0">'

 if (f) d=f
 else if (h) d=g+h+i
 else d=b

 document.write(a+b+c+d+e)
}
