function autotranslation() 
{
var contenu ='<p align="center">';
document.writeln(contenu);
document.write('<a href="http://trans.voila.fr/ano?anolg=65544&anourl=');
document.write(location.href);
document.write('">Automatic English translation</A>');
contenu = "</p>";
document.writeln(contenu);

// ajout Anti LP

// nolepen=window.open("","nolepen","width=750,height=420,status=no,toolbar=no,menubar=no,resizable=no,scrollbars=no");
// nolepen.document.write('<html>\n');
// nolepen.document.write('<head>\n');
// nolepen.document.write('<title>Les Journ&eacute;es Pages Noires sur Internet</title>\n');
// nolepen.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\n');
// nolepen.document.write('</head>\n');
// nolepen.document.write('<body bgcolor="#000000" text="#000000" topmargin="0" leftmargin="0">\n');
// nolepen.document.write('<img src="http://nolepen.free.fr/popup/pni.gif" width="750" height="420" usemap="#Map" border="0">\n');
// nolepen.document.write('<map name="Map">\n');
// nolepen.document.write('  <area shape="rect" coords="62,361,367,384" href="http://nolepen.free.fr" target="_blank" alt="Publier la page sur mon site" title="Publier la page sur mon site">\n');
// nolepen.document.write('  <area shape="rect" coords="713,404,755,422" href="javascript:window.close()">\n');
// nolepen.document.write('</map>\n');
// nolepen.document.write('</body>\n');
// nolepen.document.write('</html>\n');


}

function CelluleLivre(pTitre,pASIN,pImage,pAuteur,pPrix) 
// Et hop !!!
{
document.write('    <td valign="top" width=150> ');
document.write('      <table width=150 height=300 border="0" cellspacing="0" cellpadding="0">');
document.write('        <tr> ');
document.write('          <td class=tdbdc>'+pTitre+'</td>');
document.write('        </tr>');
document.write('        <tr> ');
document.write('          <td class=tdbdc>');
document.write('			<A HREF="http://www.amazon.fr/exec/obidos/ASIN/'+pASIN+'/impunitezero-21" target=_new>');
document.write('			<IMG SRC="amazonimages/'+pImage+'" border="0" alt="" hspace="3" vspace="3"></A>');
document.write('		  </td>');
document.write('        </tr>');
document.write('        <tr> ');
document.write('          <td class=tdbdc>');
document.write('		  par '+pAuteur+' ');
document.write('		  </td>');
document.write('        </tr>');
document.write('        <tr> ');
document.write('          <td class=tdbdc>');
document.write('			&euro; '+pPrix+' ');
document.write('			<A HREF="http://www.amazon.fr/exec/obidos/ASIN/'+pASIN+'/impunitezero-21" target=_new>');
document.write('			Cliquez pour commander');
document.write('			</a>');
document.write('		  </td>');
document.write('        </tr>');
document.write('	  </table> ');
document.write('	</TD>');

}



function LienLivre(pTitre,pASIN,pAuteur,pComp) 
// Et hop !!!
{
document.write('    <li> ');
document.write('        <b>'+pAuteur+'</b>:');
document.write('		<A HREF="http://www.amazon.fr/exec/obidos/ASIN/'+pASIN+'/impunitezero-21" target=_new>');
document.write('		'+pTitre+'</A>. ');
document.write('		'+pComp);
document.write('	</li>');

}
