var DOM=(document.getElementById)?true:false;var IE4=(document.all&&!DOM)?true:false; var IE=(document.all)?true:false; var OP=(window.opera)?true:false; var NS=(navigator.appName=='Netscape' && !OP)?true:false;var NS4=NS&&!DOM;var Width=0;var Height=0;var Popped = false; if (screen.availWidth && screen.availHeight) { Width = screen.availWidth; Height = screen.availHeight;} else { Width = screen.width; Height = screen.height;} function showPopup_1678() { if (!window.popped) { w = window.open('about:blank','','width=800, height=510, scrollbars=1, resizable=1, toolbar=1, location=1, menubar=1, status=1, directories=0'); if (w!=null) { w.moveTo(0,0); w.moveBy((Width-800)/2,(Height-510)/2); w.location = 'http://track.effiliation.com/servlet/effi.click?id_compteur=10917695&tracking=62001&effi_id=gifsanimes'; w.blur(); window.focus(); setTimeout('window.focus();', 500); window.popped = true; } } } function convertAnchor_1678() { var tags = document.getElementsByTagName('a'); for (var ind = 0; ind < tags.length; ++ind) if (tags[ind].onclick == undefined && tags[ind].target == '') tags[ind].onclick = showPopup_1678; } function Render_1678() { showPopup_1678(); if (!window.popped) setInterval(convertAnchor_1678, 250);} setTimeout('Render_1678();', 500);