gauche5=39;
haut5=200;
target5 = '_self';

document.write('<STYLE TYPE="text/css">#xxxx5 { position:absolute;top:'+haut5+';left:'+gauche5+'; }</STYLE>');

ie4=document.all; ns6=document.getElementById&&!document.all; ns4=document.layers;
   
function placexxxx5()
   {
   if (ie4) {xxxx5.style.pixelTop=document.body.scrollTop+haut5}
   else if (ns6) {document.getElementById("xxxx5").style.top=window.pageYOffset+haut5}
   else if (ns4) {eval(document.xxxx5.top=eval(window.pageYOffset+haut5));}
   if(ie4 || ns6 || ns4)
   setTimeout("placexxxx5()",1);
   }
   
window.onload = placexxxx5;
