<!-- hide the script from old browsers -- //written by W.Moshammer
function yhostip(){
     if((navigator.appName == "Microsoft Internet Explorer") && ((navigator.appVersion.indexOf('3.') != -1) || (navigator.appVersion.indexOf('4.') != -1)))
     document.write("&nbsp;");
     else { window.onerror=null;
     yourAddress=java.net.InetAddress.getLocalHost();
     yourAddress2=java.net.InetAddress.getLocalHost();
     yhost=yourAddress.getHostName();
     yip=yourAddress2.getHostAddress();
document.write("Votre nom d&#39; h&ocirc;te: "+yhost);
document.write("<br>Votre adresse IP&#64;: "+yip); } }
//--end hiding here -->
// JavaScript Document
function sneakEmail(name,domain1,domain2,Presid){
   var prefix ='mai'+'lto:';
   var at='@';
   var subject='?subject=Courriel emis depuis le site Eurorealistes.com';
   var body='&body= ,';   
   if (Presid) { var body='&body=Monsieur le webmestre du site eurorealistes.com,' };
   var url= prefix+name+at+domain1+'.'+domain2+subject+body;
   document.location.href=eval('"'+url+'"');
   window.status=url;
   }