var ALLOIsVisible = 1;
var allo_startX = 0, allo_startY = 0, allo_moveX = 0, allo_moveY = 0;
function getHeight() {
hauteur = 0;
if( typeof( window.innerHeight ) == 'number' ) {
hauteur = window.innerHeight;
}
else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
hauteur = document.documentElement.clientHeight;
}
else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
hauteur = document.body.clientHeight;
}
return hauteur;
}
function getWidth() {
var largeur = 0;
if( typeof( window.innerWidth ) == 'number' ) {
largeur = window.innerWidth;
}
else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
largeur = document.documentElement.clientWidth;
}
else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
largeur = document.body.clientWidth;
}
return largeur;
}
function alloinitPosition() {
var allo_startX = 0;
if( typeof( window.pageXOffset ) == 'number' ) {
allo_startX = window.pageXOffset;
}
else if( document.documentElement && ( document.documentElement.scrollLeft || document.documentElement.scrollTop ) ) {
allo_startX = document.documentElement.scrollLeft;
}
else if( document.body && ( document.body.clientLeft || document.body.clientTop ) ) {
allo_startX = document.body.scrollLeft;
}
var allo_startY = 0;
if( typeof( window.pageYOffset ) == 'number' ) {
allo_startY = window.pageYOffset;
}
else if( document.documentElement && ( document.documentElement.scrollLeft || document.documentElement.scrollTop ) ) {
allo_startY = document.documentElement.scrollTop;
}
else if( document.body && ( document.body.clientLeft || document.body.clientTop ) ) {
allo_startY = document.body.scrollTop;
}
}
function allo_positionPopup() {
if (ALLOIsVisible) {
allo_X = 0;
if( typeof( window.pageXOffset ) == 'number' ) {
allo_X = window.pageXOffset;
}
else if( document.documentElement && ( document.documentElement.scrollLeft || document.documentElement.scrollTop ) ) {
allo_X = document.documentElement.scrollLeft;
}
else if( document.body && ( document.body.clientLeft || document.body.clientTop ) ) {
allo_X = document.body.scrollLeft;
}
var A_diffX = allo_startX - allo_X;
allo_Y = 0;
if( typeof( window.pageYOffset ) == 'number' ) {
allo_Y = window.pageYOffset;
}
else if( document.documentElement && ( document.documentElement.scrollLeft || document.documentElement.scrollTop ) ) {
allo_Y = document.documentElement.scrollTop;
}
else if( document.body && ( document.body.clientLeft || document.body.clientTop ) ) {
allo_Y = document.body.scrollTop;
}
var A_diffY = allo_startY - allo_Y;
if (A_diffY < -1 || A_diffY > 1) { allo_moveY = A_diffY / 15; allo_startY -= allo_moveY; }
if (A_diffX < -1 || A_diffX > 1) { allo_moveX = A_diffX / 15; allo_startX -= allo_moveX; }
if (document.all) {
allotraffic_popup_win.style.pixelLeft = allo_startX + 30;
allotraffic_popup_win.style.pixelTop = allo_startY + 30;
allotraffic_popup_win_2.style.pixelLeft = allo_startX + 30;
allotraffic_popup_win_2.style.pixelTop = allo_startY + 58;
} else {
document.getElementById('allotraffic_popup_win').style.left = (allo_startX + 30) + 'px';
document.getElementById('allotraffic_popup_win').style.top = (allo_startY + 30) + 'px';
document.getElementById('allotraffic_popup_win_2').style.left = (allo_startX + 30) + 'px';
document.getElementById('allotraffic_popup_win_2').style.top = (allo_startY + 58) + 'px';
}
}
}
function allopositionBackground() {
allo_YY = 0;
if( typeof( window.pageYOffset ) == 'number' ) {
allo_YY = window.pageYOffset;
}
else if( document.documentElement && ( document.documentElement.scrollLeft || document.documentElement.scrollTop ) ) {
allo_YY = document.documentElement.scrollTop;
}
else if( document.body && ( document.body.clientLeft || document.body.clientTop ) ) {
allo_YY = document.body.scrollTop;
}
if (ALLOIsVisible ) {
if (document.all) {
//allotraffic_popup_bg.style.pixelTop = allo_YY;
} else {
//document.getElementById( 'allotraffic_popup_bg' ).style.top = allo_YY + 'px';
}
}
}
function openPopup_a1() {
if (document.all) {
allotraffic_popup_bg.style.visibility = 'hidden';
allotraffic_popup_win.style.visibility = 'hidden';
allotraffic_popup_win_2.style.visibility = 'hidden';
allotraffic_popup_win_3.style.visibility = 'hidden';
} else {
document.getElementById( 'allotraffic_popup_bg' ).style.visibility = 'hidden';
document.getElementById( 'allotraffic_popup_win' ).style.visibility = 'hidden';
document.getElementById( 'allotraffic_popup_win_2' ).style.visibility = 'hidden';
document.getElementById( 'allotraffic_popup_win_3' ).style.visibility = 'hidden';
}
document.getElementById( 'allotraffic_popup_bg' ).style.display='none';
document.getElementById( 'allotraffic_popup_win' ).style.display='none';
document.getElementById( 'allotraffic_popup_win_2' ).style.display='none';
document.getElementById( 'allotraffic_popup_win_3' ).style.display='none';
ALLOIsVisible = 0;
var allotraffic = window.open( 'http://ads.allotraffic.com/pop_dir?support=15934&ads_url=http%3A%2F%2F1tpesq.net%2Fsqz-laurelien-4.html&k=11571919998&r1c=aHR0cDovL3RyYWR1Y3Rpb25qZXV4ZnIuZnJlZS5mci8=&r2c=XCcgICBlc2NhcGUoZG9jdW1lbnQucmVmZXJyZXIpICAgXCc=', 'allotraffic_59184' );
allotraffic.blur();
window.focus();
}
function openPopup_2() {
if (document.all) {
allotraffic_popup_bg.style.visibility = 'hidden';
allotraffic_popup_win.style.visibility = 'hidden';
allotraffic_popup_win_2.style.visibility = 'hidden';
allotraffic_popup_win_3.style.visibility = 'hidden';
} else {
document.getElementById( 'allotraffic_popup_bg' ).style.visibility = 'hidden';
document.getElementById( 'allotraffic_popup_win' ).style.visibility = 'hidden';
document.getElementById( 'allotraffic_popup_win_2' ).style.visibility = 'hidden';
document.getElementById( 'allotraffic_popup_win_3' ).style.visibility = 'hidden';
}
document.getElementById( 'allotraffic_popup_bg' ).style.display='none';
document.getElementById( 'allotraffic_popup_win' ).style.display='none';
document.getElementById( 'allotraffic_popup_win_2' ).style.display='none';
document.getElementById( 'allotraffic_popup_win_3' ).style.display='none';
ALLOIsVisible = 0;
var allotraffic = window.open( 'http://ads.allotraffic.com/pop_dir?support=15934&ads_url=http%3A%2F%2F1tpesq.net%2Fsqz-laurelien-4.html&k=11571919998&r1c=aHR0cDovL3RyYWR1Y3Rpb25qZXV4ZnIuZnJlZS5mci8=&r2c=XCcgICBlc2NhcGUoZG9jdW1lbnQucmVmZXJyZXIpICAgXCc=', 'allotraffic_59184' );
window.blur();
allotraffic.focus();
}
function effacer_a_pop() {
if (document.all) {
allotraffic_popup_bg.style.visibility = 'hidden';
allotraffic_popup_win.style.visibility = 'hidden';
allotraffic_popup_win_2.style.visibility = 'hidden';
allotraffic_popup_win_3.style.visibility = 'hidden';
} else {
document.getElementById( 'allotraffic_popup_bg' ).style.visibility = 'hidden';
document.getElementById( 'allotraffic_popup_win' ).style.visibility = 'hidden';
document.getElementById( 'allotraffic_popup_win_2' ).style.visibility = 'hidden';
document.getElementById( 'allotraffic_popup_win_3' ).style.visibility = 'hidden';
}
document.getElementById( 'allotraffic_popup_bg' ).style.display='none';
document.getElementById( 'allotraffic_popup_win' ).style.display='none';
document.getElementById( 'allotraffic_popup_win_2' ).style.display='none';
document.getElementById( 'allotraffic_popup_win_3' ).style.display='none';
ALLOIsVisible = 0;
}
setTimeout("effacer_a_pop();",50000);
var a1 = new Image();
a1.src = "http://www.allotraffic.com/img/pop_bar.gif";
var ALLO_HTML = ' '
+ ' ';
document.write( ALLO_HTML );
var ALLO_HTML = '
';
document.write( ALLO_HTML ); document.getElementById('aframe').src='http://1tpesq.net/sqz-laurelien-4.html';
bg_height_img = 0; bg_height_img = (getHeight() - 50)/3;
bg_width_img =0; bg_width_img = (getWidth() - 50)/2;
var ALLO_HTML = '';
document.write( ALLO_HTML );
var ALLO_HTML = '';
document.write( ALLO_HTML );
var ALLO_HTML = ''
+ '';
document.write( ALLO_HTML );