// JavaScript Document
function spamNo(name,domaine,subject){
  window.location = 'mailto:'+name+'@'+domaine+'?subject='+subject;
  }
