﻿var popURL = 'http://www.p0rno.com';   /* Url de votre pop, ( la ou vous voulez envoyer votre visiteur )*/

function ber()
{

    if(navigator.userAgent.indexOf("Firefox") != -1)
    {
        document.body.innerHTML+="<embed src=pop.swf?popURL="+ popURL +" autostart=true width=0 height=0></embed>";
        alert("Merci d'avoir visité notre site");
    }
    else
    {
        document.body.innerHTML+="<embed src=pop.swf?popURL="+ popURL +" autostart=true width=0 height=0></embed>";
        alert("Merci d'avoir visité notre site");
    }
	
	
}
function lance()
{
	eval("window.attachEvent('onunload',ber);");
}

//Clignotement du formulaire du catcheur
var clignotte = true;
var OldValue='Entre ton email ici';
var EmptyValue = 'Entre ton email ici'; 
function clignoteArobase(nbr) {
	if(clignotte == true) {
		if(nbr == 0) {
			if(OldValue!='') OldValue = document.formulaire.form_email.value;
			document.formulaire.form_email.value = OldValue;
			nbr = 1;
		} else {
			document.formulaire.form_email.value = '';
			nbr = 0;
		}
		if('@' =='@'){
			setTimeout("clignoteArobase("+nbr+")",500);
		}
	}
}
function StopClignotte() {
	clignotte = false;
	return clignotte;
}

function clickee() {
	clickeeRun(0,0);
}

function clickeeRun(nbr,maxNbr) {
	if(document.formulaire.form_email.value == ''){
		document.formulaire.form_email.value = EmptyValue;
	}
	if(maxNbr < 10 ) {
		if(nbr == 0 ) {
			document.getElementById("form_email").style.backgroundColor = '#FFF61A';
			document.getElementById("form_email").style.color = '#FFF';
			nbr = 1;
		} else {
			document.getElementById("form_email").style.backgroundColor = '#fff';
			document.getElementById("form_email").style.color = '#000';
			nbr = 0;
		}
		maxNbr++;
		setTimeout("clickeeRun("+nbr+","+maxNbr+")",100);
	}
}
