function safeE(p1,p2,subj){
mail=(typeof(subj)=="undefined")?('mailto:'+p1+'@'+p2):('mailto:'+p1+'@'+p2+'?subject='+subj)
window.location=mail
}