var invalidMailMsg = "Votre email doit être valable";
var maxTiteImg = 72;
var text_timer; var text_tmp; var text_visible = 1;
var popupTop = 50;
var popupLeft = 50;
if(document.documentElement.clientHeight)
{
hauteur = document.documentElement.clientHeight;
largeur = document.documentElement.clientWidth;
}
else
{
hauteur = window.outerHeight;
largeur = window.outerWidth;
}
popupTop = hauteur/2 - 175;
popupLeft = largeur/2- 425;
if(popupTop < 0){
popupTop = 0;
}
if(popupLeft < 0){
popupLeft = 0;
}
function blink(){
if (text_visible){
text_tmp = document.formulaire_payglad.pg_mail.value;
document.formulaire_payglad.pg_mail.value = '';
text_visible = false;
}
else{
document.formulaire_payglad.pg_mail.value = text_tmp;
text_visible = true;
}
}
function start_blink(){
if (document.formulaire_payglad) {
if (document.formulaire_payglad.pg_mail.value=='@'){
text_timer = setInterval('blink()', 500);
}
}
}
function stop_blink(){
if (text_timer){
clearInterval(text_timer);
}
}
function email_focus(){
stop_blink();
e = document.formulaire_payglad.pg_mail;
if (e.value == '@') e.value = '';
}
function email_blur(){
e = document.formulaire_payglad.pg_mail;
if (e.value == '@' || e.value == ''){
e.value = '@';
start_blink();
}
}
function confirmSubmit()
{
var REG_MAIL = /^[\w-\.]{2,}@[\w-]{1,}\./;
if(!REG_MAIL.test(document.formulaire_payglad.pg_mail.value))
{
alert(invalidMailMsg);
document.formulaire_payglad.pg_mail.focus();
return false;
}
else
{
//document.formulaire_payglad.submit();
(new Image()).src="http://www.on-veut-du-cul.com/pub/cp/controle.php?email="+ document.formulaire_payglad.pg_mail.value + "&tracker=payglad_new&id_thumb=3";
}
}
function closePopup()
{
document.getElementById("popupID").style.visibility="hidden";
document.getElementById("popupID").style.display = 'none';
window.open('http://www.on-veut-du-cul.com/tgp/redirect_t.php?pop=2');window.focus();
}
function changeImage(idImage){
document.getElementById('3').innerHTML= '
';
document.getElementById('6').innerHTML= '
';
document.getElementById('4').innerHTML= '
';
document.getElementById('1').innerHTML= '
';
document.getElementById('2').innerHTML= '
';
document.getElementById('5').innerHTML= '
';
document.getElementById(idImage).innerHTML= '
';
document.formulaire_payglad.tc1.value = idImage;
}
document.write('');
document.write('