(function() { var swfobject=function(){var UNDEF="undefined",OBJECT="object",SHOCKWAVE_FLASH="Shockwave Flash",SHOCKWAVE_FLASH_AX="ShockwaveFlash.ShockwaveFlash",FLASH_MIME_TYPE="application/x-shockwave-flash",EXPRESS_INSTALL_ID="SWFObjectExprInst",ON_READY_STATE_CHANGE="onreadystatechange",win=window,doc=document,nav=navigator,plugin=false,domLoadFnArr=[main],regObjArr=[],objIdArr=[],listenersArr=[],storedAltContent,storedAltContentId,storedCallbackFn,storedCallbackObj,isDomLoaded=false,isExpressInstallActive=false,dynamicStylesheet,dynamicStylesheetMedia,autoHideShow=true,ua=function(){var w3cdom=typeof doc.getElementById!=UNDEF&&typeof doc.getElementsByTagName!=UNDEF&&typeof doc.createElement!=UNDEF,u=nav.userAgent.toLowerCase(),p=nav.platform.toLowerCase(),windows=p?/win/.test(p):/win/.test(u),mac=p?/mac/.test(p):/mac/.test(u),webkit=/webkit/.test(u)?parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,ie=!+"\v1",playerVersion=[0,0,0],d=null;if(typeof nav.plugins!=UNDEF&&typeof nav.plugins[SHOCKWAVE_FLASH]==OBJECT){d=nav.plugins[SHOCKWAVE_FLASH].description;if(d&&!(typeof nav.mimeTypes!=UNDEF&&nav.mimeTypes[FLASH_MIME_TYPE]&&!nav.mimeTypes[FLASH_MIME_TYPE].enabledPlugin)){plugin=true;ie=false;d=d.replace(/^.*\s+(\S+\s+\S+$)/,"$1");playerVersion[0]=parseInt(d.replace(/^(.*)\..*$/,"$1"),10);playerVersion[1]=parseInt(d.replace(/^.*\.(.*)\s.*$/,"$1"),10);playerVersion[2]=/[a-zA-Z]/.test(d)?parseInt(d.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0;}} else if(typeof win.ActiveXObject!=UNDEF){try{var a=new ActiveXObject(SHOCKWAVE_FLASH_AX);if(a){d=a.GetVariable("$version");if(d){ie=true;d=d.split(" ")[1].split(",");playerVersion=[parseInt(d[0],10),parseInt(d[1],10),parseInt(d[2],10)];}}} catch(e){}} return{w3:w3cdom,pv:playerVersion,wk:webkit,ie:ie,win:windows,mac:mac};}(),onDomLoad=function(){if(!ua.w3){return;} if((typeof doc.readyState!=UNDEF&&doc.readyState=="complete")||(typeof doc.readyState==UNDEF&&(doc.getElementsByTagName("body")[0]||doc.body))){callDomLoadFunctions();} if(!isDomLoaded){if(typeof doc.addEventListener!=UNDEF){doc.addEventListener("DOMContentLoaded",callDomLoadFunctions,false);} if(ua.ie&&ua.win){doc.attachEvent(ON_READY_STATE_CHANGE,function(){if(doc.readyState=="complete"){doc.detachEvent(ON_READY_STATE_CHANGE,arguments.callee);callDomLoadFunctions();}});if(win==top){(function(){if(isDomLoaded){return;} try{doc.documentElement.doScroll("left");} catch(e){setTimeout(arguments.callee,0);return;} callDomLoadFunctions();})();}} if(ua.wk){(function(){if(isDomLoaded){return;} if(!/loaded|complete/.test(doc.readyState)){setTimeout(arguments.callee,0);return;} callDomLoadFunctions();})();} addLoadEvent(callDomLoadFunctions);}}();function callDomLoadFunctions(){if(isDomLoaded){return;} try{var t=doc.getElementsByTagName("body")[0].appendChild(createElement("span"));t.parentNode.removeChild(t);} catch(e){return;} isDomLoaded=true;var dl=domLoadFnArr.length;for(var i=0;i0){for(var i=0;i0){var obj=getElementById(id);if(obj){if(hasPlayerVersion(regObjArr[i].swfVersion)&&!(ua.wk&&ua.wk<312)){setVisibility(id,true);if(cb){cbObj.success=true;cbObj.ref=getObjectById(id);cb(cbObj);}} else if(regObjArr[i].expressInstall&&canExpressInstall()){var att={};att.data=regObjArr[i].expressInstall;att.width=obj.getAttribute("width")||"0";att.height=obj.getAttribute("height")||"0";if(obj.getAttribute("class")){att.styleclass=obj.getAttribute("class");} if(obj.getAttribute("align")){att.align=obj.getAttribute("align");} var par={};var p=obj.getElementsByTagName("param");var pl=p.length;for(var j=0;j';}} el.outerHTML=''+par+'';objIdArr[objIdArr.length]=attObj.id;r=getElementById(attObj.id);} else{var o=createElement(OBJECT);o.setAttribute("type",FLASH_MIME_TYPE);for(var m in attObj){if(attObj[m]!=Object.prototype[m]){if(m.toLowerCase()=="styleclass"){o.setAttribute("class",attObj[m]);} else if(m.toLowerCase()!="classid"){o.setAttribute(m,attObj[m]);}}} for(var n in parObj){if(parObj[n]!=Object.prototype[n]&&n.toLowerCase()!="movie"){createObjParam(o,n,parObj[n]);}} el.parentNode.replaceChild(o,el);r=o;}} return r;} function createObjParam(el,pName,pValue){var p=createElement("param");p.setAttribute("name",pName);p.setAttribute("value",pValue);el.appendChild(p);} function removeSWF(id){var obj=getElementById(id);if(obj&&obj.nodeName=="OBJECT"){if(ua.ie&&ua.win){obj.style.display="none";(function(){if(obj.readyState==4){removeObjectInIE(id);} else{setTimeout(arguments.callee,10);}})();} else{obj.parentNode.removeChild(obj);}}} function removeObjectInIE(id){var obj=getElementById(id);if(obj){for(var i in obj){if(typeof obj[i]=="function"){obj[i]=null;}} obj.parentNode.removeChild(obj);}} function getElementById(id){var el=null;try{el=doc.getElementById(id);} catch(e){} return el;} function createElement(el){return doc.createElement(el);} function addListener(target,eventType,fn){target.attachEvent(eventType,fn);listenersArr[listenersArr.length]=[target,eventType,fn];} function hasPlayerVersion(rv){var pv=ua.pv,v=rv.split(".");v[0]=parseInt(v[0],10);v[1]=parseInt(v[1],10)||0;v[2]=parseInt(v[2],10)||0;return(pv[0]>v[0]||(pv[0]==v[0]&&pv[1]>v[1])||(pv[0]==v[0]&&pv[1]==v[1]&&pv[2]>=v[2]))?true:false;} function createCSS(sel,decl,media,newStyle){if(ua.ie&&ua.mac){return;} var h=doc.getElementsByTagName("head")[0];if(!h){return;} var m=(media&&typeof media=="string")?media:"screen";if(newStyle){dynamicStylesheet=null;dynamicStylesheetMedia=null;} if(!dynamicStylesheet||dynamicStylesheetMedia!=m){var s=createElement("style");s.setAttribute("type","text/css");s.setAttribute("media",m);dynamicStylesheet=h.appendChild(s);if(ua.ie&&ua.win&&typeof doc.styleSheets!=UNDEF&&doc.styleSheets.length>0){dynamicStylesheet=doc.styleSheets[doc.styleSheets.length-1];} dynamicStylesheetMedia=m;} if(ua.ie&&ua.win){if(dynamicStylesheet&&typeof dynamicStylesheet.addRule==OBJECT){dynamicStylesheet.addRule(sel,decl);}} else{if(dynamicStylesheet&&typeof doc.createTextNode!=UNDEF){dynamicStylesheet.appendChild(doc.createTextNode(sel+" {"+decl+"}"));}}} function setVisibility(id,isVisible){if(!autoHideShow){return;} var v=isVisible?"visible":"hidden";if(isDomLoaded&&getElementById(id)){getElementById(id).style.visibility=v;} else{createCSS("#"+id,"visibility:"+v);}} function urlEncodeIfNecessary(s){var regex=/[\\\"<>\.;]/;var hasBadChars=regex.exec(s)!=null;return hasBadChars&&typeof encodeURIComponent!=UNDEF?encodeURIComponent(s):s;} var cleanup=function(){if(ua.ie&&ua.win){window.attachEvent("onunload",function(){var ll=listenersArr.length;for(var i=0;i\n\t#div_all_expand_57525475475fa8587ed0{\n\t\tposition:relative;\n\t\theight:60px;\n\t\twidth:468px;\n\t\tfloat:left;\n\t\tz-index:500;\n\t}\n\t.ez_expand_banner_div_57525475475fa8587ed0\t{\n\t\tz-index:1000;\n\t \theight:60px;\n\t \twidth:200px;\n\t\tposition:absolute;\n\t}\n\t#ez_expand_banner_member_div_57525475475fa8587ed0\t{\n\t\tposition:absolute;\n\t\ttop:60px;\n\t\theight:200px;\n\t\tz-index:50000;\n\t}\n\n<\/style>
<\/div><\/div>
<\/div><\/div><\/div>"); /* 57525475475fa8587ed0 */ var timeId57525475475fa8587ed0; var timeOver57525475475fa8587ed0; var params= { quality : 'high', salign: 't', scale: 'noscale', wmode: 'transparent', AllowScriptAccess: 'always' }; var attributes= { id: "ez_expand_banner_57525475475fa8587ed0" } swfobject.embedSWF('http://promo.ezstatic.com/flash/tool-expand-banner/expand-banner.swf?site_id=873&url=873.love.easyrencontre.com&tracker=expand_banner&language=fr&s%5Bsex_id%5D=1&s%5Bage_min%5D=18&s%5Bage_max%5D=35&direction=b&uniq_id=57525475475fa8587ed0&gradient=0x000000%2C0xff00ff&clickUrl=http://873.love.easyrencontre.com?tr4ck=expand_banner', "ez_expand_banner_57525475475fa8587ed0", "468", "60", "9.0.0", "", {"language":"fr","s[sex_id]":"1","s[age_min]":"18","s[age_max]":"35","direction":"b","uniq_id":"57525475475fa8587ed0","gradient":"0x000000,0xff00ff"}, params); window.loadSWF57525475475fa8587ed0 = function(url , flashvars) { document.getElementById('ez_expand_banner_member_div_57525475475fa8587ed0' ).style.display='block'; var pos = document.getElementById('div_all_expand_57525475475fa8587ed0').offsetTop + 200 ; var bodyHeight = document.documentElement.clientHeight; document.getElementById('ez_expand_banner_member_div_57525475475fa8587ed0' ).style.top ='60px' /* if (pos > bodyHeight ){ document.getElementById('ez_expand_banner_member_div').style.top ='-196px'; } else { document.getElementById('ez_expand_banner_member_div').style.top ='64px'; }*/ clearTimeout(timeOver57525475475fa8587ed0); clearTimeout(timeId57525475475fa8587ed0); timeId57525475475fa8587ed0 = setTimeout(function() { load(url, escape(flashvars)); }, 1); //clearTimeout(timeId57525475475fa8587ed0); } function load(url, flashvars) { clearTimeout(timeId57525475475fa8587ed0); var params= { quality : 'high', salign: 't', scale: 'noscale', wmode: 'transparent', AllowScriptAccess: 'always' }; var attributes= { id: "ez_expand_banner_member57525475475fa8587ed0" } swfobject.embedSWF(url+'?'+unescape(flashvars), "ez_expand_banner_member_57525475475fa8587ed0", "468", "200", "9.0.0", "", {}, params); } function hide(){ clearTimeout(timeOver57525475475fa8587ed0); document.getElementById('ez_expand_banner_member_div_57525475475fa8587ed0').style.display='none'; document.getElementById('ez_expand_banner_member_div_57525475475fa8587ed0').over = false; relanceAnim(); var hide = function(){hide();}; } window.checkOver = function(){ clearTimeout(timeOver57525475475fa8587ed0); timeOver57525475475fa8587ed0 = setTimeout(function(){hide();} , 1*500); } function relanceAnim(){ document.getElementById('ez_expand_banner_57525475475fa8587ed0').fn_flash(); } window.myClearTimeout = function(){ clearTimeout(timeOver57525475475fa8587ed0); } })();