var md_liste_campagne = "vod"; var md_delay = 20000; /* Script: Core.js MooTools - My Object Oriented JavaScript Tools. License: MIT-style license. Copyright: Copyright (c) 2006-2007 [Valerio Proietti](http://mad4milk.net/). Code & Documentation: [The MooTools production team](http://mootools.net/developers/). Inspiration: - Class implementation inspired by [Base.js](http://dean.edwards.name/weblog/2006/03/base/) Copyright (c) 2006 Dean Edwards, [GNU Lesser General Public License](http://opensource.org/licenses/lgpl-license.php) - Some functionality inspired by [Prototype.js](http://prototypejs.org) Copyright (c) 2005-2007 Sam Stephenson, [MIT License](http://opensource.org/licenses/mit-license.php) */ //MooTools, , My Object Oriented (JavaScript) Tools. Copyright (c) 2006-2008 Valerio Proietti, , MIT Style License. var MooTools={version:"1.2.0",build:""};var Native=function(J){J=J||{};var F=J.afterImplement||function(){};var G=J.generics;G=(G!==false);var H=J.legacy; var E=J.initialize;var B=J.protect;var A=J.name;var C=E||H;C.constructor=Native;C.$family={name:"native"};if(H&&E){C.prototype=H.prototype;}C.prototype.constructor=C; if(A){var D=A.toLowerCase();C.prototype.$family={name:D};Native.typize(C,D);}var I=function(M,K,N,L){if(!B||L||!M.prototype[K]){M.prototype[K]=N;}if(G){Native.genericize(M,K,B); }F.call(M,K,N);return M;};C.implement=function(L,K,N){if(typeof L=="string"){return I(this,L,K,N);}for(var M in L){I(this,M,L[M],K);}return this;};C.alias=function(M,K,N){if(typeof M=="string"){M=this.prototype[M]; if(M){I(this,K,M,N);}}else{for(var L in M){this.alias(L,M[L],K);}}return this;};return C;};Native.implement=function(D,C){for(var B=0,A=D.length;B-1:this.indexOf(A)>-1;},trim:function(){return this.replace(/^\s+|\s+$/g,"");},clean:function(){return this.replace(/\s+/g," ").trim(); },camelCase:function(){return this.replace(/-\D/g,function(A){return A.charAt(1).toUpperCase();});},hyphenate:function(){return this.replace(/[A-Z]/g,function(A){return("-"+A.charAt(0).toLowerCase()); });},capitalize:function(){return this.replace(/\b[a-z]/g,function(A){return A.toUpperCase();});},escapeRegExp:function(){return this.replace(/([-.*+?^${}()|[\]\/\\])/g,"\\$1"); },toInt:function(A){return parseInt(this,A||10);},toFloat:function(){return parseFloat(this);},hexToRgb:function(B){var A=this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/); return(A)?A.slice(1).hexToRgb(B):null;},rgbToHex:function(B){var A=this.match(/\d{1,3}/g);return(A)?A.rgbToHex(B):null;},stripScripts:function(B){var A=""; var C=this.replace(/]*>([\s\S]*?)<\/script>/gi,function(){A+=arguments[1]+"\n";return"";});if(B===true){$exec(A);}else{if($type(B)=="function"){B(A,C); }}return C;},substitute:function(A,B){return this.replace(B||(/\\?\{([^}]+)\}/g),function(D,C){if(D.charAt(0)=="\\"){return D.slice(1);}return(A[C]!=undefined)?A[C]:""; });}});Hash.implement({has:Object.prototype.hasOwnProperty,keyOf:function(B){for(var A in this){if(this.hasOwnProperty(A)&&this[A]===B){return A;}}return null; },hasValue:function(A){return(Hash.keyOf(this,A)!==null);},extend:function(A){Hash.each(A,function(C,B){Hash.set(this,B,C);},this);return this;},combine:function(A){Hash.each(A,function(C,B){Hash.include(this,B,C); },this);return this;},erase:function(A){if(this.hasOwnProperty(A)){delete this[A];}return this;},get:function(A){return(this.hasOwnProperty(A))?this[A]:null; },set:function(A,B){if(!this[A]||this.hasOwnProperty(A)){this[A]=B;}return this;},empty:function(){Hash.each(this,function(B,A){delete this[A];},this); return this;},include:function(B,C){var A=this[B];if(A==undefined){this[B]=C;}return this;},map:function(B,C){var A=new Hash;Hash.each(this,function(E,D){A.set(D,B.call(C,E,D,this)); },this);return A;},filter:function(B,C){var A=new Hash;Hash.each(this,function(E,D){if(B.call(C,E,D,this)){A.set(D,E);}},this);return A;},every:function(B,C){for(var A in this){if(this.hasOwnProperty(A)&&!B.call(C,this[A],A)){return false; }}return true;},some:function(B,C){for(var A in this){if(this.hasOwnProperty(A)&&B.call(C,this[A],A)){return true;}}return false;},getKeys:function(){var A=[]; Hash.each(this,function(C,B){A.push(B);});return A;},getValues:function(){var A=[];Hash.each(this,function(B){A.push(B);});return A;},toQueryString:function(A){var B=[]; Hash.each(this,function(F,E){if(A){E=A+"["+E+"]";}var D;switch($type(F)){case"object":D=Hash.toQueryString(F,E);break;case"array":var C={};F.each(function(H,G){C[G]=H; });D=Hash.toQueryString(C,E);break;default:D=E+"="+encodeURIComponent(F);}if(F!=undefined){B.push(D);}});return B.join("&");}});Hash.alias({keyOf:"indexOf",hasValue:"contains"}); var Event=new Native({name:"Event",initialize:function(A,F){F=F||window;var K=F.document;A=A||F.event;if(A.$extended){return A;}this.$extended=true;var J=A.type; var G=A.target||A.srcElement;while(G&&G.nodeType==3){G=G.parentNode;}if(J.test(/key/)){var B=A.which||A.keyCode;var M=Event.Keys.keyOf(B);if(J=="keydown"){var D=B-111; if(D>0&&D<13){M="f"+D;}}M=M||String.fromCharCode(B).toLowerCase();}else{if(J.match(/(click|mouse|menu)/i)){K=(!K.compatMode||K.compatMode=="CSS1Compat")?K.html:K.body; var I={x:A.pageX||A.clientX+K.scrollLeft,y:A.pageY||A.clientY+K.scrollTop};var C={x:(A.pageX)?A.pageX-F.pageXOffset:A.clientX,y:(A.pageY)?A.pageY-F.pageYOffset:A.clientY}; if(J.match(/DOMMouseScroll|mousewheel/)){var H=(A.wheelDelta)?A.wheelDelta/120:-(A.detail||0)/3;}var E=(A.which==3)||(A.button==2);var L=null;if(J.match(/over|out/)){switch(J){case"mouseover":L=A.relatedTarget||A.fromElement; break;case"mouseout":L=A.relatedTarget||A.toElement;}if(!(function(){while(L&&L.nodeType==3){L=L.parentNode;}return true;}).create({attempt:Browser.Engine.gecko})()){L=false; }}}}return $extend(this,{event:A,type:J,page:I,client:C,rightClick:E,wheel:H,relatedTarget:L,target:G,code:B,key:M,shift:A.shiftKey,control:A.ctrlKey,alt:A.altKey,meta:A.metaKey}); }});Event.Keys=new Hash({enter:13,up:38,down:40,left:37,right:39,esc:27,space:32,backspace:8,tab:9,"delete":46});Event.implement({stop:function(){return this.stopPropagation().preventDefault(); },stopPropagation:function(){if(this.event.stopPropagation){this.event.stopPropagation();}else{this.event.cancelBubble=true;}return this;},preventDefault:function(){if(this.event.preventDefault){this.event.preventDefault(); }else{this.event.returnValue=false;}return this;}});var Class=new Native({name:"Class",initialize:function(B){B=B||{};var A=function(E){for(var D in this){this[D]=$unlink(this[D]); }for(var F in Class.Mutators){if(!this[F]){continue;}Class.Mutators[F](this,this[F]);delete this[F];}this.constructor=A;if(E===$empty){return this;}var C=(this.initialize)?this.initialize.apply(this,arguments):this; if(this.options&&this.options.initialize){this.options.initialize.call(this);}return C;};$extend(A,this);A.constructor=Class;A.prototype=B;return A;}}); Class.implement({implement:function(){Class.Mutators.Implements(this.prototype,Array.slice(arguments));return this;}});Class.Mutators={Implements:function(A,B){$splat(B).each(function(C){$extend(A,($type(C)=="class")?new C($empty):C); });},Extends:function(self,klass){var instance=new klass($empty);delete instance.parent;delete instance.parentOf;for(var key in instance){var current=self[key],previous=instance[key]; if(current==undefined){self[key]=previous;continue;}var ctype=$type(current),ptype=$type(previous);if(ctype!=ptype){continue;}switch(ctype){case"function":if(!arguments.callee.caller){self[key]=eval("("+String(current).replace(/\bthis\.parent\(\s*(\))?/g,function(full,close){return"arguments.callee._parent_.call(this"+(close||", "); })+")");}self[key]._parent_=previous;break;case"object":self[key]=$merge(previous,current);}}self.parent=function(){return arguments.callee.caller._parent_.apply(this,arguments); };self.parentOf=function(descendant){return descendant._parent_.apply(this,Array.slice(arguments,1));};}};var Chain=new Class({chain:function(){this.$chain=(this.$chain||[]).extend(arguments); return this;},callChain:function(){return(this.$chain&&this.$chain.length)?this.$chain.shift().apply(this,arguments):false;},clearChain:function(){if(this.$chain){this.$chain.empty(); }return this;}});var Events=new Class({addEvent:function(C,B,A){C=Events.removeOn(C);if(B!=$empty){this.$events=this.$events||{};this.$events[C]=this.$events[C]||[]; this.$events[C].include(B);if(A){B.internal=true;}}return this;},addEvents:function(A){for(var B in A){this.addEvent(B,A[B]);}return this;},fireEvent:function(C,B,A){C=Events.removeOn(C); if(!this.$events||!this.$events[C]){return this;}this.$events[C].each(function(D){D.create({bind:this,delay:A,"arguments":B})();},this);return this;},removeEvent:function(B,A){B=Events.removeOn(B); if(!this.$events||!this.$events[B]){return this;}if(!A.internal){this.$events[B].erase(A);}return this;},removeEvents:function(C){for(var D in this.$events){if(C&&C!=D){continue; }var B=this.$events[D];for(var A=B.length;A--;A){this.removeEvent(D,B[A]);}}return this;}});Events.removeOn=function(A){return A.replace(/^on([A-Z])/,function(B,C){return C.toLowerCase(); });};var Options=new Class({setOptions:function(){this.options=$merge.run([this.options].extend(arguments));if(!this.addEvent){return this;}for(var A in this.options){if($type(this.options[A])!="function"||!(/^on[A-Z]/).test(A)){continue; }this.addEvent(A,this.options[A]);delete this.options[A];}return this;}});Document.implement({newElement:function(A,B){if(Browser.Engine.trident&&B){["name","type","checked"].each(function(C){if(!B[C]){return ; }A+=" "+C+'="'+B[C]+'"';if(C!="checked"){delete B[C];}});A="<"+A+">";}return $.element(this.createElement(A)).set(B);},newTextNode:function(A){return this.createTextNode(A); },getDocument:function(){return this;},getWindow:function(){return this.defaultView||this.parentWindow;},purge:function(){var C=this.getElementsByTagName("*"); for(var B=0,A=C.length;B1);A.each(function(E){var F=this.getElementsByTagName(E.trim());(B)?C.extend(F):C=F;},this);return new Elements(C,{ddup:B,cash:!D}); }});Element.Storage={get:function(A){return(this[A]||(this[A]={}));}};Element.Inserters=new Hash({before:function(B,A){if(A.parentNode){A.parentNode.insertBefore(B,A); }},after:function(B,A){if(!A.parentNode){return ;}var C=A.nextSibling;(C)?A.parentNode.insertBefore(B,C):A.parentNode.appendChild(B);},bottom:function(B,A){A.appendChild(B); },top:function(B,A){var C=A.firstChild;(C)?A.insertBefore(B,C):A.appendChild(B);}});Element.Inserters.inside=Element.Inserters.bottom;Element.Inserters.each(function(C,B){var A=B.capitalize(); Element.implement("inject"+A,function(D){C(this,$(D,true));return this;});Element.implement("grab"+A,function(D){C($(D,true),this);return this;});});Element.implement({getDocument:function(){return this.ownerDocument; },getWindow:function(){return this.ownerDocument.getWindow();},getElementById:function(D,C){var B=this.ownerDocument.getElementById(D);if(!B){return null; }for(var A=B.parentNode;A!=this;A=A.parentNode){if(!A){return null;}}return $.element(B,C);},set:function(D,B){switch($type(D)){case"object":for(var C in D){this.set(C,D[C]); }break;case"string":var A=Element.Properties.get(D);(A&&A.set)?A.set.apply(this,Array.slice(arguments,1)):this.setProperty(D,B);}return this;},get:function(B){var A=Element.Properties.get(B); return(A&&A.get)?A.get.apply(this,Array.slice(arguments,1)):this.getProperty(B);},erase:function(B){var A=Element.Properties.get(B);(A&&A.erase)?A.erase.apply(this,Array.slice(arguments,1)):this.removeProperty(B); return this;},match:function(A){return(!A||Element.get(this,"tag")==A);},inject:function(B,A){Element.Inserters.get(A||"bottom")(this,$(B,true));return this; },wraps:function(B,A){B=$(B,true);return this.replaces(B).grab(B,A);},grab:function(B,A){Element.Inserters.get(A||"bottom")($(B,true),this);return this; },appendText:function(B,A){return this.grab(this.getDocument().newTextNode(B),A);},adopt:function(){Array.flatten(arguments).each(function(A){A=$(A,true); if(A){this.appendChild(A);}},this);return this;},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this;},clone:function(D,C){switch($type(this)){case"element":var H={}; for(var G=0,E=this.attributes.length;G1),cash:!G});}});Element.implement({match:function(B){if(!B){return true;}var D=Selectors.Utils.parseTagAndID(B); var A=D[0],E=D[1];if(!Selectors.Filters.byID(this,E)||!Selectors.Filters.byTag(this,A)){return false;}var C=Selectors.Utils.parseSelector(B);return(C)?Selectors.Utils.filter(this,C,{}):true; }});var Selectors={Cache:{nth:{},parsed:{}}};Selectors.RegExps={id:(/#([\w-]+)/),tag:(/^(\w+|\*)/),quick:(/^(\w+|\*)$/),splitter:(/\s*([+>~\s])\s*([a-zA-Z#.*:\[])/g),combined:(/\.([\w-]+)|\[(\w+)(?:([!*^$~|]?=)["']?(.*?)["']?)?\]|:([\w-]+)(?:\(["']?(.*?)?["']?\)|$)/g)}; Selectors.Utils={chk:function(B,C){if(!C){return true;}var A=$uid(B);if(!C[A]){return C[A]=true;}return false;},parseNthArgument:function(F){if(Selectors.Cache.nth[F]){return Selectors.Cache.nth[F]; }var C=F.match(/^([+-]?\d*)?([a-z]+)?([+-]?\d*)?$/);if(!C){return false;}var E=parseInt(C[1]);var B=(E||E===0)?E:1;var D=C[2]||false;var A=parseInt(C[3])||0; if(B!=0){A--;while(A<1){A+=B;}while(A>=B){A-=B;}}else{B=A;D="index";}switch(D){case"n":C={a:B,b:A,special:"n"};break;case"odd":C={a:2,b:0,special:"n"}; break;case"even":C={a:2,b:1,special:"n"};break;case"first":C={a:0,special:"index"};break;case"last":C={special:"last-child"};break;case"only":C={special:"only-child"}; break;default:C={a:(B-1),special:"index"};}return Selectors.Cache.nth[F]=C;},parseSelector:function(E){if(Selectors.Cache.parsed[E]){return Selectors.Cache.parsed[E]; }var D,H={classes:[],pseudos:[],attributes:[]};while((D=Selectors.RegExps.combined.exec(E))){var I=D[1],G=D[2],F=D[3],B=D[4],C=D[5],J=D[6];if(I){H.classes.push(I); }else{if(C){var A=Selectors.Pseudo.get(C);if(A){H.pseudos.push({parser:A,argument:J});}else{H.attributes.push({name:C,operator:"=",value:J});}}else{if(G){H.attributes.push({name:G,operator:F,value:B}); }}}}if(!H.classes.length){delete H.classes;}if(!H.attributes.length){delete H.attributes;}if(!H.pseudos.length){delete H.pseudos;}if(!H.classes&&!H.attributes&&!H.pseudos){H=null; }return Selectors.Cache.parsed[E]=H;},parseTagAndID:function(B){var A=B.match(Selectors.RegExps.tag);var C=B.match(Selectors.RegExps.id);return[(A)?A[1]:"*",(C)?C[1]:false]; },filter:function(F,C,E){var D;if(C.classes){for(D=C.classes.length;D--;D){var G=C.classes[D];if(!Selectors.Filters.byClass(F,G)){return false;}}}if(C.attributes){for(D=C.attributes.length; D--;D){var B=C.attributes[D];if(!Selectors.Filters.byAttribute(F,B.name,B.operator,B.value)){return false;}}}if(C.pseudos){for(D=C.pseudos.length;D--;D){var A=C.pseudos[D]; if(!Selectors.Filters.byPseudo(F,A.parser,A.argument,E)){return false;}}}return true;},getByTagAndID:function(B,A,D){if(D){var C=(B.getElementById)?B.getElementById(D,true):Element.getElementById(B,D,true); return(C&&Selectors.Filters.byTag(C,A))?[C]:[];}else{return B.getElementsByTagName(A);}},search:function(J,I,O){var B=[];var C=I.trim().replace(Selectors.RegExps.splitter,function(Z,Y,X){B.push(Y); return":)"+X;}).split(":)");var K,F,E,V;for(var U=0,Q=C.length;U":function(H,G,I,A,F){var C=Selectors.Utils.getByTagAndID(G,I,A);for(var E=0,D=C.length;EA){return false; }}return(C==A);},even:function(B,A){return Selectors.Pseudo["nth-child"].call(this,"2n+1",A);},odd:function(B,A){return Selectors.Pseudo["nth-child"].call(this,"2n",A); }});Element.Events.domready={onAdd:function(A){if(Browser.loaded){A.call(this);}}};(function(){var B=function(){if(Browser.loaded){return ;}Browser.loaded=true; window.fireEvent("domready");document.fireEvent("domready");};switch(Browser.Engine.name){case"webkit":(function(){(["loaded","complete"].contains(document.readyState))?B():arguments.callee.delay(50); })();break;case"trident":var A=document.createElement("div");(function(){($try(function(){A.doScroll("left");return $(A).inject(document.body).set("html","temp").dispose(); }))?B():arguments.callee.delay(50);})();break;default:window.addEvent("load",B);document.addEvent("DOMContentLoaded",B);}})();var JSON=new Hash({encode:function(B){switch($type(B)){case"string":return'"'+B.replace(/[\x00-\x1f\\"]/g,JSON.$replaceChars)+'"'; case"array":return"["+String(B.map(JSON.encode).filter($defined))+"]";case"object":case"hash":var A=[];Hash.each(B,function(E,D){var C=JSON.encode(E);if(C){A.push(JSON.encode(D)+":"+C); }});return"{"+A+"}";case"number":case"boolean":return String(B);case false:return"null";}return null;},$specialChars:{"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},$replaceChars:function(A){return JSON.$specialChars[A]||"\\u00"+Math.floor(A.charCodeAt()/16).toString(16)+(A.charCodeAt()%16).toString(16); },decode:function(string,secure){if($type(string)!="string"||!string.length){return null;}if(secure&&!(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(string.replace(/\\./g,"@").replace(/"[^"\\\n\r]*"/g,""))){return null; }return eval("("+string+")");}});Native.implement([Hash,Array,String,Number],{toJSON:function(){return JSON.encode(this);}});var Fx=new Class({Implements:[Chain,Events,Options],options:{fps:50,unit:false,duration:500,link:"ignore",transition:function(A){return -(Math.cos(Math.PI*A)-1)/2; }},initialize:function(A){this.subject=this.subject||this;this.setOptions(A);this.options.duration=Fx.Durations[this.options.duration]||this.options.duration.toInt(); var B=this.options.wait;if(B===false){this.options.link="cancel";}},step:function(){var A=$time();if(A=(7-4*B)/11){C=-Math.pow((11-6*B-11*D)/4,2)+A*A; break;}}return C;},Elastic:function(B,A){return Math.pow(2,10*--B)*Math.cos(20*B*Math.PI*(A[0]||1)/3);}});["Quad","Cubic","Quart","Quint"].each(function(B,A){Fx.Transitions[B]=new Fx.Transition(function(C){return Math.pow(C,[A+2]); });});var Request=new Class({Implements:[Chain,Events,Options],options:{url:"",data:"",headers:{"X-Requested-With":"XMLHttpRequest",Accept:"text/javascript, text/html, application/xml, text/xml, */*"},async:true,format:false,method:"post",link:"ignore",isSuccess:null,emulation:true,urlEncoded:true,encoding:"utf-8",evalScripts:false,evalResponse:false},initialize:function(A){this.xhr=new Browser.Request(); this.setOptions(A);this.options.isSuccess=this.options.isSuccess||this.isSuccess;this.headers=new Hash(this.options.headers);},onStateChange:function(){if(this.xhr.readyState!=4||!this.running){return ; }this.running=false;this.status=0;$try(function(){this.status=this.xhr.status;}.bind(this));if(this.options.isSuccess.call(this,this.status)){this.response={text:this.xhr.responseText,xml:this.xhr.responseXML}; this.success(this.response.text,this.response.xml);}else{this.response={text:null,xml:null};this.failure();}this.xhr.onreadystatechange=$empty;},isSuccess:function(){return((this.status>=200)&&(this.status<300)); },processScripts:function(A){if(this.options.evalResponse||(/(ecma|java)script/).test(this.getHeader("Content-type"))){return $exec(A);}return A.stripScripts(this.options.evalScripts); },success:function(B,A){this.onSuccess(this.processScripts(B),A);},onSuccess:function(){this.fireEvent("complete",arguments).fireEvent("success",arguments).callChain(); },failure:function(){this.onFailure();},onFailure:function(){this.fireEvent("complete").fireEvent("failure",this.xhr);},setHeader:function(A,B){this.headers.set(A,B); return this;},getHeader:function(A){return $try(function(){return this.xhr.getResponseHeader(A);}.bind(this));},check:function(A){if(!this.running){return true; }switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(A.bind(this,Array.slice(arguments,1)));return false;}return false; },send:function(I){if(!this.check(arguments.callee,I)){return this;}this.running=true;var G=$type(I);if(G=="string"||G=="element"){I={data:I};}var D=this.options; I=$extend({data:D.data,url:D.url,method:D.method},I);var E=I.data,B=I.url,A=I.method;switch($type(E)){case"element":E=$(E).toQueryString();break;case"object":case"hash":E=Hash.toQueryString(E); }if(this.options.format){var H="format="+this.options.format;E=(E)?H+"&"+E:H;}if(this.options.emulation&&["put","delete"].contains(A)){var F="_method="+A; E=(E)?F+"&"+E:F;A="post";}if(this.options.urlEncoded&&A=="post"){var C=(this.options.encoding)?"; charset="+this.options.encoding:"";this.headers.set("Content-type","application/x-www-form-urlencoded"+C); }if(E&&A=="get"){B=B+(B.contains("?")?"&":"?")+E;E=null;}this.xhr.open(A.toUpperCase(),B,this.options.async);this.xhr.onreadystatechange=this.onStateChange.bind(this); this.headers.each(function(K,J){if(!$try(function(){this.xhr.setRequestHeader(J,K);return true;}.bind(this))){this.fireEvent("exception",[J,K]);}},this); this.fireEvent("request");this.xhr.send(E);if(!this.options.async){this.onStateChange();}return this;},cancel:function(){if(!this.running){return this; }this.running=false;this.xhr.abort();this.xhr.onreadystatechange=$empty;this.xhr=new Browser.Request();this.fireEvent("cancel");return this;}});(function(){var A={}; ["get","post","put","delete","GET","POST","PUT","DELETE"].each(function(B){A[B]=function(){var C=Array.link(arguments,{url:String.type,data:$defined}); return this.send($extend(C,{method:B.toLowerCase()}));};});Request.implement(A);})();Element.Properties.send={set:function(A){var B=this.retrieve("send"); if(B){B.cancel();}return this.eliminate("send").store("send:options",$extend({data:this,link:"cancel",method:this.get("method")||"post",url:this.get("action")},A)); },get:function(A){if(A||!this.retrieve("send")){if(A||!this.retrieve("send:options")){this.set("send",A);}this.store("send",new Request(this.retrieve("send:options"))); }return this.retrieve("send");}};Element.implement({send:function(A){var B=this.get("send");B.send({data:this,url:A||B.options.url});return this;}});Request.HTML=new Class({Extends:Request,options:{update:false,evalScripts:true,filter:false},processHTML:function(C){var B=C.match(/]*>([\s\S]*?)<\/body>/i); C=(B)?B[1]:C;var A=new Element("div");return $try(function(){var D=""+C+"",G;if(Browser.Engine.trident){G=new ActiveXObject("Microsoft.XMLDOM"); G.async=false;G.loadXML(D);}else{G=new DOMParser().parseFromString(D,"text/xml");}D=G.getElementsByTagName("root")[0];for(var F=0,E=D.childNodes.length; Fsize[z])pos=event.page[z]-this.options.offsets[z]-tip[z];this.tip.setStyle(props[z],pos)}},fill:function(element,contents){(typeof contents=='string')?element.set('html',contents):element.adopt(contents)},show:function(){this.fireEvent('show',this.tip)},hide:function(){this.fireEvent('hide',this.tip)}}); /* Fin du script MOOTOOLS 1.2*/ /* Script: clickonwords.js by bee-rich This script using mootools replaces words and add them a link and an improved mootools'tip */ //déclaration des variables globales var md_tab_image = new Array(); var md_tab_lienDeLaPub = new Array(); var md_tab_titreDeLaPub = new Array(); var md_texteDeLaPub = new Array(); var md_lecteur = new Array(); var md_reg = new RegExp("[ ,;.]+","g"); var md_mes_themes = md_liste_campagne.split(md_reg); var variable = [{"md_search":"bite","md_mot_cle":"md330","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/4220\/100\/sc03_015.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/","md_pub_titre":"Du sexe harcore","md_pub_texte":"La plus grosse archive de sexe hardcore sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/384\/50\/scene02.flv"},{"md_search":"vid\u00e9os","md_mot_cle":"md9071","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/456\/100\/sc05_017.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_ejaculations-faciales.html","md_pub_titre":"T\u00e9l\u00e9chargez des vid\u00e9os extr\u00eames","md_pub_texte":"Des milliers de vid\u00e9os hard \u00e0 t\u00e9l\u00e9charger sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/21\/50\/scene01.flv"},{"md_search":"sexy","md_mot_cle":"md592","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/357\/100\/sc03_014.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_juste-majeure.html","md_pub_titre":"Des bombes sexuelles","md_pub_texte":"Les vid\u00e9os des filles les plus sexy sont sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/415\/50\/scene06.flv"},{"md_search":"sodomie","md_mot_cle":"md4543","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/407\/100\/sc04_018.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_anal.html","md_pub_titre":"Sp\u00e9cial vid\u00e9os anales","md_pub_texte":"Sodomies profondes et hardcore \u00e0 t\u00e9l\u00e9charger sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/357\/50\/scene03.flv"},{"md_search":"cul","md_mot_cle":"md1364","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/407\/100\/sc04_018.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_anal.html","md_pub_titre":"Eclatage de culs","md_pub_texte":"Les plus beaux culs s'offent \u00e0 vous sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/708\/50\/scene06.flv"},{"md_search":"arabe","md_mot_cle":"md9295","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/306\/100\/sc06_019.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_beurettes.html","md_pub_titre":"Beurettes des cit\u00e9s","md_pub_texte":"Les vid\u00e9os des beurettes les plus cochonnes sont sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/306\/50\/scene06.flv"},{"md_search":"sperme","md_mot_cle":"md8686","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/265\/100\/sc06_025.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_ejaculations-faciales.html","md_pub_titre":"Ejaculations extr\u00eames","md_pub_texte":"T\u00e9l\u00e9chargez des vid\u00e9os d'\u00e9jacs faciales sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/668\/50\/scene06.flv"},{"md_search":"salope","md_mot_cle":"md6387","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/474\/100\/sc05_020.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_ejaculations-faciales.html","md_pub_titre":"Pipes en s\u00e9rie","md_pub_texte":"Vid\u00e9os de fellations gourmandes et profondes sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/427\/50\/scene05.flv"},{"md_search":"pipe","md_mot_cle":"md9738","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/344\/100\/sc03_004.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_juste-majeure_page-4.html","md_pub_titre":"Gorges profondes","md_pub_texte":"Vid\u00e9os de fellations gourmandes et profondes sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/508\/50\/scene06.flv"},{"md_search":"chatte","md_mot_cle":"md4109","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/404\/100\/sc01_019.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_hardcore-sexe.html","md_pub_titre":"Sp\u00e9cial vid\u00e9os hardcores","md_pub_texte":"Les vid\u00e9os les plus hardcore \u00e0 t\u00e9l\u00e9charger sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/717\/50\/scene01.flv"},{"md_search":"baise","md_mot_cle":"md33610","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/404\/100\/sc01_022.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_hardcore-sexe.html","md_pub_titre":"Sp\u00e9cial vid\u00e9os hardcores","md_pub_texte":"La plus grosse archive de vid\u00e9os hardcore avec Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/587\/50\/scene05.flv"},{"md_search":"bites","md_mot_cle":"md40011","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/4220\/100\/sc03_015.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/","md_pub_titre":"Du sexe harcore","md_pub_texte":"La plus grosse archive de vid\u00e9os porno sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/668\/50\/scene06.flv"},{"md_search":"anus","md_mot_cle":"md3012","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/708\/100\/sc06_017.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_anal.html","md_pub_titre":"Vid\u00e9os d'anus dilat\u00e9s","md_pub_texte":"Vid\u00e9os de coquines bais\u00e9es et d'anus dilat\u00e9s sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/651\/50\/scene01.flv"},{"md_search":"bais\u00e9e","md_mot_cle":"md76013","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/661\/100\/sc05_015.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_hardcore-sexe.html","md_pub_titre":"Matez les se faire baiser","md_pub_texte":"La plus grosse archive de vid\u00e9os de baise est sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/660\/50\/scene04.flv"},{"md_search":"bais\u00e9es","md_mot_cle":"md57614","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/661\/100\/sc05_015.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_hardcore-sexe.html","md_pub_titre":"Matez les se faire baiser sur Orgasmeek<\/b>","md_pub_texte":"T\u00e9l\u00e9chargez des milliers de vid\u00e9os de baise sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/660\/50\/scene04.flv"},{"md_search":"beurettes","md_mot_cle":"md49415","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/168\/100\/sc04_043.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_beurettes.html","md_pub_titre":"Vid\u00e9os hard de beurettes","md_pub_texte":"Vid\u00e9os hard de beurettes \u00e0 t\u00e9l\u00e9charger sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/168\/50\/scene04.flv"},{"md_search":"blonde","md_mot_cle":"md68016","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/740\/100\/sc02_007.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_blondes.html","md_pub_titre":"Chiennes blondes en chaleur","md_pub_texte":"Vid\u00e9os de salopes en chaleur \u00e0 t\u00e9l\u00e9charger sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/740\/50\/scene02.flv"},{"md_search":"brune","md_mot_cle":"md54117","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/770\/100\/sc06_024.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/recherche-video-de-sexe_brune.html","md_pub_titre":"Salopes brunes pilonn\u00e9es","md_pub_texte":"Vid\u00e9os de cochonnes brunes sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/770\/50\/scene06.flv"},{"md_search":"chattes","md_mot_cle":"md77518","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/683\/100\/sc03_015.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_insertion-de-sextoys.html","md_pub_titre":"Chattes en chaleur","md_pub_texte":"Vid\u00e9os de chattes humides et en chaleurs sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/717\/50\/scene01.flv"},{"md_search":"chaude","md_mot_cle":"md95219","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/327\/100\/sc01_026.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/","md_pub_titre":"Chaude comme la braise","md_pub_texte":"Elles ont le feu au cul et se font ramoner la chatte sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/243\/50\/scene05.flv"},{"md_search":"clito","md_mot_cle":"md86620","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/562\/100\/sc01_012.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_insertion-de-sextoys.html","md_pub_titre":"Gros clitoris dress\u00e9s","md_pub_texte":"Vid\u00e9os de cochonnes en rut \u00e0 t\u00e9l\u00e9charger sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/562\/50\/scene01.flv"},{"md_search":"cochonne","md_mot_cle":"md34721","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/240\/100\/sc02_046.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/recherche-video-de-sexe_cochonne.html","md_pub_titre":"Ma soeur est une cochonne","md_pub_texte":"Les plus belles cochonnes sont sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/240\/50\/scene02.flv"},{"md_search":"cochonnes","md_mot_cle":"md8422","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/240\/100\/sc02_046.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/recherche-video-de-sexe_cochonne.html","md_pub_titre":"Ma soeur est une cochonne","md_pub_texte":"Les plus grosses cochonnes sont sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/240\/50\/scene02.flv"},{"md_search":"culs","md_mot_cle":"md80523","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/708\/100\/sc06_024.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_anal.html","md_pub_titre":"Elles se font perforer le cul","md_pub_texte":"Vid\u00e9os de salopes au cul \u00e9clat\u00e9 sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/708\/50\/scene06.flv"},{"md_search":"d\u00e9foncer","md_mot_cle":"md80524","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/651\/100\/sc01_012.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_double-penetration.html","md_pub_titre":"D\u00e9fonc\u00e9e par tous les trous","md_pub_texte":"Les putes se font prendre en double p\u00e9n\u00e9tration sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/720\/50\/scene04.flv"},{"md_search":"\u00e9jac","md_mot_cle":"md10525","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/293\/100\/sc05_025.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_fellations.html","md_pub_titre":"Salope pour \u00e9jac faciale","md_pub_texte":"Il se vide les couilles en \u00e9jac faciale sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/520\/50\/scene06.flv"},{"md_search":"enculer","md_mot_cle":"md41726","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/617\/100\/sc02_024.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_anal.html","md_pub_titre":"Elle jouit par le cul","md_pub_texte":"Vid\u00e9os d'anus \u00e9clat\u00e9s \u00e0 t\u00e9l\u00e9charger sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/400\/50\/scene02.flv"},{"md_search":"fellation","md_mot_cle":"md62327","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/766\/100\/sc02_008.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_fellations.html","md_pub_titre":"Fellations goulues d'amatrices","md_pub_texte":"Vid\u00e9os de gorges profondes \u00e0 t\u00e9l\u00e9chargez sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/508\/50\/scene06.flv"},{"md_search":"gang-bang","md_mot_cle":"md31228","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/545\/100\/sc02_027.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_gangbang.html","md_pub_titre":"Son premier gang-bang","md_pub_texte":"Vid\u00e9os de gang-bang et de tournantes sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/544\/50\/scene01.flv"},{"md_search":"hard","md_mot_cle":"md60729","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/701\/100\/sc05_010.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_hardcore-sexe.html","md_pub_titre":"Attention sc\u00e8nes hardcore","md_pub_texte":"Les sc\u00e8nes les plus hardcore sont \u00e0 t\u00e9l\u00e9charger sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/701\/50\/scene05.flv"},{"md_search":"hardcore","md_mot_cle":"md130","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/701\/100\/sc05_010.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_hardcore-sexe.html","md_pub_titre":"Attention sc\u00e8nes hardcore","md_pub_texte":"Les sc\u00e8nes les plus hardcore sont \u00e0 t\u00e9l\u00e9charger sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/701\/50\/scene05.flv"},{"md_search":"masturbation","md_mot_cle":"md34531","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/20\/100\/sc09_018.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/recherche-video-de-sexe_jouir.html","md_pub_titre":"Masturbation de bombe sexuelle","md_pub_texte":"Elles se masturbent et jouissent comme des chiennes sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/20\/50\/scene09.flv"},{"md_search":"masturbe","md_mot_cle":"md51432","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/20\/100\/sc09_018.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/recherche-video-de-sexe_jouir.html","md_pub_titre":"Masturbation de bombe sexuelle","md_pub_texte":"Elles se masturbent et jouissent comme des chiennes sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/20\/50\/scene09.flv"},{"md_search":"matures","md_mot_cle":"md5933","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/185\/100\/sc03_005.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_matures.html","md_pub_titre":"Matures en manque de sexe","md_pub_texte":"Vid\u00e9os hard de vieilles en t\u00e9l\u00e9chargement sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/571\/50\/scene04.flv"},{"md_search":"nichons","md_mot_cle":"md79834","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/691\/100\/sc01_009.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_gros-seins.html","md_pub_titre":"Salopes aux gros nichons","md_pub_texte":"Vid\u00e9os de salopes aux gros seins en t\u00e9l\u00e9chargement sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/691\/50\/scene01.flv"},{"md_search":"nympho","md_mot_cle":"md65035","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/7\/100\/sc04_009.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/recherche-video-de-sexe_nympho.html","md_pub_titre":"Nymphomanes en chaleur","md_pub_texte":"Les plus belles nymphomanes se font baiser sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/65\/50\/scene02.flv"},{"md_search":"nymphos","md_mot_cle":"md98836","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/7\/100\/sc04_009.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/recherche-video-de-sexe_nympho.html","md_pub_titre":"Nymphomanes en chaleur","md_pub_texte":"Les plus belles nymphomanes se font baiser sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/65\/50\/scene02.flv"},{"md_search":"partouze","md_mot_cle":"md66637","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/525\/100\/sc03_024.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_gangbang.html","md_pub_titre":"Elle se fait partouzer","md_pub_texte":"Vid\u00e9os de partouzes hard a t\u00e9l\u00e9charger sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/58\/50\/scene05.flv"},{"md_search":"p\u00e9n\u00e9tration","md_mot_cle":"md28738","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/95\/100\/sc02_027.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/recherche-video-de-sexe_p%C3%A9n%C3%A9tration.html","md_pub_titre":"P\u00e9n\u00e9trations hardcore et sauvages","md_pub_texte":"Vid\u00e9os hard de p\u00e9n\u00e9trations vaginales et anales sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/95\/50\/scene02.flv"},{"md_search":"p\u00e9n\u00e9trations","md_mot_cle":"md96139","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/95\/100\/sc02_027.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/recherche-video-de-sexe_p%C3%A9n%C3%A9tration.html","md_pub_titre":"P\u00e9n\u00e9trations hardcore et sauvages","md_pub_texte":"Vid\u00e9os hard de p\u00e9n\u00e9trations vaginales et anales sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/95\/50\/scene02.flv"},{"md_search":"perverse","md_mot_cle":"md7540","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/598\/100\/sc01_011.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_juste-majeure.html","md_pub_titre":"Jeunes perverses en rut","md_pub_texte":"Les jeunes perverses aiment la baise hard sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/598\/50\/scene01.flv"},{"md_search":"pipes","md_mot_cle":"md62341","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/404\/100\/sc01_031.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_fellations.html","md_pub_titre":"Vid\u00e9os de pipes baveuses","md_pub_texte":"Pipes goulues et fellations profondes sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/508\/50\/scene06.flv"},{"md_search":"pute","md_mot_cle":"md36042","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/6\/100\/sc03_072.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/recherche-video-de-sexe_pute.html","md_pub_titre":"J'ai bais\u00e9 une grosse pute","md_pub_texte":"Vid\u00e9os de putes en chaleur sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/6\/50\/scene03.flv"},{"md_search":"putes","md_mot_cle":"md10543","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/6\/100\/sc03_072.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/recherche-video-de-sexe_pute.html","md_pub_titre":"J'ai bais\u00e9 une grosse pute","md_pub_texte":"Vid\u00e9os de putes en chaleur sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/6\/50\/scene03.flv"},{"md_search":"salopes","md_mot_cle":"md38244","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/403\/100\/sc05_027.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/recherche-video-de-sexe_salopes.html","md_pub_titre":"Secr\u00e9taires bien salopes","md_pub_texte":"Des salopes se font ouvrir le cul sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/403\/50\/scene05.flv"},{"md_search":"seins","md_mot_cle":"md93645","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/76\/100\/sc02_007.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/recherche-video-de-sexe_nibards.html","md_pub_titre":"Gros seins en actions","md_pub_texte":"Elles ont de gros seins et adorent le sexe sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/244\/50\/scene06.flv"},{"md_search":"sodo","md_mot_cle":"md59846","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/592\/100\/sc04_023.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_anal.html","md_pub_titre":"Sodomies profondes pour salopes","md_pub_texte":"Vid\u00e9os de grosses salopes qui aiment la sodomie sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/54\/50\/scene01.flv"},{"md_search":"sodomies","md_mot_cle":"md6147","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/651\/100\/sc01_022.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_anal.html","md_pub_titre":"Sodomies profondes pour salopes","md_pub_texte":"Vid\u00e9os de salopes qui aiment la sodomie sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/54\/50\/scene01.flv"},{"md_search":"vicieuse","md_mot_cle":"md47748","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/509\/100\/sc01_027.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_sexe-a-trois.html","md_pub_titre":"Vid\u00e9os de grosses vicieuses","md_pub_texte":"Elles aiment le sexe. T\u00e9l\u00e9chargez leurs vid\u00e9os sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/406\/50\/scene03.flv"},{"md_search":"vicieuses","md_mot_cle":"md37249","md_pub":"http:\/\/xml.bee-rich.com\/vod_media\/public\/509\/100\/sc01_027.jpg","md_pub_lien":"http:\/\/www.orgasmeek.com\/c_sexe-a-trois.html","md_pub_titre":"Vid\u00e9os de grosses vicieuses","md_pub_texte":"Elles aiment le sexe. T\u00e9l\u00e9chargez leurs vid\u00e9os sur Orgasmeek<\/b>","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/406\/50\/scene03.flv"},{"md_search":"consectetuer","md_mot_cle":"md1350","md_pub":"http:\/\/xml.bee-rich.com\/vod_fr\/tools\/click_on_words_utility\/test.png","md_pub_lien":"http:\/\/www.google.fr\/search?q=bee-rich","md_pub_titre":"Bee-rich Affiliation","md_pub_texte":"Grace \u00e0 ClicOnWords<\/b> transformez votre texte en liens publicitaires","md_client":"vod","md_pub_flash":"http:\/\/xml.bee-rich.com\/vod_media\/public\/406\/50\/scene03.flv"}]; var nb_mots_span = 20; var nb_mots_div = 50; var nb_mots_p = 40; // fonction de test: le noeud parent de l'objet id est il une balise a ? function test_parent_node(id) { var md_elmt = document.getElementById(id); if(md_elmt != null) if (md_elmt.parentNode.tagName == 'a' || md_elmt.parentNode.tagName == 'A') return true; else return false; else return false; } // fonction de marquage des zones à traiter // type:le type de balise à rechercher, limite:la longueur du texte à partir de laquelle on traite, verifier_enfants:regarde si l'on a déjà marqué une balise enfant de la balise courante function marquer_zone_a_traiter(type, limite, verifier_enfants) { var md_recup = $$(type); var nb_char = 0; //for(i=0; i < md_recup.length; i++) { for(i=0; i < md_recup.length && nb_char < 200; i++) { var continuer = true; //test: la balise en cours n'a-t-elle pas d'enfant div de classe "clickonwords"? if(verifier_enfants) { var children = md_recup[i].getChildren('div.clickonwords'); if(children.getProperty('class') != 'clickonwords') continuer = true; else continuer = false; } var md_text_analyse = md_recup[i].get('text'); nb_char += md_text_analyse.length; var tab_text = md_text_analyse.split(md_reg); //si la balise n'a pas d'enfant et que son nombre de mots est supérieur ou égal à la limite alors on entoure la balise d'une balise div de classe clickonwords if(tab_text.length >= limite && continuer) { var md_div2inject = new Element('div', {'class':'clickonwords'}); md_div2inject.inject(md_recup[i], 'before'); md_recup[i].inject(md_div2inject); } } } window.addEvent('load', function() { //au chargement de la page function traitement (response) { //on met des balises div autour des balises div, span et p dont la longueur du texte est supérieure à une limite prédéfinie afin de minimiser le nombre de zones à traiter marquer_zone_a_traiter('div', nb_mots_div, false); marquer_zone_a_traiter('span', nb_mots_span, true); marquer_zone_a_traiter('p', nb_mots_p, true); var md_recup_div_class = $$('div.clickonwords');//on récupère uniquement toutes les balises div de classe clickonwords pour les traiter var cpt_test_node = 0;//compte les mots qu'on va entourer de span pour les marquer for(i = md_recup_div_class.length-1; i >= 0; i--) {//pour chaque zone div.clickonwords response.each(function(item,index) {//pour chaque élément contenu dans response on applique la fonction qui suit for(j = 0; j < md_mes_themes.length ; j++) {//pour chacun des thèmes if(md_mes_themes[j] == item.md_client ) {//si le thème correspond au client de l'objet en cours alors on fait une recherche du mot correspondant au thème dans la zone div courante var reg_title=new RegExp("title=\".* "+item.md_search+" .*\"", "gi"); //regexp du mot contenu dans un title var reg_alt=new RegExp("alt=\".* "+item.md_search+" .*\"", "gi"); //regexp du mot contenu dans un alt //si le mot clé recherché est trouvé dans la balise et s'il n'est pas dans un title ou un alt(car on ne veut pas traiter ces cas-là) alors on l'entoure d'une balise span afin de le reconnaitre if($$('div.clickonwords')[i].innerHTML.test(' '+item.md_search+' ') && !($$('div.clickonwords')[i].innerHTML.test(reg_title)) && !($$('div.clickonwords')[i].innerHTML.test(reg_alt)) ) { $$('div.clickonwords')[i].innerHTML = $$('div.clickonwords')[i].innerHTML.replace(' '+item.md_search+' ', ' '+item.md_search+' '); var expr_r=new RegExp(" ("+item.md_search+") <\/span>", "gi");//regexp du mot entouré de balises span //si le mot marqué n'est pas à l'intérieur d'une balise on l'entoure d'une balise propre à clickonwords sinon on supprime le marquage span if(!(test_parent_node("test_node_"+cpt_test_node))) { try { expr_replace = " $1 "; $$('div.clickonwords')[i].innerHTML = $$('div.clickonwords')[i].innerHTML.replace(expr_r,expr_replace); md_tab_image[item.md_mot_cle+i] = (item.md_pub); md_tab_lienDeLaPub[item.md_mot_cle+i] = (item.md_pub_lien); md_tab_titreDeLaPub[item.md_mot_cle+i] = (item.md_pub_titre); md_texteDeLaPub[item.md_mot_cle+i] = (item.md_pub_texte); md_lecteur[item.md_mot_cle+i] = (item.md_pub_flash); cpt_nb_mot_transforme++; } catch(e) { //alert(e); } } else { $$('div.clickonwords')[i].innerHTML = $$('div.clickonwords')[i].innerHTML.replace(expr_r," $1 "); } cpt_test_node++; } } } }); } //on créé une infobulle var md_window = new md_tip('.bee_rich_window', { showDelay: 200, hideDelay: md_delay, className: 'cw_tips', fixed: true }); //que l'on attache à chaque mots $$('a.bee_rich_window').each(function(a_item,index) { // On met une pincée de styles css... a_item.set({style: 'color:green; border-bottom:1px dashed #387ACC;'}); if(md_lecteur[a_item.id]) { md_tab_image[a_item.id] = ''; md_texteDeLaPub[a_item.id] = ''; md_lecteur[a_item.id] = '';} else {md_lecteur[a_item.id] = '';md_tab_image[a_item.id] = '';md_texteDeLaPub[a_item.id] = '

'+md_texteDeLaPub[a_item.id]+'

';} //on ajoute un lecteur flash ou une image et/ou un texte dans l'infobulle et un titre à l'infobulle $( a_item.id).store('tip:text', '
'+md_tab_image[a_item.id]+md_texteDeLaPub[a_item.id]+md_lecteur[a_item.id]+'
'+md_tab_titreDeLaPub[a_item.id]+'
'); }); } traitement(variable); });