function hello(mail,p1,p2,p3,p4,p5) { 
  var ca; 
  ca = "mailto:" + p5 + p3 + "\@" + p1 + p4 + p2; 
  mail.href = ca; 
  return (1); 
}