// modified version of http://www.dynamicdrive.com/emailriddler/
/***********************************************
* Encrypt Email script- Please keep notice intact.
* Tool URL: http://www.dynamicdrive.com/emailriddler/
* **********************************************/

function email() {
	var a = new Array(99,111,110,116,97,99,116,64,112,117,98,108,105,101,99,114,105,112,114,105,110,116,46,99,111,109)
	var b = '';
	for (var i=0; i < a.length; i++)
		b += String.fromCharCode(a[i]);
		
	document.write('<p><' + 'a href="mailto:' + b + '?subject=Livre Francine Summa" title="Envoyez un mail aux Éditions de l’Officine">' + b + '<' + '/a></p>');
}

/* summary stats function */
function whenReady() { 
  ls="/log____image.gif?summarylog&je="+navigator.javaEnabled()+ "&sw="+screen.width+"&sh="+screen.height;
  if (screen.pixelDepth) ls+="&sd="+screen.pixelDepth; 
  else if (screen.colorDepth) ls+="&sd="+screen.colorDepth; 
  if (navigator.language) ls+="&la="+navigator.language; 
  else if (navigator.userLanguage) ls+="&la="+navigator.userLanguage; 
  if (!document.all) { 
    document.cookie="log____cc=1"; 
    ls+="&co="+(document.cookie?true:false); 
  }
  else ls+="&co="+navigator.cookieEnabled; 
  if (window.innerWidth) { 
    ls+="&ww="+window.innerWidth; 
    ls+="&wh="+window.innerHeight; 
  } 
  else if (document.documentElement && document.documentElement.clientWidth) { 
    ls+="&ww="+document.documentElement.clientWidth; ls+="&wh="+document.documentElement.clientHeight; 
  } 
  else if (document.body && document.body.clientWidth) { 
    ls+="&ww="+document.body.clientWidth; 
    ls+="&wh="+document.body.clientHeight; 
  }
  np=navigator.plugins; 
  if (np) { 
    for (i=np.length-1;i>=0;--i) ls+="&p="+escape(np[i].name); 
  } 
  li=new Image(); 
  li.src=ls; 
}
