document.write('
'); function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } function moveIt(obj, mvTop, mvLeft) { try{ document.getElementById("popupLoterie").style.position = "absolute"; document.getElementById("popupLoterie").style.top = mvTop+"px"; document.getElementById("popupLoterie").style.left = mvLeft+"px"; document.getElementById("popupLoterie").style.display="block"; } catch (e){} var date = new Date(); date.setTime(date.getTime()+24*60*60*1000); var expires = "; expires="+date.toGMTString(); document.cookie ="popupLoterie"+"=1"+expires+"; path=/"; //alert("hh"); //alert(document.getElementById("popupLoterie").style.left); } function goToLoterie(){ window.location='http://ouah.fr/index.php?State=0174&origine=blog-pop&idquest=&email='+document.getElementById('loterieEmail').value; } function clearEmail(){ document.getElementById('loterieEmail').value=""; } if (readCookie("popupLoterie")==null){ moveIt(document.getElementById("popupLoterie"),200,400); }