// JavaScript Document

function adr(i1,i2){
   document.location.href='mailto:'+i1+'@'+i2;
}
