	
		  var sep = "@";
		  
		  function stoprobot (debut)
		  {
		    debut = debut + sep
		    debut = debut + "hebus-ip.com"
		    document.location.href = "mailto:" + debut
		  }
		
