function insmail(p1,p2)
{document.write("<a href='mailto:",p1,"@",p2,"'>")
 document.write(p1,"@",p2,"</a>")}
 

