<html>  <head>  <SCRIPT LANGUAGE="JavaScript"> <!-- debut du script function VersionNavigateur(Netscape, Explorer) { if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') ||  (navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft')) return true; else return false; } // fin du script --> </SCRIPT>  <script language=JavaScript> <!-- var message="Copyright(c) 2001 L'Ange de l'Enfer"; function click(e) { if (document.all) { if (event.button == 2) { alert(message); return false; } } if (document.layers) { if (e.which == 3) { alert(message); return false; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=click; // --> </script>  <META HTTP-EQUIV="imagetoolbar" CONTENT="no">  <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>Index de l'Ange de l'Enfer</title> <base target="_self"> <style fprolloverstyle>A:hover {color: #303052; text-decoration: blink; font-style: italic} </style> </head>  <body bgcolor="#4C4C7D" text="#AAAACD" link="#AAAACD" vlink="#AAAACD" alink="#AAAACD" style="text-align: center">     <div ID="p0" STYLE="position:absolute;font-weight:bold;color:'#CCCCCC';left:10;top:10;width:2;height:2;">*</div>   <div ID="p1" STYLE="position:absolute;font-weight:bold;color:'#CCCCCC';left:10;top:10;width:2;height:2;">.</div>   <div ID="p2" STYLE="position:absolute;font-weight:bold;color:'#666666';left:10;top:10;width:2;height:2;">.</div>   <div ID="p3" STYLE="position:absolute;font-weight:bold;color:'#CCCCCC';left:10;top:10;width:2;height:2;">+</div>   <div ID="p4" STYLE="position:absolute;font-weight:bold;color:'#CCCCCC';left:10;top:10;width:2;height:2;">.</div>   <div ID="p5" STYLE="position:absolute;font-weight:bold;color:'#999999';left:10;top:10;width:2;height:2;">.</div>   <div ID="p6" STYLE="position:absolute;font-weight:bold;color:'#999999';left:10;top:10;width:2;height:2;">.</div>   <div ID="p7" STYLE="position:absolute;font-weight:bold;color:'#CCCCCC';left:10;top:10;width:2;height:2;">.</div>     <script language="JavaScript1.2"> var ns=document.layers ? 1 : 0; var ie=document.all ? 1: 0;  function MoveHandler(evnt) {    Xpos=(ns)?evnt.pageX:event.x+document.body.scrollLeft;    Ypos=(ns)?evnt.pageY:event.y+document.body.scrollTop; }  if (ns) { window.captureEvents(Event.MOUSEMOVE); window.onMouseMove=MoveHandler; } else{ document.onmousemove=MoveHandler; }  var positionY = 10; var positionX = 10; var yBase = 200; var xBase = 200; var delay = 10; var yAmpl = 10; var yMax = 40; var step = .2; var ystep = .5; var currStep = 0; var tAmpl=1; var Xpos = 50; var Ypos = 50; var j = 0; function animateLogo() {    if (ns) { 	yBase = window.innerHeight/4 ; 	xBase = window.innerWidth/4;    }    else {         yBase = document.body.clientHeight/4;         xBase = document.body.clientWidth/4;    }  for ( j = 0 ; j < 8 ; j++ ) {  positionY = Ypos + Math.cos((20*Math.sin(currStep/20))+j*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10); positionX = Xpos + Math.sin((20*Math.sin(currStep/20))+j*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);     if (ns) { 	eval("document.layers.p"+j+".top = "+positionY); 	eval("document.layers.p"+j+".left ="+positionX);    }    else { 	eval("document.all.p"+j+".style.top = "+positionY); 	eval("document.all.p"+j+".style.left ="+positionX);    }  } currStep += step; setTimeout("animateLogo()", delay); } animateLogo();   </script>  <div align="center">   <center>   <table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="64%" id="AutoNumber1">     <tr>       <td width="86%" valign="middle">       <div align="center">         <center>         <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="88%" id="AutoNumber2">           <tr>             <td width="100%" colspan="2">             <p align="center">             <map name="FPMap0">             <area target="_blank" href="http://www.laurencelabat.com/" shape="polygon" coords="165, 302, 158, 324, 276, 341, 273, 319">             </map>             <img border="0" src="images/index/index.gif" usemap="#FPMap0" width="516" height="360"></p>             </td>           </tr>           <tr>             <td width="50%" align="center">             <a onMouseOver="if (VersionNavigateur(3.0,4.0)) img1.src='images/index/citation.gif' " onMouseOut="img1.src='images/index/entreeb.gif' " href="accueil.htm">  <IMG NAME="img1" BORDER=0 SRC="images/index/entreeb.gif" onLoad="tempImg=new Image(0,0); tempImg.src='images/index/citation.gif' " width="277" height="82"></a></td>             <td width="50%" align="center">             <a onMouseOver="if (VersionNavigateur(3.0,4.0)) img2.src='images/index/comingsoon.gif' " onMouseOut="img2.src='images/index/enterb.gif' " href="indexd'origine.htm">  <IMG NAME="img2" BORDER=0 SRC="images/index/enterb.gif" onLoad="tempImg=new Image(0,0); tempImg.src='images/index/comingsoon.gif' " width="277" height="82"></a></td>           </tr>         </table>         </center>       </div>       </td>     </tr>   </table>   </center> </div>  </body>  </html> 
