function rank(baseurl) {

var logo = '10';
document.write('<a href="http://www.webxrank.com" title="Pagerank de ' + baseurl + ' : logo page rank gratuit !" target="_blank"><img src="http://www.biz-adultes.biz/pagerank.php?style=bizadultes1&url=' + baseurl + '" alt="Pagerank de ' + baseurl + ' : logo page rank gratuit !"  border="0" /></a>');

}



/*
### INFOPOP ROTATION STARTS #########################################################################################
*/

	var _gaq = _gaq || [];
	(function() {
		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	})();

	var tacInfoPopRotation_84800 =
	{
		type           : 'hard',
		promo          : 'xflirt',
		soundId        : 0,
		imgPath        : 'http://img.media-rendering2.com/market2/dating/rotation_infopop/',
		iframeSoundURL : 'http://market2.the-adult-company.com/dating/rotation_infopop/sound.php',
		idMarket       : 84800, // unique ID in case of multiple tool occurence
		accessURL      : 'http://market1.the-adult-company.com/pdvtool/?cid=86&comfrom=20369&cf0=fx&cf1=O80&cf2=wxr',
		accessLink     : 'http://market1.the-adult-company.com/pdvtool/?cid=86&comfrom=20369&cf0=fx&cf1=O80&cf2=wxr" target="_blank" onclick="tacInfoPopRotation_84800.countClick(this.text);',
		geoCity        : 'France',
		soundActive    : false,
		soundPlayed    : false,
		popunder       : false,
		visibleDelay   : 5000,
		hiddenDelay    : 15000,
		leftPosition   : false,
		firstStart     : true,
		firstVisit     : true,

		/******
		init ()
		- retrieves skins array & extract enabled skins
		- lanches the "loadSkin" function
		- 
		*/
		init : function ()
		{
			/* retrieve skins array */
			this.infoPopSkins = eval( "infoPopSkins_" + this.idMarket );

			/* create & stock enabled skins id in an array */
			this.enabledSkins = new Array();
			var j = 0;
			for( var i in this.infoPopSkins ) {
				if( this.infoPopSkins[i].enabled )
				{
					this.enabledSkins[j] = this.infoPopSkins[i].id;
					j++;
				}
			}

			/* create & position "staticBlock" */
			if( !this.staticBlock )
			{
				/* staticBlock */
				this.staticBlock = document.createElement('div');
				this.staticBlock.setAttribute('id', 'infoPopStaticBlock_' + this.idMarket);
				this.staticBlock.style.position   = "fixed";
				this.staticBlock.style.float      = "none";
				this.staticBlock.style.display    = "block";
				this.staticBlock.style.margin     = 0;
				this.staticBlock.style.padding    = 0;
				this.staticBlock.style.zIndex     = 5000;
				this.staticBlock.style.bottom     = 5 + "px";
				this.staticBlock.style.background = "none";

				/* left or right position */
				if( this.leftPosition ) this.staticBlock.style.left = 5 + "px";
				else this.staticBlock.style.right = 5 + "px";

				/* styleTag */
				this.styleTag = document.createElement('div');
				this.cssSelector = '#infoPopStaticBlock_' + this.idMarket;
				this.cssContent = ''
					+ this.cssSelector + ', ' + this.cssSelector + ' p, ' + this.cssSelector + ' div { position:relative; display:block; padding:0; margin:0; border:0; outline:0; background:none; text-align:left; } '
					+ this.cssSelector + ' a, ' + this.cssSelector + ' span, ' + this.cssSelector + ' strong { position:relative; display:inline; padding:0; margin:0; border:0; outline:0; background:none; text-decoration:none; } '
					+ this.cssSelector + ' img { position:relative; display:inline; padding:0; margin:0; border:0; outline:0; background:none; max-width:300px; } '
					+ this.cssSelector + ' a { display:block; position:absolute; } '
					+ '';

				this.styleTag.innerHTML = "<br><style type='text/css'>" + this.cssContent + "</style>";
				document.body.appendChild(this.styleTag);

				/* profilesArray */
				this.profilesArray = eval("infoPopProfiles_" + this.idMarket);

				/* helloTextArray */
				this.helloTextArray = eval("infoPopTexts_" + this.idMarket)['hello'];

				/* howAreYouTextArray */
				this.howAreYouTextArray = eval("infoPopTexts_" + this.idMarket)['how_are_you'];
			}

			/* define "closeLink" */
			this.closeLink = "javascript:void(0);\" onclick=\"tacInfoPopRotation_" + this.idMarket + ".closeTool();";

			/* append "staticBlock" to the document */
			document.body.appendChild( this.staticBlock );

			/* launch */
			if( this.enabledSkins.length > 0 )
			{
				this.loadSkin();
			}
		},
		/******
		loadSkin ()
		- randomly selects one skin among enabled skins
		- retrieves & applies selected skin datas (width, height, html code)
		- positions & hides selected skin
		*/
		loadSkin : function ()
		{
			/* random select of one skin among enabled skins */
			this.skinId = this.enabledSkins[Math.floor(Math.random() * this.enabledSkins.length)];

			/* retrieve & apply selected skin datas to "staticBlock" (width, height) */
			this.skinWidth  = this.infoPopSkins[this.skinId - 1].width;
			this.skinHeight = this.infoPopSkins[this.skinId - 1].height;
			this.staticBlock.style.width  = this.skinWidth  + "px";
			this.staticBlock.style.height = this.skinHeight + "px";

			/* remove child into "staticBlock" */
			if( this.staticBlock.hasChildNodes() ) this.staticBlock.removeChild(this.staticBlock.firstChild);

			/* retrieve & apply skin html code */
			this.skinCode = this.infoPopSkins[this.skinId - 1].code;
			this.skinName = this.infoPopSkins[this.skinId - 1].name;
			this.staticBlock.innerHTML = this.skinCode();

			/* set "movingBlock" Id attribute to the HTML code retrieved */
			this.movingBlockId = 'infoPopMovingBlock_' + this.idMarket;
			this.staticBlock.firstChild.setAttribute('id', this.movingBlockId);

			/* apply selected skin datas to "movingBlock" */
			this.movingBlock = document.getElementById(this.movingBlockId);
			this.movingBlock.style.position = "relative";
			this.movingBlock.style.width    = this.skinWidth  + "px";
			this.movingBlock.style.height   = this.skinHeight + "px";

			/* define & apply needed height to hide "movingBlock" before sliding up */
			this.toolSlideHeight = this.skinHeight + 5;
			this.movingBlock.style.marginTop = this.toolSlideHeight + "px";

			/* apply refresh function specific to skin */
			this.skinRefresh = this.infoPopSkins[this.skinId - 1].refresh;
			this.skinRefresh();

			/* launch "moveTool" function after hidden delay */
			var self = this;
			if( this.firstStart )
			{
				this.moveToolTimeout = window.setTimeout( function () { self.moveTool(); }, 2000 );
				this.firstStart = false;
			}
			else this.moveToolTimeout = window.setTimeout( function () { self.moveTool(); }, this.hiddenDelay );
		},
		/******
		moveTool ()
		- checks "movingBlock" position
		*/
		moveTool : function ()
		{
			/* retrieve current top margin of "movingBlock" */
			this.toolMarginTop = parseInt(this.movingBlock.style.marginTop);

			/* if "movingBlock" is hidden, we can lanch the "slideUp" function */
			if( this.toolMarginTop > 0 )
			{
				var self = this;
				this.slideUpInterval = window.setInterval( function() { self.slideUp(); }, 20 );
			}

			/* if "movingBlock" is visible, we can lanch the "slideDown" function */
			if( this.toolMarginTop == 0 )
			{
				var self = this;
				this.slideDownInterval = window.setInterval( function() { self.slideDown(); }, 20 );
			}
		},
		/******
		slideUp ()
		- make tool slides up
		*/
		slideUp : function ()
		{
			if( this.toolMarginTop > 0 )
			{
				/* if "movingBlock" is still hidden or not completely visible */
				this.toolMarginTop += -4;
				this.movingBlock.style.marginTop = this.toolMarginTop + "px";

				/* if sound is activated */
				if( this.soundActive && !this.soundPlayed && this.toolMarginTop < this.toolSlideHeight / 2 )
				{
					/* randow selection of sound */
					this.soundId = (Math.floor(Math.random() * 7) + 1);

					/* play opened sound */
					var iframeSound = document.createElement('iframe');
					iframeSound.setAttribute('id', 'iframeSound_' + this.idMarket);
					iframeSound.setAttribute('src', this.iframeSoundURL + '?sndId=' + this.soundId);
					iframeSound.setAttribute('width', '60');
					iframeSound.setAttribute('height', '20');
					iframeSound.setAttribute('marginwidth', '0');
					iframeSound.setAttribute('marginheight', '0');
					iframeSound.setAttribute('frameborder', '0');
					iframeSound.setAttribute('scrolling', 'no');
					iframeSound.style.position = "absolute";
					iframeSound.style.right = 0 + "px";
					iframeSound.style.top   = 0 + "px";
					iframeSound.style.visibility = "hidden";
					this.movingBlock.appendChild(iframeSound);

					/* sound is played */
					this.soundPlayed = true;
				}
			}
			else
			{
				/* if "movingBlock" is completely visible */
				this.movingBlock.style.marginTop = 0 + "px";
				clearInterval(this.slideUpInterval);

				/* hide tool after visible delay */
				var self = this;
				this.moveToolTimeout = window.setTimeout( function () { self.moveTool(); }, this.visibleDelay );

				/* next sound can be play */
				this.soundPlayed = false;

				/* make stats on viewed skin */
				this.countView();
			}
		},
		/******
		slideDown ()
		- make tool slides down
		*/
		slideDown : function ()
		{
			if( this.toolMarginTop < this.toolSlideHeight )
			{
				/* if "movingBlock" is still visible or not completely hidden */
				this.toolMarginTop += 4;
				this.movingBlock.style.marginTop = this.toolMarginTop + "px";
			}
			else
			{
				/* if "movingBlock" is completely hidden */
				this.movingBlock.style.marginTop = this.toolSlideHeight + "px";
				clearInterval(this.slideDownInterval);

				/* load new skin */
				this.loadSkin();
			}
		},
		/******
		closeTool ()
		- clears sliding interval
		- clears & hides tool
		*/
		closeTool : function ()
		{
			/* clear sliding interval */
			if( this.slideUpInterval   ) clearInterval( this.slideUpInterval   );
			if( this.slideDownInterval ) clearInterval( this.slideDownInterval );

			/* clear & hide tool */
			this.staticBlock.removeChild(this.staticBlock.firstChild);
			this.staticBlock.style.display = "none";
		},
		/******
		isMSIE6 ()
		- returns true if using MSIE6
		*/
		isMSIE6 : function ()
		{
			var strChUserAgent = navigator.userAgent;
			var intSplitStart  = strChUserAgent.indexOf("(",0);
			var intSplitEnd    = strChUserAgent.indexOf(")",0);
			var strChMid       = strChUserAgent.substring(intSplitStart, intSplitEnd);
			if (strChMid.indexOf("MSIE 6") != -1) return true;
			else return false;
		},
		/******
		extractProfil ()
		- random extract of a profil
		*/
		extractProfile : function ()
		{
			this.profileId    = Math.floor(Math.random() * this.profilesArray.length);
			/* ie bug - temporary fix */
			if( this.profileId > 99 ) this.profileId = 99;
			this.profileNick  = this.profilesArray[this.profileId].nick;
			this.profilePhoto = this.profilesArray[this.profileId].photo;
			this.profileAge   = this.profilesArray[this.profileId].age;
		},
		/******
		extractHelloText ()
		- random extract of 'hello' text
		*/
		extractHelloText : function ()
		{
			this.textId    = Math.floor(Math.random() * this.helloTextArray.length);
			this.helloText = this.helloTextArray[this.textId];
		},
		/******
		extractHowAreYouText ()
		- random extract of 'how are you' text
		*/
		extractHowAreYouText : function ()
		{
			this.textId        = Math.floor(Math.random() * this.howAreYouTextArray.length);
			this.howAreYouText = this.howAreYouTextArray[this.textId];
		}
		,
		countClick : function (linkValue)
		{
			_gaq.push(['_setAccount', 'UA-28335881-1']);
			_gaq.push(['_setVar', 'skin ' + this.skinId + ' clicked | sound ' + this.soundId + ' clicked | profile ' + this.profileId + ' clicked']);
		}
		,
		countView : function ()
		{
			_gaq.push(['_setAccount', 'UA-28335881-1']);
			if( this.firstVisit )
			{
				_gaq.push(['_trackPageview']);
				this.firstVisit = false;
			}
			_gaq.push(['_setVar', 'skin ' + this.skinId + ' viewed  | sound ' + this.soundId + ' viewed  | profile ' + this.profileId + ' viewed']);
		}
		,
		countVisit : function ()
		{

		}
	};

	/******
	infoPopTexts
	- contains available profiles text
	- 
	*/
	var infoPopTexts_84800 =
	{
		hello : ["Hola!", "Salut", "Yo!!!", "Hello...", "Coucou...", "Hou hou?? y a qqun?", "Salut, &ccedil;a va?", "Salut, t occup&eacute;?", "Bonjour Toi, t'es dispo?", "Coucou BB, tu es l&agrave;?", "toc toc toc...", "Chou???!!!!", "Chouchou????", "Pas mal ta photo :)", "Tu es l&agrave;?", "salut bo gosse!", "Kikoo...", ],
		how_are_you : ["tu fais koi ce soir?", "G envie de baiser!", "T mignon toi!", "un plan cul, &ccedil;a te tente?", "T libre ce soir ?", "t'es libre ce soir bo gosse ?", "je cherche un homme à mettre dans mon lit", "tu es libre pour prendre un verre ce soir?", "ça fait trop longtemps, pas toi?", "j'ai la chatte en feu...", "tu as l'air cho toi, ca te dit de chatter?", "alors tu te rappelles pas?", "je cherche 2 mecs pour un plan à 3", "pas assez sexy pour toi?", "je cherche bonne grosse bite", "tu as l'air pas mal comme mec, pourquoi ne pas se rencontrer?", ]
	};
	
	/******
	infoPopProfiles
	- contains available profiles nickname
	- 
	*/
	var infoPopProfiles_84800 = [{photo:1, nick:"Carole", age:24}, {photo:2, nick:"Laura", age:21}, {photo:3, nick:"Flo", age:18}, {photo:4, nick:"C&eacute;line", age:29}, {photo:5, nick:"Emilie", age:25}, {photo:6, nick:"Sandrine", age:20}, {photo:7, nick:"Laetitia", age:35}, {photo:8, nick:"Virginie", age:20}, {photo:9, nick:"St&eacute;phanie", age:26}, {photo:10, nick:"Marie", age:22}, {photo:11, nick:"Sabrina", age:22}, {photo:12, nick:"Carla", age:26}, {photo:13, nick:"Cassandra", age:19}, {photo:14, nick:"Audrey", age:24}, {photo:15, nick:"Chlo&eacute;", age:26}, {photo:16, nick:"Sandrine", age:32}, {photo:17, nick:"Aur&eacute;lie", age:21}, {photo:18, nick:"Delphine", age:18}, {photo:19, nick:"Sophie", age:20}, {photo:20, nick:"Caroline", age:20}, {photo:21, nick:"Julie", age:27}, {photo:22, nick:"Nathalie", age:32}, {photo:23, nick:"Elodie", age:26}, {photo:24, nick:"Christelle", age:19}, {photo:25, nick:"C&eacute;cile", age:23}, {photo:26, nick:"Ang&eacute;lique", age:25}, {photo:27, nick:"Audrey", age:21}, {photo:28, nick:"S&eacute;verine", age:18}, {photo:29, nick:"Marina", age:25}, {photo:30, nick:"Melanie", age:23}, {photo:31, nick:"Isabelle", age:27}, {photo:32, nick:"Marie", age:31}, {photo:33, nick:"Vanessa", age:28}, {photo:34, nick:"Anne", age:26}, {photo:35, nick:"Sandra", age:30}, {photo:36, nick:"Alexandra", age:29}, {photo:37, nick:"Emmanuelle", age:22}, {photo:38, nick:"H&eacute;l&egrave;ne", age:25}, {photo:39, nick:"Magali", age:21}, {photo:40, nick:"Karine", age:30}, {photo:41, nick:"Elodie", age:24}, {photo:42, nick:"Laura", age:21}, {photo:43, nick:"Julie", age:18}, {photo:44, nick:"Marine", age:32}, {photo:45, nick:"Marion", age:27}, {photo:46, nick:"Pauline", age:31}, {photo:47, nick:"Aur&eacute;lie", age:29}, {photo:48, nick:"Camille", age:32}, {photo:49, nick:"M&eacute;lanie", age:29}, {photo:50, nick:"Emilie", age:22}, {photo:51, nick:"Audrey", age:22}, {photo:52, nick:"Sarah", age:26}, {photo:53, nick:"Anais", age:19}, {photo:54, nick:"Amandine", age:25}, {photo:55, nick:"Charlotte", age:26}, {photo:56, nick:"Sophie", age:23}, {photo:57, nick:"C&eacute;line", age:21}, {photo:58, nick:"Laetitia", age:29}, {photo:59, nick:"Mathilde", age:20}, {photo:60, nick:"Jennifer", age:20}, {photo:61, nick:"Jessica", age:27}, {photo:62, nick:"Lucie", age:27}, {photo:63, nick:"Cindy", age:20}, {photo:64, nick:"Melissa", age:19}, {photo:65, nick:"Caroline", age:23}, {photo:66, nick:"Claire", age:24}, {photo:67, nick:"St&eacute;phanie", age:29}, {photo:68, nick:"Fanny", age:18}, {photo:69, nick:"Morgane", age:25}, {photo:70, nick:"Julie", age:23}, {photo:71, nick:"L&eacute;a", age:27}, {photo:72, nick:"Manon", age:28}, {photo:73, nick:"Camille", age:27}, {photo:74, nick:"Chloe", age:26}, {photo:75, nick:"Emma", age:24}, {photo:76, nick:"Marie", age:29}, {photo:77, nick:"Oc&eacute;ane", age:26}, {photo:78, nick:"Sarah", age:25}, {photo:79, nick:"Laura", age:21}, {photo:80, nick:"Mathilde", age:21}, {photo:81, nick:"Julie", age:29}, {photo:82, nick:"Marine", age:28}, {photo:83, nick:"Pauline", age:26}, {photo:84, nick:"Lucie", age:24}, {photo:85, nick:"Anais", age:29}, {photo:86, nick:"Ines", age:30}, {photo:87, nick:"Clara", age:22}, {photo:88, nick:"Justine", age:21}, {photo:89, nick:"Lisa", age:21}, {photo:90, nick:"Maeva", age:24}, {photo:91, nick:"Juliette", age:21}, {photo:92, nick:"Marion", age:18}, {photo:93, nick:"Morgane", age:29}, {photo:94, nick:"Charlotte", age:25}, {photo:95, nick:"Emilie", age:23}, {photo:96, nick:"Eva", age:26}, {photo:97, nick:"Louise", age:21}, {photo:98, nick:"Amandine", age:28}, {photo:99, nick:"Sabine", age:22}, {photo:100, nick:"Natacha", age:22}, ];

	/******
	infoPopSkins
	- contains available infoPop skins
	- 
	*/
	var infoPopSkins_84800 = [
		{
			id : 1,
			name : 'Skin 1 - MSN Like - Old Version + Geolocation - 201x116',
			width : 201,
			height : 116,
			enabled : false,
			code : function ()
			{
				var htmlCode = ''
				+ '<div style="font:normal 11px/14px arial; color:#333; background:url(' + this.imgPath + 'skin1/background.gif) no-repeat 0 0;">'
				+ '	<div style="position:absolute; right:0; top:0;">'
				+ '		<a href="' + this.closeLink + '"><img src="' + this.imgPath + 'skin1/pix.gif" style="width:23px; height:23px;" alt="" /></a>'
				+ '	</div>'
				+ '	<div style="position:absolute; left:9px; top:33px;">'
				+ '		<a href="' + this.accessLink + '"><img src="" id="photo_' + this.idMarket + '" style="width:48px; height:48px;" alt="" /></a>'
				+ '	</div>'
				+ '	<div style="position:absolute; left:73px; top:20px;">'
				+ '		<a href="' + this.accessLink + '" style="font:bold 14px/17px arial; color:#333;" id="nick_' + this.idMarket + '"></a><br />'
				+ '		<a href="' + this.accessLink + '" style="font:normal 12px/15px arial; color:#333;">' + this.geoCity + '</a>'
				+ '	</div>'
				+ '	<div style="position:absolute; left:73px; top:55px; width:120px; height:43px; overflow:hidden;">'
				+ '		<a href="' + this.accessLink + '" style="font:normal 11px/14px verdana; color:#333; font-style:italic;" id="text_' + this.idMarket + '"></a>'
				+ '	</div>'
				+ '	<div style="position:absolute; right:5px; bottom:5px; text-align:right;">'
				+ '		<a href="' + this.closeLink + '" style="font:normal 11px/14px arial; color:#0088e4;">Fermer</a>'
				+ '	</div>'
				+ '</div>';
				return htmlCode;
			},
			refresh : function ()
			{
				var profilId = Math.floor(Math.random() * eval("infoPopProfiles_" + this.idMarket).length);
				var photoId  = profilId + 1;
				var textId   = Math.floor(Math.random() * eval("infoPopTexts_" + this.idMarket).length);
				document.getElementById("nick_" + this.idMarket).innerHTML = eval("infoPopProfiles_" + this.idMarket)[profilId];
				document.getElementById("text_" + this.idMarket).innerHTML = eval("infoPopTexts_" + this.idMarket)[textId];
				document.getElementById("photo_" + this.idMarket).src      = this.imgPath + "photos/" + this.type + "/60x60/" + photoId + ".jpg";
			}
		},
		{
			id : 2,
			name : 'Skin 2 - MSN Like - Win Version - 300x250',
			width : 300,
			height : 250,
			enabled : true,
			code : function ()
			{
				/* html Code */
				var htmlCode = ''
					+ '<div style="font:normal 11px/14px arial; color:#333; background:url(' + this.imgPath + 'skin2/background.png) no-repeat 0 0;">'
					+ '	<a href="' + this.accessLink + '" style="right:79px; top:4px; width:25px; height:17px;" title="Réduire"></a>'
					+ '	<a href="' + this.accessLink + '" style="right:54px; top:4px; width:25px; height:17px;" title="Agrandir"></a>'
					+ '	<a href="' + this.closeLink  + '" style="right:11px; top:4px; width:43px; height:17px;" title="Fermer"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:31px; top:71px;"><img src="" id="photo_' + this.idMarket + '" style="width:82px; height:82px; border:1px solid #fff;" alt="" /></a>'
					+ '	<a href="' + this.accessLink + '" style="left:135px; top:76px; font:bold 12px/15px arial; color:#000;"><span id="nick_' + this.idMarket + '" style="font:bold 14px/15px arial; color:#f000ff;"></span> souhaite<br />vous ajouter à ses amis !<br /><br />Acceptez-vous<br />sa demande ?</a>'
					+ '	<a href="' + this.accessLink + '" style="left:23px; top:189px; width:118px; height:24px; padding:4px 0 0 0; font:bold 11px/14px verdana; color:#000; text-align:center; background:url(' + this.imgPath + 'skin2/button.gif) no-repeat 0 0;">Ajouter aux amis</a>'
					+ '	<a href="' + this.accessLink + '" style="left:153px; top:189px; width:125px; height:24px; padding:4px 0 0 0; font:bold 11px/14px verdana; color:#000; text-align:center;">Bloquer le contact</a>'
					+ '</div>';
				return htmlCode;
			},
			refresh : function ()
			{
				this.extractProfile();
				document.getElementById("nick_"  + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("photo_" + this.idMarket).src       = this.imgPath + "photos/" + this.type + "/100x100/" + this.profilePhoto + ".jpg";
			}
		},
		{
			id : 3,
			name : 'Skin 3 - FB Like - Friendship request - 300x250',
			width : 300,
			height : 250,
			enabled : true,
			code : function ()
			{
				/* html Code */
				var htmlCode = ''
					+ '<div style="font:normal 11px/14px arial; color:#333; background:url(' + this.imgPath + 'skin3/background.gif) no-repeat 0 0;">'
					+ '	<a href="' + this.accessLink + '" style="left:11px; top:11px; font:bold 16px/16px arial; color:#fff;">Invitation</a>'
					+ '	<a href="' + this.accessLink + '" style="right:25px; top:15px; width:9px; height:7px;" title="Réduire"></a>'
					+ '	<a href="' + this.closeLink  + '" style="right:11px; top:15px; width:7px; height:7px;" title="Fermer"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:131px; top:4px; width:27px; height:26px;" title="Vous avez une demande d’amie"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:165px; top:12px; width:17px; height:18px;" title="Messages"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:190px; top:12px; width:17px; height:18px;" title="Notifications"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:11px; bottom:11px;"><img src="" id="photo_' + this.idMarket + '" style="width:150px; height:150px; border:1px solid #cfcfcf;" alt="" /></a>'
					+ '	<a href="' + this.accessLink + '" style="left:11px; top:44px; font:bold 12px/16px verdana; color:#000;"><span id="nick_' + this.idMarket + '" style="color:#38599c;"></span><br />souhaite vous ajouter à sa liste d’amis !</a>'
					+ '	<a href="' + this.accessLink + '" style="left:180px; top:111px; width:96px; height:21px; padding:4px 0 0 0; font:bold 11px/14px verdana; color:#fff; text-align:center;">Accepter</a>'
					+ '	<a href="' + this.accessLink + '" style="left:180px; top:151px; width:96px; height:21px; padding:4px 0 0 0; font:bold 11px/14px verdana; color:#fff; text-align:center;">Refuser</a>'
					+ '	<a href="' + this.accessLink + '" style="left:180px; top:191px; width:96px; height:21px; padding:4px 0 0 0; font:bold 11px/14px verdana; color:#fff; text-align:center;">Voir profil</a>'
					+ '</div>';
				return htmlCode;
			},
			refresh : function ()
			{
				this.extractProfile();
				document.getElementById("nick_"  + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("photo_" + this.idMarket).src       = this.imgPath + "photos/" + this.type + "/150x150/" + this.profilePhoto + ".jpg";
			}
		},
		{
			id : 4,
			name : 'Skin 4 - Find Singles in your City + Geolocation - 300x250',
			width : 300,
			height : 250,
			enabled : true,
			code : function ()
			{
				var htmlCode = ''
					+ '<div style="font:normal 11px/14px arial; color:#333; background:url(' + this.imgPath + 'skin4/background.gif) no-repeat 0 0;">'
					+ '	<a href="' + this.accessLink + '" style="left:13px; top:12px; font:bold 13px/16px arial; color:#566d78;">Rencontres Célibataires</a>'
					+ '	<a href="' + this.accessLink + '" style="right:86px; top:5px; width:28px; height:20px;" title="Réduire"></a>'
					+ '	<a href="' + this.accessLink + '" style="right:59px; top:5px; width:27px; height:20px;" title="Agrandir"></a>'
					+ '	<a href="' + this.closeLink  + '" style="right:11px; top:5px; width:48px; height:20px;" title="Fermer"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:25px; top:49px;"><img src="" id="photo_' + this.idMarket + '" style="width:80px; height:80px; border:1px solid #d2d2d2;" alt="" /></a>'
					+ '	<a href="' + this.accessLink + '" style="left:118px; top:74px; font:normal 12px/16px verdana; color:#323232;">Trouvez des célibataires<br /><strong style="font:normal 12px/16px verdana; color:#323232;">dans votre ville!</strong></a>'
					+ '	<a href="' + this.accessLink + '" style="left:0px; top:140px; width:300px; font:bold 11px/14px verdana; color:#323232; text-align:center;">Sélectionnez votre ville ci-dessous :</a>'
					+ '	<a href="' + this.accessLink + '" style="left:59px; top:166px; width:178px; height:19px; padding:2px 0 0 4px; font:normal 11px/14px verdana; color:#000;">' + this.geoCity + '</a>'
					+ '	<a href="' + this.accessLink + '" style="left:58px; top:196px; width:184px; height:23px; padding:4px 0 0 0; font:bold 11px/14px verdana; color:#000; text-align:center;">Lancer la rechercher</a>'
					+ '</div>';
				return htmlCode;
			},
			refresh : function ()
			{
				this.extractProfile();
				document.getElementById("photo_" + this.idMarket).src = this.imgPath + "photos/" + this.type + "/100x100/" + this.profilePhoto + ".jpg";
			}
		},
		{
			id : 5,
			name : 'Skin 5 - MSN Like - Mac Version - 300x250',
			width : 300,
			height : 250,
			enabled : true,
			code : function ()
			{
				/* html Code */
				var htmlCode = ''
					+ '<div style="font:normal 11px/14px arial; color:#333; background:url(' + this.imgPath + 'skin5/background.png) no-repeat 0 0;">'
					+ '	<a href="' + this.closeLink  + '" style="left:10px; top:10px; width:14px; height:14px;" title="Fermer"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:27px; top:10px; width:14px; height:14px;" title="Réduire"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:44px; top:10px; width:14px; height:14px;" title="Agrandir"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:31px; top:71px;"><img src="" id="photo_' + this.idMarket + '" style="width:82px; height:82px; border:1px solid #fff;" alt="" /></a>'
					+ '	<a href="' + this.accessLink + '" style="left:135px; top:76px; font:bold 12px/15px arial; color:#000;"><span id="nick_' + this.idMarket + '" style="font:bold 14px/15px arial; color:#f000ff;"></span> souhaite<br />vous ajouter à ses amis !<br /><br />Acceptez-vous<br />sa demande ?</a>'
					+ '	<a href="' + this.accessLink + '" style="left:23px; top:189px; width:118px; height:24px; padding:4px 0 0 0; font:bold 11px/14px verdana; color:#000; text-align:center; background:url(' + this.imgPath + 'skin5/button.gif) no-repeat 0 0;">Ajouter aux amis</a>'
					+ '	<a href="' + this.accessLink + '" style="left:153px; top:189px; width:125px; height:24px; padding:4px 0 0 0; font:bold 11px/14px verdana; color:#000; text-align:center;">Bloquer le contact</a>'
					+ '</div>';
				return htmlCode;
			},
			refresh : function ()
			{
				this.extractProfile();
				document.getElementById("nick_"  + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("photo_" + this.idMarket).src       = this.imgPath + "photos/" + this.type + "/100x100/" + this.profilePhoto + ".jpg";
			}
		},
		{
			id : 6,
			name : 'Skin 6 - You have a New Message - 300x300',
			width : 300,
			height : 300,
			enabled : true,
			code : function ()
			{
				var htmlCode = ''
					+ '<div style="font:normal 11px/14px arial; color:#333; background:url(' + this.imgPath + 'skin6/background.gif) no-repeat 0 0;">'
					+ '	<a href="' + this.accessLink + '" style="left:50px; top:12px; font:bold 13px/16px arial; color:#566d78;">1 Nouveau Message</a>'
					+ '	<a href="' + this.accessLink + '" style="right:86px; top:5px; width:28px; height:20px;" title="Réduire"></a>'
					+ '	<a href="' + this.accessLink + '" style="right:59px; top:5px; width:27px; height:20px;" title="Agrandir"></a>'
					+ '	<a href="' + this.closeLink  + '" style="right:11px; top:5px; width:48px; height:20px;" title="Fermer"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:29px; top:68px; width:63px; height:42px;"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:105px; top:72px; font:normal 14px/19px arial; color:#323232;"><span style="font:bold 16px/19px arial; color:#323232;">Un nouveau message</span><br />vient de vous être envoyé !</a>'
					+ '	<a href="' + this.accessLink + '" style="left:0px; top:164px; width:300px; font:bold 14px/17px arial; color:#323232; text-align:center;">Souhaitez-vous le lire maintenant ?</a>'
					+ '	<a href="' + this.accessLink + '" style="left:58px; top:197px; width:184px; height:24px; padding:4px 0 0 0; font:bold 14px/17px verdana; color:#000; text-align:center;">Ouvrir le message</a>'
					+ '	<a href="' + this.accessLink + '" style="left:58px; top:234px; width:184px; height:24px; padding:4px 0 0 0; font:bold 14px/17px verdana; color:#000; text-align:center;">Supprimer le message</a>'
					+ '</div>';
				return htmlCode;
			},
			refresh : function () {}
		},
		{
			id : 7,
			name : 'Skin 7 - FB Like - Live Chat - 300x300',
			width : 300,
			height : 300,
			enabled : true,
			code : function ()
			{
				/* html Code */
				var htmlCode = ''
					+ '<div style="font:normal 11px/14px arial; color:#333; background:url(' + this.imgPath + 'skin7/background.gif) no-repeat 0 0;">'
					+ '	<a href="' + this.accessLink + '" style="left:5px; top:5px;"><img src="" id="photo_' + this.idMarket + '" style="width:45px; height:45px;" alt="" /></a>'
					+ '	<a href="' + this.accessLink + '" style="left:54px; top:3px; font:bold 12px/15px verdana; color:#eee;" id="nick1_' + this.idMarket + '"></a>'
					+ '	<a href="' + this.accessLink + '" style="right:22px; top:8px; width:9px; height:7px;" title="Réduire"></a>'
					+ '	<a href="' + this.closeLink  + '" style="right:8px; top:8px; width:7px; height:7px;" title="Fermer"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:9px; top:56px; font:bold 10px/13px verdana; color:#38599c;">Effacer l’historique de discussion</a>'
					+ '	<a href="' + this.accessLink + '" style="left:8px; top:86px; font:bold 12px/15px verdana; color:#38599c;" id="nick2_' + this.idMarket + '"></a>'
					+ '	<a href="' + this.accessLink + '" style="right:8px; top:86px; font:bold 11px/14px verdana; color:#ccc;" id="time2MinAgo_' + this.idMarket + '">10:25</a>'
					+ '	<a href="' + this.accessLink + '" style="left:7px; top:106px; width:260px; height:30px; overflow:hidden; font:bold 11px/14px verdana; color:#000;" id="text1_' + this.idMarket + '">Coucou, ça te dis de voir mes photos,<br />je suis une nana super coquine...</a>'
					+ '	<a href="' + this.accessLink + '" style="left:8px; top:159px; font:bold 12px/15px verdana; color:#38599c;" id="nick3_' + this.idMarket + '"></a>'
					+ '	<a href="' + this.accessLink + '" style="right:8px; top:159px; font:bold 11px/14px verdana; color:#ccc;" id="nowTime_' + this.idMarket + '">10:27</a>'
					+ '	<a href="' + this.accessLink + '" style="left:7px; top:179px; width:260px; height:30px; overflow:hidden; font:bold 11px/14px verdana; color:#000;" id="text2_' + this.idMarket + '">Accepte mon invitation pour que je<br />puisse te les envoyer !</a>'
					+ '	<a href="' + this.accessLink + '" style="left:8px; top:230px; width:146px; height:21px; padding:4px 0 0 0; font:bold 11px/14px verdana; color:#fff; text-align:center;">Accepter l’invitation</a>'
					+ '	<a href="' + this.accessLink + '" style="left:162px; top:230px; width:68px; height:21px; padding:4px 0 0 0; font:bold 11px/14px verdana; color:#fff; text-align:center;">Refuser</a>'
					+ '	<a href="' + this.accessLink + '" style="left:36px; top:275px; font:bold 11px/14px verdana; color:#ccc;">Tapez votre message ici</a>'
					+ '</div>';
				return htmlCode;
			},
			refresh : function ()
			{
				/* update nicknames & photo */
				this.extractProfile();
				document.getElementById("nick1_" + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("nick2_" + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("nick3_" + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("photo_" + this.idMarket).src       = this.imgPath + "photos/" + this.type + "/60x60/" + this.profilePhoto + ".jpg";
				/* update text zone */
				this.extractHelloText();
				this.extractHowAreYouText();
				document.getElementById("text1_"  + this.idMarket).innerHTML = this.helloText;
				document.getElementById("text2_"  + this.idMarket).innerHTML = this.howAreYouText;
				/* update time of last received message */
				var nowTime = new Date();
				var nowHour = nowTime.getHours();
				var nowMin  = nowTime.getMinutes() > 2 ? nowTime.getMinutes() : 2 ;
				nowMin      = nowMin < 10 ? '0' + nowMin : nowMin;
				min2MinAgo  = nowMin < 11 ? '0' + (nowMin - 2) : (nowMin - 2);
				document.getElementById("nowTime_" + this.idMarket).innerHTML = nowHour + ":" + nowMin;
				document.getElementById("time2MinAgo_" + this.idMarket).innerHTML = nowHour + ":" + min2MinAgo;
			}
		},
		{
			id : 8,
			name : 'Skin 8 - TWTR Like - 300x280',
			width : 300,
			height : 280,
			enabled : true,
			code : function ()
			{
				/* html Code */
				var htmlCode = ''
					+ '<div style="font:normal 11px/14px arial; color:#333; background:url(' + this.imgPath + 'skin8/background.gif) no-repeat 0 0;">'
					+ '	<a href="' + this.accessLink + '" style="right:22px; top:8px; width:9px; height:7px;" title="Réduire"></a>'
					+ '	<a href="' + this.closeLink  + '" style="right:8px; top:8px; width:7px; height:7px;" title="Fermer"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:12px; top:16px; font:bold 14px/17px verdana; color:#fff;">TCHATER</a>'
					+ '	<a href="' + this.accessLink + '" style="left:154px; top:18px; font:bold 12px/15px verdana; color:#90adaf;">Rechercher</a>'
					+ '	<a href="' + this.accessLink + '" style="left:22px; top:62px;"><img src="" id="photo1_' + this.idMarket + '" style="width:45px; height:45px;" alt="" /></a>'
					+ '	<a href="' + this.accessLink + '" style="left:75px; top:58px; font:bold 12px/15px verdana; color:#38599c;" id="nick1_' + this.idMarket + '"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:75px; top:77px;  font:normal 11px/14px verdana; color:#444; width:200px; height:30px; overflow:hidden;"><span id="tweet1_' + this.idMarket + '" style="color:#444;"></span><br /><span style="font-weight:bold; color:#25b6ff;" id="group1_' + this.idMarket + '"></span></a>'
					+ '	<a href="' + this.accessLink + '" style="left:75px; top:114px; font:normal 10px/13px verdana; color:#999;">Il y a ' + (Math.floor(Math.random() * 3) + 1) + ' minutes</a>'
					+ '	<a href="' + this.accessLink + '" style="left:22px; top:147px;"><img src="" id="photo2_' + this.idMarket + '" style="width:45px; height:45px;" alt="" /></a>'
					+ '	<a href="' + this.accessLink + '" style="left:75px; top:143px; font:bold 12px/15px verdana; color:#38599c;" id="nick2_' + this.idMarket + '"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:75px; top:162px; font:normal 11px/14px verdana; color:#444; width:200px; height:30px; overflow:hidden;"><span id="tweet2_' + this.idMarket + '" style="color:#444;"></span><br /><span style="font-weight:bold; color:#25b6ff;" id="group2_' + this.idMarket + '"></span></a>'
					+ '	<a href="' + this.accessLink + '" style="left:75px; top:199px; font:normal 10px/13px verdana; color:#999;">Il y a ' + (Math.floor(Math.random() * 3) + 4) + ' minutes</a>'
					+ '	<a href="' + this.accessLink + '" style="left:22px; top:228px; width:58px; height:23px; padding:4px 0 0 16px; font:bold 11px/14px verdana; color:#000; text-align:center;">Suivre</a>'
					+ '	<a href="' + this.accessLink + '" style="left:100px; top:228px; width:162px; height:23px; padding:4px 0 0 16px; font:bold 11px/14px verdana; color:#333; text-align:center;">Voir son profil complet</a>'
					+ '</div>';
				return htmlCode;
			},
			refresh : function ()
			{
				/* refresh tweets from skin 8 specific tweets array */
				var skin9Tweets = {
					wekiss : 
						{
							firstTweet  : ["j'habite " + this.geoCity + ", et toi?", "à nouveau célibataire...", "me sens seule ajd...", "mon coeur est à prendre", "nana cherche partenaire", "cherche un mec sur " + this.geoCity],
							secondTweet : ["quelqu'un m'entends?", "où sont les hommes???", "^^", ";)", "ça va toi?", "dispo?", "répondez moi svp"],
							group       : "rencontres"
						},
					dating : 
						{
							firstTweet  : ["j'habite " + this.geoCity + ", et toi?", "à nouveau célibataire...", "me sens seule ajd...", "mon coeur est à prendre", "nana cherche partenaire", "cherche un mec sur " + this.geoCity],
							secondTweet : ["quelqu'un m'entends?", "où sont les hommes???", "^^", ";)", "ça va toi?", "dispo?", "répondez moi svp"],
							group       : "rencontres_coquines"
						},
					xflirt : 
						{
							firstTweet  : ["jf sexy habite " + this.geoCity + ", et toi?", "coquine à nouveau célibataire...", "g envie... tu vois ce que veux dire?", "mon coeur est à prendre,<br />et + si aff...", "coquine cherche partenaire coquin", "cherche grosse b**e sur " + this.geoCity],
							secondTweet : ["quelqu'un m'entends?", "où sont les hommes???", "^^", ";)", "ça va toi?", "dispo?", "répondez moi svp"],
							group       : "rencontres_coquines"
						}
				};
				var firstTweetId  = Math.floor(Math.random() * skin9Tweets[this.promo]['firstTweet'].length);
				var secondTweetId = Math.floor(Math.random() * skin9Tweets[this.promo]['secondTweet'].length);
				document.getElementById("tweet1_"  + this.idMarket).innerHTML = skin9Tweets[this.promo]['firstTweet'][firstTweetId];
				document.getElementById("tweet2_"  + this.idMarket).innerHTML = skin9Tweets[this.promo]['secondTweet'][secondTweetId];
				document.getElementById("group1_"  + this.idMarket).innerHTML = "#" + skin9Tweets[this.promo]['group'];
				document.getElementById("group2_"  + this.idMarket).innerHTML = "#" + skin9Tweets[this.promo]['group'];

				/* update nicknames & photos */
				this.extractProfile();
				document.getElementById("nick1_"  + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("nick2_"  + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("photo1_" + this.idMarket).src       = this.imgPath + "photos/" + this.type + "/60x60/" + this.profilePhoto + ".jpg";
				document.getElementById("photo2_" + this.idMarket).src       = this.imgPath + "photos/" + this.type + "/60x60/" + this.profilePhoto + ".jpg";
			}
		},
		{
			id : 9,
			name : 'Skin 9 - FB Like - Friendship request + Large photo - 300x280',
			width : 300,
			height : 280,
			enabled : true,
			code : function ()
			{
				/* html Code */
				var htmlCode = ''
					+ '<div style="font:normal 11px/14px arial; color:#333; background:url(' + this.imgPath + 'skin9/background.gif) no-repeat 0 0;">'
					+ '	<a href="' + this.accessLink + '" style="left:5px; top:2px; font:bold 12px/15px arial; color:#fff;">Ajout d’amie</a>'
					+ '	<a href="' + this.accessLink + '" style="right:20px; top:6px; width:9px; height:7px;" title="Réduire"></a>'
					+ '	<a href="' + this.closeLink  + '" style="right:6px; top:6px; width:7px; height:7px;" title="Fermer"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:33px; top:31px;"><img src="" id="photo_' + this.idMarket + '" style="width:232px; height:161px; border:1px solid #cfcfcf;" alt="" /></a>'
					+ '	<a href="' + this.accessLink + '" style="left:0px; top:200px; width:300px; font:bold 12px/16px arial; color:#000; text-align:center;"><span style="color:#38599c;"><span id="nick_' + this.idMarket + '" style="font-size:16px; color:#38599c;"></span> - <span id="age_' + this.idMarket + '" style="color:#38599c;"></span> ans - ' + this.geoCity + '</span><br />souhaite vous ajouter à sa liste d’amis</a>'
					+ '	<a href="' + this.accessLink + '" style="left:49px; top:242px; width:96px; height:21px; padding:4px 0 0 0; font:bold 11px/14px verdana; color:#fff; text-align:center;">Accepter</a>'
					+ '	<a href="' + this.accessLink + '" style="left:157px; top:242px; width:96px; height:21px; padding:4px 0 0 0; font:bold 11px/14px verdana; color:#fff; text-align:center;">Refuser</a>'
					+ '</div>';
				return htmlCode;
			},
			refresh : function ()
			{
				/* refresh pseudo & photo from skin 9 specific profils array */
				var skin9Profiles = {
					wekiss : [ {photo:1, pseudo:"Marilyne", age:25}, {photo:2, pseudo:"Aurore", age:22}, {photo:3, pseudo:"Jessica", age:27}, {photo:4, pseudo:"Emily", age:21}, {photo:5, pseudo:"NanaLove", age:24}, {photo:6, pseudo:"Jasmine", age:26} ],
					dating : [ {photo:1, pseudo:"Miss BoobX", age:24}, {photo:2, pseudo:"Slave4U", age:23}, {photo:3, pseudo:"Lolita Sexy ", age:25}, {photo:4, pseudo:"Sonia95B", age:24}, {photo:5, pseudo:"UrWife", age:26}, {photo:6, pseudo:"Malika ", age:24} ],
					xflirt : [ {photo:1, pseudo:"Miss BoobX", age:24}, {photo:2, pseudo:"Slave4U", age:23}, {photo:3, pseudo:"Lolita Sexy ", age:25}, {photo:4, pseudo:"Sonia95B", age:24}, {photo:5, pseudo:"UrWife", age:26}, {photo:6, pseudo:"Malika ", age:24} ]
				};
				var profileId = Math.floor(Math.random() * skin9Profiles[this.promo].length);
				document.getElementById("nick_"  + this.idMarket).innerHTML = skin9Profiles[this.promo][profileId].pseudo;
				document.getElementById("age_"   + this.idMarket).innerHTML = skin9Profiles[this.promo][profileId].age;
				document.getElementById("photo_" + this.idMarket).src       = this.imgPath + "skin9/" + this.promo + "/girl_" + skin9Profiles[this.promo][profileId].photo + ".jpg";
			}
		},
		{
			id : 10,
			name : 'Skin 10 - FB Like - Live Chat + Scroll - 300x280',
			width : 300,
			height : 280,
			enabled : true,
			code : function ()
			{
				/* html Code */
				var htmlCode = ''
					+ '<div style="font:normal 11px/14px arial; color:#333; background:url(' + this.imgPath + 'skin10/background.gif) no-repeat 0 0;">'
					+ '	<a href="' + this.accessLink + '" style="left:5px; top:5px;"><img src="" id="photo_' + this.idMarket + '" style="width:45px; height:45px;" alt="" /></a>'
					+ '	<a href="' + this.accessLink + '" style="left:54px; top:3px; font:bold 12px/15px verdana; color:#eee;" id="nick1_' + this.idMarket + '"></a>'
					+ '	<a href="' + this.accessLink + '" style="right:22px; top:8px; width:9px; height:7px;" title="Réduire"></a>'
					+ '	<a href="' + this.closeLink  + '" style="right:8px; top:8px; width:7px; height:7px;" title="Fermer"></a>'
					+ '	<a href="' + this.accessLink + '" style="right:0px; top:74px; width:15px; height:145px;"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:9px; top:56px; font:bold 10px/13px verdana; color:#38599c;">Effacer l’historique de discussion</a>'
					+ '	<a href="' + this.accessLink + '" style="left:8px; top:86px; font:bold 12px/15px verdana; color:#38599c;" id="nick2_' + this.idMarket + '"></a>'
					+ '	<a href="' + this.accessLink + '" style="right:22px; top:86px; font:bold 11px/14px verdana; color:#ccc;" id="time2MinAgo_' + this.idMarket + '">10:25</a>'
					+ '	<a href="' + this.accessLink + '" style="left:7px; top:106px; width:260px; height:30px; overflow:hidden; font:bold 11px/14px verdana; color:#000;" id="text1_' + this.idMarket + '">Coucou, ça te dis de voir mes photos,<br />je suis une nana super coquine...</a>'
					+ '	<a href="' + this.accessLink + '" style="left:8px; top:159px; font:bold 12px/15px verdana; color:#38599c;" id="nick3_' + this.idMarket + '"></a>'
					+ '	<a href="' + this.accessLink + '" style="right:22px; top:159px; font:bold 11px/14px verdana; color:#ccc;" id="nowTime_' + this.idMarket + '">10:27</a>'
					+ '	<a href="' + this.accessLink + '" style="left:7px; top:179px; width:260px; height:30px; overflow:hidden; font:bold 11px/14px verdana; color:#000;" id="text2_' + this.idMarket + '">Accepte mon invitation pour que je<br />puisse te les envoyer !</a>'
					+ '	<a href="' + this.accessLink + '" style="left:36px; top:225px; font:bold 11px/14px verdana; color:#ccc;">Tapez votre message ici</a>'
					+ '	<a href="' + this.accessLink + '" style="left:10px; bottom:10px; width:30px; height:12px;"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:44px; bottom:8px; width:70px; height:15px; font:bold 11px/14px verdana; color:#474747; overflow:hidden;" id="nick4_' + this.idMarket + '"></a>'
					+ '	<a href="' + this.accessLink + '" style="right:0px; bottom:0px; width:32px; height:30px;"></a>'
					+ '</div>';
				return htmlCode;
			},
			refresh : function ()
			{
				/* update nicknames & photo */
				this.extractProfile();
				document.getElementById("nick1_"  + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("nick2_"  + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("nick3_"  + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("nick4_"  + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("photo_"  + this.idMarket).src       = this.imgPath + "photos/" + this.type + "/60x60/" + this.profilePhoto + ".jpg";
				/* update text zone */
				this.extractHelloText();
				this.extractHowAreYouText();
				document.getElementById("text1_"  + this.idMarket).innerHTML = this.helloText;
				document.getElementById("text2_"  + this.idMarket).innerHTML = this.howAreYouText;
				/* update time of last received message */
				var nowTime = new Date();
				var nowHour = nowTime.getHours();
				var nowMin  = nowTime.getMinutes() > 2 ? nowTime.getMinutes() : 2 ;
				nowMin      = nowMin < 10 ? '0' + nowMin : nowMin;
				min2MinAgo  = nowMin < 11 ? '0' + (nowMin - 2) : (nowMin - 2);
				document.getElementById("nowTime_" + this.idMarket).innerHTML =  nowHour + ":" + nowMin;
				document.getElementById("time2MinAgo_" + this.idMarket).innerHTML =  nowHour + ":" + min2MinAgo;
			}
		},
		{
			id : 11,
			name : 'Skin 11 - FB Like - Friendship request - 300x280',
			width : 300,
			height : 280,
			enabled : true,
			code : function ()
			{
				/* html Code */
				var htmlCode = ''
					+ '<div style="font:normal 11px/14px arial; color:#333; background:url(' + this.imgPath + 'skin11/background.gif) no-repeat 0 0;">'
					+ '	<a href="' + this.accessLink + '" style="left:17px; top:5px; width:25px; height:26px;" title="Vous avez une demande d’amie"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:46px; top:13px; width:17px; height:17px;" title="Messages"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:76px; top:13px; width:17px; height:17px;" title="Notifications"></a>'
					+ '	<a href="' + this.accessLink + '" style="right:22px; top:21px; width:9px; height:7px;" title="Réduire"></a>'
					+ '	<a href="' + this.closeLink  + '" style="right:8px; top:21px; width:7px; height:7px;" title="Fermer"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:16px; top:52px; font:bold 14px/17px arial; color:#424242;">Demande d’ajout à la liste d’amis</a>'
					+ '	<a href="' + this.accessLink + '" style="left:15px; top:100px;"><img src="" id="photo_' + this.idMarket + '" style="width:79px; height:79px; border:1px solid #a4a4a4;" alt="" /></a>'
					+ '	<a href="' + this.accessLink + '" style="left:111px; top:110px; font:bold 14px/17px verdana; color:#55628f;"><span id="nick1_' + this.idMarket + '"></span></a>'
					+ '	<a href="' + this.accessLink + '" style="left:111px; top:143px; width:90px; height:23px; padding:6px 0 0 0; font:bold 11px/14px verdana; color:#fff; text-align:center;">Confirmer</a>'
					+ '	<a href="' + this.accessLink + '" style="left:211px; top:143px; width:73px; height:23px; padding:6px 0 0 0; font:bold 11px/14px verdana; color:#424242; text-align:center;">Refuser</a>'
					+ '	<a href="' + this.accessLink + '" style="left:0px; top:210px; width:300px; font:bold 14px/17px arial; color:#55628f; text-align:center;">Voir toutes les demandes de contact</a>'
					+ '	<a href="' + this.accessLink + '" style="left:10px; bottom:10px; width:30px; height:12px;"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:44px; bottom:8px; width:70px; height:15px; font:bold 11px/14px verdana; color:#474747; overflow:hidden;" id="nick2_' + this.idMarket + '"></a>'
					+ '	<a href="' + this.accessLink + '" style="right:0px; bottom:0px; width:32px; height:30px;"></a>'
					+ '</div>';
				return htmlCode;
			},
			refresh : function ()
			{
				/* update nickname & 2 photos */
				this.extractProfile();
				document.getElementById("nick1_" + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("nick2_" + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("photo_" + this.idMarket).src       = this.imgPath + "photos/" + this.type + "/100x100/" + this.profilePhoto + ".jpg";
			}
		},
		{
			id : 12,
			name : 'Skin 12 - FB Like - Friendship request near You - 300x280',
			width : 300,
			height : 280,
			enabled : true,
			code : function ()
			{
				/* html Code */
				var htmlCode = ''
					+ '<div style="font:normal 11px/14px arial; color:#333; background:url(' + this.imgPath + 'skin12/background.gif) no-repeat 0 0;">'
					+ '	<a href="' + this.accessLink + '" style="left:17px; top:5px; width:25px; height:26px;" title="Vous avez une demande d’amie"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:46px; top:13px; width:17px; height:17px;" title="Messages"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:76px; top:13px; width:17px; height:17px;" title="Notifications"></a>'
					+ '	<a href="' + this.accessLink + '" style="right:22px; top:21px; width:9px; height:7px;" title="Réduire"></a>'
					+ '	<a href="' + this.closeLink  + '" style="right:8px; top:21px; width:7px; height:7px;" title="Fermer"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:16px; top:52px; font:bold 14px/17px arial; color:#424242;">Demande d’ajout à la liste d’amis</a>'
					+ '	<a href="' + this.accessLink + '" style="left:35px; top:112px;"><img src="" id="photo_' + this.idMarket + '" style="width:81px; height:81px; border:1px solid #a3a3a3;" alt="" /></a>'
					+ '	<a href="' + this.accessLink + '" style="left:126px; top:118px; font:bold 14px/23px verdana; color:#fff;"><span id="nick_' + this.idMarket + '"></span><br /><span id="age_' + this.idMarket + '"></span> ans, célibataire<br />proximité : '  + (Math.floor(Math.random() * 900 ) + 300) +  'm</a>'
					+ '	<a href="' + this.accessLink + '" style="left:35px; top:202px; width:91px; height:22px; padding:7px 0 0 0; font:bold 13px/13px verdana; color:#fff; text-align:center;">Confirmer</a>'
					+ '	<a href="' + this.accessLink + '" style="left:136px; top:202px; width:130px; height:22px; padding:7px 0 0 0; font:bold 13px/13px verdana; color:#424242; text-align:center;">Pas maintenant</a>'
					+ '</div>';
				return htmlCode;
			},
			refresh : function ()
			{
				/* update nickname, age & photo */
				this.extractProfile();
				document.getElementById("nick_"  + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("age_"   + this.idMarket).innerHTML = this.profileAge;
				document.getElementById("photo_" + this.idMarket).src       = this.imgPath + "photos/" + this.type + "/150x150/" + this.profilePhoto + ".jpg";
			}
		},
		{
			id : 13,
			name : 'Skin 13 - MSN Like - New Win Version - Just connected - 363x105',
			width : 363,
			height : 105,
			enabled : true,
			code : function ()
			{
				/* html Code */
				var htmlCode = ''
					+ '<div style="font:normal 11px/14px arial; color:#333; background:url(' + this.imgPath + 'skin13/background.png) no-repeat 0 0;">'
					+ '	<a href="' + this.accessLink + '" style="right:39px; top:12px; width:10px; height:10px;" title="Options"></a>'
					+ '	<a href="' + this.closeLink  + '" style="right:11px; top:12px; width:10px; height:10px;" title="Fermer"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:17px; top:38px;"><img src="" id="photo_' + this.idMarket + '" style="width:52px; height:52px;" alt="" /></a>'
					+ '	<a href="' + this.accessLink + '" style="left:90px; top:32px; width:260px; height:60px; overflow:hidden; font:normal 12px/20px arial; color:#000;"><span id="nick_' + this.idMarket + '" style="font:bold 14px/20px arial; color:#000;"></span> vient de se connecter :<br /><span id="text_' + this.idMarket + '" style="font-style:italic; color:#000;"></span></a>'
					+ '</div>';
				return htmlCode;
			},
			refresh : function ()
			{
				/* update nickname & photo */
				this.extractProfile();
				document.getElementById("nick_"  + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("photo_" + this.idMarket).src       = this.imgPath + "photos/" + this.type + "/60x60/" + this.profilePhoto + ".jpg";
				/* update text zone */
				this.extractHelloText();
				this.extractHowAreYouText();
				document.getElementById("text_"  + this.idMarket).innerHTML = this.helloText + '<br />' + this.howAreYouText;
			}
		},
		{
			id : 14,
			name : 'Skin 14 - MSN Like - New Win Version - Girl says - 363x105',
			width : 363,
			height : 105,
			enabled : true,
			code : function ()
			{
				/* html Code */
				var htmlCode = ''
					+ '<div style="font:normal 11px/14px arial; color:#333; background:url(' + this.imgPath + 'skin14/background.png) no-repeat 0 0;">'
					+ '	<a href="' + this.accessLink + '" style="right:39px; top:12px; width:10px; height:10px;" title="Options"></a>'
					+ '	<a href="' + this.closeLink  + '" style="right:11px; top:12px; width:10px; height:10px;" title="Fermer"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:17px; top:38px;"><img src="" id="photo_' + this.idMarket + '" style="width:52px; height:52px;" alt="" /></a>'
					+ '	<a href="' + this.accessLink + '" style="left:90px; top:32px; width:260px; height:60px; overflow:hidden; font:normal 12px/20px arial; color:#000;"><span id="nick_' + this.idMarket + '" style="font:bold 14px/20px arial; color:#000;"></span> dit :<br /><span id="text_' + this.idMarket + '" style="font-style:italic; color:#000;"></span></a>'
					+ '</div>';
				return htmlCode;
			},
			refresh : function ()
			{
				/* update nickname & photo */
				this.extractProfile();
				document.getElementById("nick_"  + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("photo_" + this.idMarket).src       = this.imgPath + "photos/" + this.type + "/60x60/" + this.profilePhoto + ".jpg";
				/* update text zone */
				this.extractHelloText();
				this.extractHowAreYouText();
				document.getElementById("text_"  + this.idMarket).innerHTML = this.helloText + '<br />' + this.howAreYouText;
			}
		},
		{
			id : 15,
			name : 'Skin 15 - MSN Like - Win Version - Friendship request - 400x160',
			width : 400,
			height : 160,
			enabled : true,
			code : function ()
			{
				/* html Code */
				var htmlCode = ''
					+ '<div style="font:normal 11px/14px arial; color:#333; background:url(' + this.imgPath + 'skin15/background.png) no-repeat 0 0;">'
					+ '	<a href="' + this.accessLink + '" style="right:81px; top:4px; width:25px; height:17px;" title="Réduire"></a>'
					+ '	<a href="' + this.accessLink + '" style="right:56px; top:4px; width:25px; height:17px;" title="Agrandir"></a>'
					+ '	<a href="' + this.closeLink  + '" style="right:13px; top:4px; width:43px; height:17px;" title="Fermer"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:30px; top:48px;"><img src="" id="photo_' + this.idMarket + '" style="width:80px; height:80px; border:1px solid #fff;" alt="" /></a>'
					+ '	<a href="' + this.accessLink + '" style="left:133px; top:53px; font:bold 14px/20px arial; color:#f000ff;"><span id="nick_' + this.idMarket + '" style="font-size:16px; color:#f000ff;"></span> - <span id="age_' + this.idMarket + '" style="color:#f000ff;"></span> ans - ' + this.geoCity + '</a>'
					+ '	<a href="' + this.accessLink + '" style="left:133px; top:76px; font:bold 11px/15px verdana; color:#000;">souhaite vous ajouter à ses amis !<br />Acceptez-vous sa demande ?</a>'
					+ '	<a href="' + this.accessLink + '" style="right:12px; bottom:12px; font:bold 12px/15px arial; color:#2b37d0; text-decoration:underline;">Répondre</a>'
					+ '</div>';
				return htmlCode;
			},
			refresh : function ()
			{
				/* update nickname, age & photo */
				this.extractProfile();
				document.getElementById("nick_"  + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("age_"   + this.idMarket).innerHTML = this.profileAge;
				document.getElementById("photo_" + this.idMarket).src       = this.imgPath + "photos/" + this.type + "/100x100/" + this.profilePhoto + ".jpg";
			}
		},
		{
			id : 16,
			name : 'Skin 16 - MSN Like - Mac Version - Friendship request - 400x160',
			width : 400,
			height : 160,
			enabled : true,
			code : function ()
			{
				/* html Code */
				var htmlCode = ''
					+ '<div style="font:normal 11px/14px arial; color:#333; background:url(' + this.imgPath + 'skin16/background.png) no-repeat 0 0;">'
					+ '	<a href="' + this.closeLink  + '" style="left:10px; top:10px; width:14px; height:14px;" title="Fermer"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:27px; top:10px; width:14px; height:14px;" title="Réduire"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:44px; top:10px; width:14px; height:14px;" title="Agrandir"></a>'
					+ '	<a href="' + this.accessLink + '" style="left:30px; top:48px;"><img src="" id="photo_' + this.idMarket + '" style="width:80px; height:80px; border:1px solid #fff;" alt="" /></a>'
					+ '	<a href="' + this.accessLink + '" style="left:133px; top:53px; font:bold 14px/20px arial; color:#f000ff;"><span id="nick_' + this.idMarket + '" style="font-size:16px; color:#f000ff;"></span> - <span id="age_' + this.idMarket + '" style="color:#f000ff;"></span> ans - ' + this.geoCity + '</a>'
					+ '	<a href="' + this.accessLink + '" style="left:133px; top:76px; font:bold 11px/15px verdana; color:#000;">souhaite vous ajouter à ses amis !<br />Acceptez-vous sa demande ?</a>'
					+ '	<a href="' + this.accessLink + '" style="right:12px; bottom:12px; font:bold 12px/15px arial; color:#2b37d0; text-decoration:underline;">Répondre</a>'
					+ '</div>';
				return htmlCode;
			},
			refresh : function ()
			{
				/* update nickname, age & photo */
				this.extractProfile();
				document.getElementById("nick_"  + this.idMarket).innerHTML = this.profileNick;
				document.getElementById("age_"   + this.idMarket).innerHTML = this.profileAge;
				document.getElementById("photo_" + this.idMarket).src       = this.imgPath + "photos/" + this.type + "/100x100/" + this.profilePhoto + ".jpg";
			}
		},
	];

	/**/
	tacInfoPopRotation_84800.init();

/*
### INFOPOP ROTATION ENDS #########################################################################################
*/



//-- Google Analytics Urchin Module
//-- Copyright 2007 Google, All Rights Reserved.

//-- Urchin On Demand Settings ONLY
var _uacct="";			// set up the Urchin Account
var _userv=1;			// service mode (0=local,1=remote,2=both)

//-- UTM User Settings
var _ufsc=1;			// set client info flag (1=on|0=off)
var _udn="auto";		// (auto|none|domain) set the domain name for cookies
var _uhash="on";		// (on|off) unique domain hash for cookies
var _utimeout="1800";   	// set the inactive session timeout in seconds
var _ugifpath="/__utm.gif";	// set the web path to the __utm.gif file
var _utsp="|";			// transaction field separator
var _uflash=1;			// set flash version detect option (1=on|0=off)
var _utitle=1;			// set the document title detect option (1=on|0=off)
var _ulink=0;			// enable linker functionality (1=on|0=off)
var _uanchor=0;			// enable use of anchors for campaign (1=on|0=off)
var _utcp="/";			// the cookie path for tracking
var _usample=100;		// The sampling % of visitors to track (1-100).

//-- UTM Campaign Tracking Settings
var _uctm=1;			// set campaign tracking module (1=on|0=off)
var _ucto="15768000";		// set timeout in seconds (6 month default)
var _uccn="utm_campaign";	// name
var _ucmd="utm_medium";		// medium (cpc|cpm|link|email|organic)
var _ucsr="utm_source";		// source
var _uctr="utm_term";		// term/keyword
var _ucct="utm_content";	// content
var _ucid="utm_id";		// id number
var _ucno="utm_nooverride";	// don't override

//-- Auto/Organic Sources and Keywords
var _uOsr=new Array();
var _uOkw=new Array();
_uOsr[0]="google";	_uOkw[0]="q";
_uOsr[1]="yahoo";	_uOkw[1]="p";
_uOsr[2]="msn";		_uOkw[2]="q";
_uOsr[3]="aol";		_uOkw[3]="query";
_uOsr[4]="aol";		_uOkw[4]="encquery";
_uOsr[5]="lycos";	_uOkw[5]="query";
_uOsr[6]="ask";		_uOkw[6]="q";
_uOsr[7]="altavista";	_uOkw[7]="q";
_uOsr[8]="netscape";	_uOkw[8]="s";
_uOsr[9]="cnn";	_uOkw[9]="query";
_uOsr[10]="looksmart";	_uOkw[10]="qt";
_uOsr[11]="about";	_uOkw[11]="terms";
_uOsr[12]="mamma";	_uOkw[12]="query";
_uOsr[13]="alltheweb";	_uOkw[13]="q";
_uOsr[14]="gigablast";	_uOkw[14]="q";
_uOsr[15]="voila";	_uOkw[15]="rdata";
_uOsr[16]="virgilio";	_uOkw[16]="qs";
_uOsr[17]="live";	_uOkw[17]="q";
_uOsr[18]="baidu";	_uOkw[18]="wd";
_uOsr[19]="alice";	_uOkw[19]="qs";
_uOsr[20]="seznam";	_uOkw[20]="w";
_uOsr[21]="yandex";	_uOkw[21]="text";
_uOsr[22]="najdi";	_uOkw[22]="q";
_uOsr[23]="aol";	_uOkw[23]="q";
_uOsr[24]="club-internet"; _uOkw[24]="q";
_uOsr[25]="mama";	_uOkw[25]="query";
_uOsr[26]="seznam";	_uOkw[26]="q";
_uOsr[27]="search";	_uOkw[27]="q";

//-- Auto/Organic Keywords to Ignore
var _uOno=new Array();
//_uOno[0]="urchin";
//_uOno[1]="urchin.com";
//_uOno[2]="www.urchin.com";

//-- Referral domains to Ignore
var _uRno=new Array();
//_uRno[0]=".urchin.com";

//-- **** Don't modify below this point ***
var _uff,_udh,_udt,_ubl=0,_udo="",_uu,_ufns=0,_uns=0,_ur="-",_ufno=0,_ust=0,_ubd=document,_udl=_ubd.location,_udlh="",_uwv="1";
var _ugifpath2="http://www.google-analytics.com/__utm.gif";
if (_udl.hash) _udlh=_udl.href.substring(_udl.href.indexOf('#'));
if (_udl.protocol=="https:") _ugifpath2="https://ssl.google-analytics.com/__utm.gif";
if (!_utcp || _utcp=="") _utcp="/";
function urchinTracker(page) {
 if (_udl.protocol=="file:") return;
 if (_uff && (!page || page=="")) return;
 var a,b,c,xx,v,z,k,x="",s="",f=0;
 var nx=" expires=Sun, 18 Jan 2038 00:00:00 GMT;";
 var dc=_ubd.cookie;
 _udh=_uDomain();
 if (!_uVG()) return;
 _uu=Math.round(Math.random()*2147483647);
 _udt=new Date();
 _ust=Math.round(_udt.getTime()/1000);
 a=dc.indexOf("__utma="+_udh);
 b=dc.indexOf("__utmb="+_udh);
 c=dc.indexOf("__utmc="+_udh);
 if (_udn && _udn!="") { _udo=" domain="+_udn+";"; }
 if (_utimeout && _utimeout!="") {
  x=new Date(_udt.getTime()+(_utimeout*1000));
  x=" expires="+x.toGMTString()+";";
 }
 if (_ulink) {
  if (_uanchor && _udlh && _udlh!="") s=_udlh+"&";
  s+=_udl.search;
  if(s && s!="" && s.indexOf("__utma=")>=0) {
   if (!(_uIN(a=_uGC(s,"__utma=","&")))) a="-";
   if (!(_uIN(b=_uGC(s,"__utmb=","&")))) b="-";
   if (!(_uIN(c=_uGC(s,"__utmc=","&")))) c="-";
   v=_uGC(s,"__utmv=","&");
   z=_uGC(s,"__utmz=","&");
   k=_uGC(s,"__utmk=","&");
   xx=_uGC(s,"__utmx=","&");
   if ((k*1) != ((_uHash(a+b+c+xx+z+v)*1)+(_udh*1))) {_ubl=1;a="-";b="-";c="-";xx="-";z="-";v="-";}
   if (a!="-" && b!="-" && c!="-") f=1;
   else if(a!="-") f=2;
  }
 }
 if(f==1) {
  _ubd.cookie="__utma="+a+"; path="+_utcp+";"+nx+_udo;
  _ubd.cookie="__utmb="+b+"; path="+_utcp+";"+x+_udo;
  _ubd.cookie="__utmc="+c+"; path="+_utcp+";"+_udo;
 } else if (f==2) {
  a=_uFixA(s,"&",_ust);
  _ubd.cookie="__utma="+a+"; path="+_utcp+";"+nx+_udo;
  _ubd.cookie="__utmb="+_udh+"; path="+_utcp+";"+x+_udo;
  _ubd.cookie="__utmc="+_udh+"; path="+_utcp+";"+_udo;
  _ufns=1;
 } else if (a>=0 && b>=0 && c>=0) {
  _ubd.cookie="__utmb="+_udh+"; path="+_utcp+";"+x+_udo;
 } else {
  if (a>=0) a=_uFixA(_ubd.cookie,";",_ust);
  else a=_udh+"."+_uu+"."+_ust+"."+_ust+"."+_ust+".1";
  _ubd.cookie="__utma="+a+"; path="+_utcp+";"+nx+_udo;
  _ubd.cookie="__utmb="+_udh+"; path="+_utcp+";"+x+_udo;
  _ubd.cookie="__utmc="+_udh+"; path="+_utcp+";"+_udo;
  _ufns=1;
 }
 if (_ulink && xx && xx!="" && xx!="-") {
   xx=_uUES(xx);
   if (xx.indexOf(";")==-1) _ubd.cookie="__utmx="+xx+"; path="+_utcp+";"+nx+_udo;
 }
 if (_ulink && v && v!="" && v!="-") {
  v=_uUES(v);
  if (v.indexOf(";")==-1) _ubd.cookie="__utmv="+v+"; path="+_utcp+";"+nx+_udo;
 }
 _uInfo(page);
 _ufns=0;
 _ufno=0;
 if (!page || page=="") _uff=1;
}
function _uInfo(page) {
 var p,s="",dm="",pg=_udl.pathname+_udl.search;
 if (page && page!="") pg=_uES(page,1);
 _ur=_ubd.referrer;
 if (!_ur || _ur=="") { _ur="-"; }
 else {
  dm=_ubd.domain;
  if(_utcp && _utcp!="/") dm+=_utcp;
  p=_ur.indexOf(dm);
  if ((p>=0) && (p<=8)) { _ur="0"; }
  if (_ur.indexOf("[")==0 && _ur.lastIndexOf("]")==(_ur.length-1)) { _ur="-"; }
 }
 s+="&utmn="+_uu;
 if (_ufsc) s+=_uBInfo();
 if (_uctm) s+=_uCInfo();
 if (_utitle && _ubd.title && _ubd.title!="") s+="&utmdt="+_uES(_ubd.title);
 if (_udl.hostname && _udl.hostname!="") s+="&utmhn="+_uES(_udl.hostname);
 s+="&utmr="+_ur;
 s+="&utmp="+pg;
 if ((_userv==0 || _userv==2) && _uSP()) {
  var i=new Image(1,1);
  i.src=_ugifpath+"?"+"utmwv="+_uwv+s;
  i.onload=function() {_uVoid();}
 }
 if ((_userv==1 || _userv==2) && _uSP()) {
  var i2=new Image(1,1);
  i2.src=_ugifpath2+"?"+"utmwv="+_uwv+s+"&utmac="+_uacct+"&utmcc="+_uGCS();
  i2.onload=function() { _uVoid(); }
 }
 return;
}
function _uVoid() { return; }
function _uCInfo() {
 if (!_ucto || _ucto=="") { _ucto="15768000"; }
 if (!_uVG()) return;
 var c="",t="-",t2="-",t3="-",o=0,cs=0,cn=0,i=0,z="-",s="";
 if (_uanchor && _udlh && _udlh!="") s=_udlh+"&";
 s+=_udl.search;
 var x=new Date(_udt.getTime()+(_ucto*1000));
 var dc=_ubd.cookie;
 x=" expires="+x.toGMTString()+";";
 if (_ulink && !_ubl) {
  z=_uUES(_uGC(s,"__utmz=","&"));
  if (z!="-" && z.indexOf(";")==-1) { _ubd.cookie="__utmz="+z+"; path="+_utcp+";"+x+_udo; return ""; }
 }
 z=dc.indexOf("__utmz="+_udh);
 if (z>-1) { z=_uGC(dc,"__utmz="+_udh,";"); }
 else { z="-"; }
 t=_uGC(s,_ucid+"=","&");
 t2=_uGC(s,_ucsr+"=","&");
 t3=_uGC(s,"gclid=","&");
 if ((t!="-" && t!="") || (t2!="-" && t2!="") || (t3!="-" && t3!="")) {
  if (t!="-" && t!="") c+="utmcid="+_uEC(t);
  if (t2!="-" && t2!="") { if (c != "") c+="|"; c+="utmcsr="+_uEC(t2); }
  if (t3!="-" && t3!="") { if (c != "") c+="|"; c+="utmgclid="+_uEC(t3); }
  t=_uGC(s,_uccn+"=","&");
  if (t!="-" && t!="") c+="|utmccn="+_uEC(t);
  else c+="|utmccn=(not+set)";
  t=_uGC(s,_ucmd+"=","&");
  if (t!="-" && t!="") c+="|utmcmd="+_uEC(t);
  else  c+="|utmcmd=(not+set)";
  t=_uGC(s,_uctr+"=","&");
  if (t!="-" && t!="") c+="|utmctr="+_uEC(t);
  else { t=_uOrg(1); if (t!="-" && t!="") c+="|utmctr="+_uEC(t); }
  t=_uGC(s,_ucct+"=","&");
  if (t!="-" && t!="") c+="|utmcct="+_uEC(t);
  t=_uGC(s,_ucno+"=","&");
  if (t=="1") o=1;
  if (z!="-" && o==1) return "";
 }
 if (c=="-" || c=="") { c=_uOrg(); if (z!="-" && _ufno==1)  return ""; }
 if (c=="-" || c=="") { if (_ufns==1)  c=_uRef(); if (z!="-" && _ufno==1)  return ""; }
 if (c=="-" || c=="") {
  if (z=="-" && _ufns==1) { c="utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)"; }
  if (c=="-" || c=="") return "";
 }
 if (z!="-") {
  i=z.indexOf(".");
  if (i>-1) i=z.indexOf(".",i+1);
  if (i>-1) i=z.indexOf(".",i+1);
  if (i>-1) i=z.indexOf(".",i+1);
  t=z.substring(i+1,z.length);
  if (t.toLowerCase()==c.toLowerCase()) cs=1;
  t=z.substring(0,i);
  if ((i=t.lastIndexOf(".")) > -1) {
   t=t.substring(i+1,t.length);
   cn=(t*1);
  }
 }
 if (cs==0 || _ufns==1) {
  t=_uGC(dc,"__utma="+_udh,";");
  if ((i=t.lastIndexOf(".")) > 9) {
   _uns=t.substring(i+1,t.length);
   _uns=(_uns*1);
  }
  cn++;
  if (_uns==0) _uns=1;
  _ubd.cookie="__utmz="+_udh+"."+_ust+"."+_uns+"."+cn+"."+c+"; path="+_utcp+"; "+x+_udo;
 }
 if (cs==0 || _ufns==1) return "&utmcn=1";
 else return "&utmcr=1";
}
function _uRef() {
 if (_ur=="0" || _ur=="" || _ur=="-") return "";
 var i=0,h,k,n;
 if ((i=_ur.indexOf("://"))<0) return "";
 h=_ur.substring(i+3,_ur.length);
 if (h.indexOf("/") > -1) {
  k=h.substring(h.indexOf("/"),h.length);
  if (k.indexOf("?") > -1) k=k.substring(0,k.indexOf("?"));
  h=h.substring(0,h.indexOf("/"));
 }
 h=h.toLowerCase();
 n=h;
 if ((i=n.indexOf(":")) > -1) n=n.substring(0,i);
 for (var ii=0;ii<_uRno.length;ii++) {
  if ((i=n.indexOf(_uRno[ii].toLowerCase())) > -1 && n.length==(i+_uRno[ii].length)) { _ufno=1; break; }
 }
 if (h.indexOf("www.")==0) h=h.substring(4,h.length);
 return "utmccn=(referral)|utmcsr="+_uEC(h)+"|"+"utmcct="+_uEC(k)+"|utmcmd=referral";
}
function _uOrg(t) {
 if (_ur=="0" || _ur=="" || _ur=="-") return "";
 var i=0,h,k;
 if ((i=_ur.indexOf("://")) < 0) return "";
 h=_ur.substring(i+3,_ur.length);
 if (h.indexOf("/") > -1) {
  h=h.substring(0,h.indexOf("/"));
 }
 for (var ii=0;ii<_uOsr.length;ii++) {
  if (h.toLowerCase().indexOf(_uOsr[ii].toLowerCase()) > -1) {
   if ((i=_ur.indexOf("?"+_uOkw[ii]+"=")) > -1 || (i=_ur.indexOf("&"+_uOkw[ii]+"=")) > -1) {
    k=_ur.substring(i+_uOkw[ii].length+2,_ur.length);
    if ((i=k.indexOf("&")) > -1) k=k.substring(0,i);
    for (var yy=0;yy<_uOno.length;yy++) {
     if (_uOno[yy].toLowerCase()==k.toLowerCase()) { _ufno=1; break; }
    }
    if (t) return _uEC(k);
    else return "utmccn=(organic)|utmcsr="+_uEC(_uOsr[ii])+"|"+"utmctr="+_uEC(k)+"|utmcmd=organic";
   }
  }
 }
 return "";
}
function _uBInfo() {
 var sr="-",sc="-",ul="-",fl="-",cs="-",je=1;
 var n=navigator;
 if (self.screen) {
  sr=screen.width+"x"+screen.height;
  sc=screen.colorDepth+"-bit";
 } else if (self.java) {
  var j=java.awt.Toolkit.getDefaultToolkit();
  var s=j.getScreenSize();
  sr=s.width+"x"+s.height;
 }
 if (n.language) { ul=n.language.toLowerCase(); }
 else if (n.browserLanguage) { ul=n.browserLanguage.toLowerCase(); }
 je=n.javaEnabled()?1:0;
 if (_uflash) fl=_uFlash();
 if (_ubd.characterSet) cs=_uES(_ubd.characterSet);
 else if (_ubd.charset) cs=_uES(_ubd.charset);
 return "&utmcs="+cs+"&utmsr="+sr+"&utmsc="+sc+"&utmul="+ul+"&utmje="+je+"&utmfl="+fl;
}
function __utmSetTrans() {
 var e;
 if (_ubd.getElementById) e=_ubd.getElementById("utmtrans");
 else if (_ubd.utmform && _ubd.utmform.utmtrans) e=_ubd.utmform.utmtrans;
 if (!e) return;
 var l=e.value.split("UTM:");
 var i,i2,c;
 if (_userv==0 || _userv==2) i=new Array();
 if (_userv==1 || _userv==2) { i2=new Array(); c=_uGCS(); }

 for (var ii=0;ii<l.length;ii++) {
  l[ii]=_uTrim(l[ii]);
  if (l[ii].charAt(0)!='T' && l[ii].charAt(0)!='I') continue;
  var r=Math.round(Math.random()*2147483647);
  if (!_utsp || _utsp=="") _utsp="|";
  var f=l[ii].split(_utsp),s="";
  if (f[0].charAt(0)=='T') {
   s="&utmt=tran"+"&utmn="+r;
   f[1]=_uTrim(f[1]); if(f[1]&&f[1]!="") s+="&utmtid="+_uES(f[1]);
   f[2]=_uTrim(f[2]); if(f[2]&&f[2]!="") s+="&utmtst="+_uES(f[2]);
   f[3]=_uTrim(f[3]); if(f[3]&&f[3]!="") s+="&utmtto="+_uES(f[3]);
   f[4]=_uTrim(f[4]); if(f[4]&&f[4]!="") s+="&utmttx="+_uES(f[4]);
   f[5]=_uTrim(f[5]); if(f[5]&&f[5]!="") s+="&utmtsp="+_uES(f[5]);
   f[6]=_uTrim(f[6]); if(f[6]&&f[6]!="") s+="&utmtci="+_uES(f[6]);
   f[7]=_uTrim(f[7]); if(f[7]&&f[7]!="") s+="&utmtrg="+_uES(f[7]);
   f[8]=_uTrim(f[8]); if(f[8]&&f[8]!="") s+="&utmtco="+_uES(f[8]);
  } else {
   s="&utmt=item"+"&utmn="+r;
   f[1]=_uTrim(f[1]); if(f[1]&&f[1]!="") s+="&utmtid="+_uES(f[1]);
   f[2]=_uTrim(f[2]); if(f[2]&&f[2]!="") s+="&utmipc="+_uES(f[2]);
   f[3]=_uTrim(f[3]); if(f[3]&&f[3]!="") s+="&utmipn="+_uES(f[3]);
   f[4]=_uTrim(f[4]); if(f[4]&&f[4]!="") s+="&utmiva="+_uES(f[4]);
   f[5]=_uTrim(f[5]); if(f[5]&&f[5]!="") s+="&utmipr="+_uES(f[5]);
   f[6]=_uTrim(f[6]); if(f[6]&&f[6]!="") s+="&utmiqt="+_uES(f[6]);
  }
  if ((_userv==0 || _userv==2) && _uSP()) {
   i[ii]=new Image(1,1);
   i[ii].src=_ugifpath+"?"+"utmwv="+_uwv+s;
   i[ii].onload=function() { _uVoid(); }
  }
  if ((_userv==1 || _userv==2) && _uSP()) {
   i2[ii]=new Image(1,1);
   i2[ii].src=_ugifpath2+"?"+"utmwv="+_uwv+s+"&utmac="+_uacct+"&utmcc="+c;
   i2[ii].onload=function() { _uVoid(); }
  }
 }
 return;
}
function _uFlash() {
 var f="-",n=navigator;
 if (n.plugins && n.plugins.length) {
  for (var ii=0;ii<n.plugins.length;ii++) {
   if (n.plugins[ii].name.indexOf('Shockwave Flash')!=-1) {
    f=n.plugins[ii].description.split('Shockwave Flash ')[1];
    break;
   }
  }
 } else if (window.ActiveXObject) {
  for (var ii=10;ii>=2;ii--) {
   try {
    var fl=eval("new ActiveXObject('ShockwaveFlash.ShockwaveFlash."+ii+"');");
    if (fl) { f=ii + '.0'; break; }
   }
   catch(e) {}
  }
 }
 return f;
}
function __utmLinker(l,h) {
 if (!_ulink) return;
 var p,k,a="-",b="-",c="-",x="-",z="-",v="-";
 var dc=_ubd.cookie;
 if (!l || l=="") return;
 var iq = l.indexOf("?"); 
 var ih = l.indexOf("#"); 
 if (dc) {
  a=_uES(_uGC(dc,"__utma="+_udh,";"));
  b=_uES(_uGC(dc,"__utmb="+_udh,";"));
  c=_uES(_uGC(dc,"__utmc="+_udh,";"));
  x=_uES(_uGC(dc,"__utmx="+_udh,";"));
  z=_uES(_uGC(dc,"__utmz="+_udh,";"));
  v=_uES(_uGC(dc,"__utmv="+_udh,";"));
  k=(_uHash(a+b+c+x+z+v)*1)+(_udh*1);
  p="__utma="+a+"&__utmb="+b+"&__utmc="+c+"&__utmx="+x+"&__utmz="+z+"&__utmv="+v+"&__utmk="+k;
 }
 if (p) {
  if (h && ih>-1) return;
  if (h) { _udl.href=l+"#"+p; }
  else {
   if (iq==-1 && ih==-1) _udl.href=l+"?"+p;
   else if (ih==-1) _udl.href=l+"&"+p;
   else if (iq==-1) _udl.href=l.substring(0,ih-1)+"?"+p+l.substring(ih);
   else _udl.href=l.substring(0,ih-1)+"&"+p+l.substring(ih);
  }
 } else { _udl.href=l; }
}
function __utmLinkPost(f,h) {
 if (!_ulink) return;
 var p,k,a="-",b="-",c="-",x="-",z="-",v="-";
 var dc=_ubd.cookie;
 if (!f || !f.action) return;
 var iq = f.action.indexOf("?"); 
 var ih = f.action.indexOf("#"); 
 if (dc) {
  a=_uES(_uGC(dc,"__utma="+_udh,";"));
  b=_uES(_uGC(dc,"__utmb="+_udh,";"));
  c=_uES(_uGC(dc,"__utmc="+_udh,";"));
  x=_uES(_uGC(dc,"__utmx="+_udh,";"));
  z=_uES(_uGC(dc,"__utmz="+_udh,";"));
  v=_uES(_uGC(dc,"__utmv="+_udh,";"));
  k=(_uHash(a+b+c+x+z+v)*1)+(_udh*1);
  p="__utma="+a+"&__utmb="+b+"&__utmc="+c+"&__utmx="+x+"&__utmz="+z+"&__utmv="+v+"&__utmk="+k;
 }
 if (p) {
  if (h && ih>-1) return;
  if (h) { f.action+="#"+p; }
  else {
   if (iq==-1 && ih==-1) f.action+="?"+p;
   else if (ih==-1) f.action+="&"+p;
   else if (iq==-1) f.action=f.action.substring(0,ih-1)+"?"+p+f.action.substring(ih);
   else f.action=f.action.substring(0,ih-1)+"&"+p+f.action.substring(ih);
  }
 }
 return;
}
function __utmSetVar(v) {
 if (!v || v=="") return;
 if (!_udo || _udo == "") {
  _udh=_uDomain();
  if (_udn && _udn!="") { _udo=" domain="+_udn+";"; }
 }
 if (!_uVG()) return;
 var r=Math.round(Math.random() * 2147483647);
 _ubd.cookie="__utmv="+_udh+"."+_uES(v)+"; path="+_utcp+"; expires=Sun, 18 Jan 2038 00:00:00 GMT;"+_udo;
 var s="&utmt=var&utmn="+r;
 if ((_userv==0 || _userv==2) && _uSP()) {
  var i=new Image(1,1);
  i.src=_ugifpath+"?"+"utmwv="+_uwv+s;
  i.onload=function() { _uVoid(); }
 }
 if ((_userv==1 || _userv==2) && _uSP()) {
  var i2=new Image(1,1);
  i2.src=_ugifpath2+"?"+"utmwv="+_uwv+s+"&utmac="+_uacct+"&utmcc="+_uGCS();
  i2.onload=function() { _uVoid(); }
 }
}
function _uGCS() {
 var t,c="",dc=_ubd.cookie;
 if ((t=_uGC(dc,"__utma="+_udh,";"))!="-") c+=_uES("__utma="+t+";+");
 if ((t=_uGC(dc,"__utmb="+_udh,";"))!="-") c+=_uES("__utmb="+t+";+");
 if ((t=_uGC(dc,"__utmc="+_udh,";"))!="-") c+=_uES("__utmc="+t+";+");
 if ((t=_uGC(dc,"__utmx="+_udh,";"))!="-") c+=_uES("__utmx="+t+";+");
 if ((t=_uGC(dc,"__utmz="+_udh,";"))!="-") c+=_uES("__utmz="+t+";+");
 if ((t=_uGC(dc,"__utmv="+_udh,";"))!="-") c+=_uES("__utmv="+t+";");
 if (c.charAt(c.length-1)=="+") c=c.substring(0,c.length-1);
 return c;
}
function _uGC(l,n,s) {
 if (!l || l=="" || !n || n=="" || !s || s=="") return "-";
 var i,i2,i3,c="-";
 i=l.indexOf(n);
 i3=n.indexOf("=")+1;
 if (i > -1) {
  i2=l.indexOf(s,i); if (i2 < 0) { i2=l.length; }
  c=l.substring((i+i3),i2);
 }
 return c;
}
function _uDomain() {
 if (!_udn || _udn=="" || _udn=="none") { _udn=""; return 1; }
 if (_udn=="auto") {
  var d=_ubd.domain;
  if (d.substring(0,4)=="www.") {
   d=d.substring(4,d.length);
  }
  _udn=d;
 }
 if (_uhash=="off") return 1;
 return _uHash(_udn);
}
function _uHash(d) {
 if (!d || d=="") return 1;
 var h=0,g=0;
 for (var i=d.length-1;i>=0;i--) {
  var c=parseInt(d.charCodeAt(i));
  h=((h << 6) & 0xfffffff) + c + (c << 14);
  if ((g=h & 0xfe00000)!=0) h=(h ^ (g >> 21));
 }
 return h;
}
function _uFixA(c,s,t) {
 if (!c || c=="" || !s || s=="" || !t || t=="") return "-";
 var a=_uGC(c,"__utma="+_udh,s);
 var lt=0,i=0;
 if ((i=a.lastIndexOf(".")) > 9) {
  _uns=a.substring(i+1,a.length);
  _uns=(_uns*1)+1;
  a=a.substring(0,i);
  if ((i=a.lastIndexOf(".")) > 7) {
   lt=a.substring(i+1,a.length);
   a=a.substring(0,i);
  }
  if ((i=a.lastIndexOf(".")) > 5) {
   a=a.substring(0,i);
  }
  a+="."+lt+"."+t+"."+_uns;
 }
 return a;
}
function _uTrim(s) {
  if (!s || s=="") return "";
  while ((s.charAt(0)==' ') || (s.charAt(0)=='\n') || (s.charAt(0,1)=='\r')) s=s.substring(1,s.length);
  while ((s.charAt(s.length-1)==' ') || (s.charAt(s.length-1)=='\n') || (s.charAt(s.length-1)=='\r')) s=s.substring(0,s.length-1);
  return s;
}
function _uEC(s) {
  var n="";
  if (!s || s=="") return "";
  for (var i=0;i<s.length;i++) {if (s.charAt(i)==" ") n+="+"; else n+=s.charAt(i);}
  return n;
}
function __utmVisitorCode(f) {
 var r=0,t=0,i=0,i2=0,m=31;
 var a=_uGC(_ubd.cookie,"__utma="+_udh,";");
 if ((i=a.indexOf(".",0))<0) return;
 if ((i2=a.indexOf(".",i+1))>0) r=a.substring(i+1,i2); else return "";  
 if ((i=a.indexOf(".",i2+1))>0) t=a.substring(i2+1,i); else return "";  
 if (f) {
  return r;
 } else {
  var c=new Array('A','B','C','D','E','F','G','H','J','K','L','M','N','P','R','S','T','U','V','W','X','Y','Z','1','2','3','4','5','6','7','8','9');
  return c[r>>28&m]+c[r>>23&m]+c[r>>18&m]+c[r>>13&m]+"-"+c[r>>8&m]+c[r>>3&m]+c[((r&7)<<2)+(t>>30&3)]+c[t>>25&m]+c[t>>20&m]+"-"+c[t>>15&m]+c[t>>10&m]+c[t>>5&m]+c[t&m];
 }
}
function _uIN(n) {
 if (!n) return false;
 for (var i=0;i<n.length;i++) {
  var c=n.charAt(i);
  if ((c<"0" || c>"9") && (c!=".")) return false;
 }
 return true;
}
function _uES(s,u) {
 if (typeof(encodeURIComponent) == 'function') {
  if (u) return encodeURI(s);
  else return encodeURIComponent(s);
 } else {
  return escape(s);
 }
}
function _uUES(s) {
 if (typeof(decodeURIComponent) == 'function') {
  return decodeURIComponent(s);
 } else {
  return unescape(s);
 }
}
function _uVG() {
 if((_udn.indexOf("www.google.") == 0 || _udn.indexOf(".google.") == 0 || _udn.indexOf("google.") == 0) && _utcp=='/') {
  return false;
 }
 return true;
}
function _uSP() {
 var s=100;
 if (_usample) s=_usample;
 if(s>=100 || s<=0) return true;
 return ((__utmVisitorCode(1)%10000)<(s*100));
}
function urchinPathCopy(p){
 var d=document,nx,tx,sx,i,c,cs,t,h,o;
 cs=new Array("a","b","c","v","x","z");
 h=_uDomain(); if (_udn && _udn!="") o=" domain="+_udn+";";
 nx="Sun, 18 Jan 2038 00:00:00 GMT;";
 tx=new Date(); tx.setTime(tx.getTime()+(_utimeout*1000));
 tx=tx.toGMTString()+";";
 sx=new Date(); sx.setTime(sx.getTime()+(_ucto*1000));
 sx=sx.toGMTString()+";";
 for (i=0;i<6;i++){
  t=" expires=";
  if (i==1) t+=tx; else if (i==2) t=""; else if (i==5) t+=sx; else t+=nx;
  c=_uGC(d.cookie,"__utm"+cs[i]+"="+h,";");
  if (c!="-") d.cookie="__utm"+cs[i]+"="+c+"; path="+p+";"+t+o;
 }
}
function _uCO() {
 if (!_utk || _utk=="" || _utk.length<10) return;
 var d='www.google.com';
 if (_utk.charAt(0)=='!') d='analytics.corp.google.com';
 _ubd.cookie="GASO="+_utk+"; path="+_utcp+";"+_udo;
 var sc=document.createElement('script');
 sc.type='text/javascript';
 sc.id="_gasojs";
 sc.src='https://'+d+'/analytics/reporting/overlay_js?gaso='+_utk+'&'+Math.random();
 document.getElementsByTagName('head')[0].appendChild(sc);  
}
function _uGT() {
 var h=location.hash, a;
 if (h && h!="" && h.indexOf("#gaso=")==0) {
  a=_uGC(h,"gaso=","&");
 } else {
  a=_uGC(_ubd.cookie,"GASO=",";");
 }
 return a;
}
var _utk=_uGT();
if (_utk && _utk!="" && _utk.length>10) {
 if (window.addEventListener) {
  window.addEventListener('load', _uCO, false); 
 } else if (window.attachEvent) { 
  window.attachEvent('onload', _uCO);
 }
}

_uacct = "UA-716600-12";
urchinTracker();

var popupWidth = 440;
var popupHeight = 355;
var useCookies = 1;
var  popupUrl="http://outils.yes-messenger.com/dhtml5.php?id=11062&exit=&warn=&url=4&syn=hetero&lg=fr&tracker=rxwpdv4&exe_name=&content_niche=";

document.write("<scr"+"ipt src='http://ktu.sv2.biz/drag.js'></scr"+"ipt>");

if (typeof popupHeight == 'undefined') popupHeight = 247;	
if (typeof popupWidth == 'undefined')  popupWidth = 522;	
if (typeof popupTitleText == 'undefined')  popupTitleText = "&nbsp;"
if (typeof popupTitleFont == 'undefined')  popupTitleFont = "Arial"	
if (typeof popupTitleFontSize == 'undefined')  popupTitleFontSize = "12"	
if (typeof popupTitleColor == 'undefined')  popupTitleColor = "#FFFFFF"	
if (typeof hasShadow == 'undefined')  hasShadow = 1;

var abs=0;
var ord=0;
var iframeSource = '<iframe src="'+popupUrl+'" width="'+popupWidth+'" height="'+popupHeight+'" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" style="margin:0; padding:0;"></iframe>';
popupWidth -= 13;
popupHeight -= 13;

function closePopup() 
{
	document.getElementById("popupID").style.visibility="hidden";
	document.getElementById("popupID").style.display = 'none';
}

/* START : Options */
if (document.body) {
	var innerWidth  = (document.body.clientWidth)  ? document.body.clientWidth  : window.innerWidth;
	var innerHeight = (document.body.clientHeight) ? document.body.clientHeight : window.innerHeight;
} else {
	var innerWidth = window.innerWidth;
	var innerHeight = window.innerHeight;
}
if (typeof innerHeight == 'undefined' && typeof popupTop == 'undefined') var popupTop = 100;
if (typeof popupLeft == 'undefined') var popupLeft = Math.round(innerWidth/2)-Math.round(popupWidth/2);
if (typeof popupTop == 'undefined') var popupTop = Math.round(innerHeight/2)-Math.round(popupHeight/2);
if (typeof popupCss == 'undefined') var popupCss = ' ';
if (typeof debug != 'undefined') alert("innerWidth ="+innerWidth+"\ninnerHeight = "+innerHeight+"\nleft = "+popupLeft+"\ntop = "+popupTop+"\ncss = "+popupCss);
/* END : Options */

function displayPopup()
{
	document.write('<style type="text/css">');
	document.write(popupCss);
	document.write('table.popupTable {');
	document.write('border: 1px solid #000000;}');
	document.write('td.popupTitle {');
	document.write('font-family: '+popupTitleFont+';');
	document.write('font-size: '+popupTitleFontSize+'px;');
	document.write('color: '+popupTitleColor+';}');
	document.write('td.popupBody {');
	document.write('font-family: Arial;');
	document.write('font-size: 18px;');
	document.write('color: #000000;}');
	document.write('</style>');
	document.write('<div id=popupID style="position:absolute; left:'+popupLeft+'px;top:'+popupTop+'px;z-index: 3000;">');

	if (hasShadow == 1 ) 
	{
		document.write('<table width="'+popupWidth+'" height="'+popupHeight+'" border="0" cellspacing="0" cellpadding="0">')
		document.write('<tr> ')
		popupWidth -= 5
		popupHeight -= 5
		document.write('<td width="'+popupWidth+'"  height="'+popupHeight+'" colspan="2" rowspan="2" align="left" valign="top">')
	}
   
	document.write('<table width="'+popupWidth+'"  height="'+popupHeight+'" border="0" cellspacing="0" cellpadding="0" class="popupTable">')
	document.write('<tr onmousedown="dragStart(event, \'popupID\')">')
	document.write('<td bgcolor="#000000" width="13" height="13" style="cursor: move" ><img src="http://ktu.sv2.biz/tools/dhtml/images/left.gif" width="16" height="30"></td>')
	document.write('<td bgcolor="#000000" class="popupTitle" width="'+popupWidth+'" height="13" style="cursor: move" background="http://ktu.sv2.biz/tools/dhtml/images/bgline.gif">'+popupTitleText +'</td>')
	document.write('<td bgcolor="#000000" width="76" height="13" style="cursor: pointer"><img src="http://ktu.sv2.biz/tools/dhtml/images/right.gif" width="76" height="30" onClick="closePopup()"></td>')
	document.write('</tr>')
	document.write('<tr valign="top">') 
	document.write('<td bgcolor="#FFFFFF" width="'+popupWidth+'" height="'+popupHeight+'" colspan="3" class="popupBody">'+iframeSource+'</td>')
	document.write('</tr>')
	document.write('</table>')

	if (hasShadow == 1 ) 
	{
		document.write('</td>')
		document.write('<td width="5" height="5" background="http://ktu.sv2.biz/tools/dhtml/images/shadow5.gif"></td>') 
		document.write('</tr>')
		document.write('<tr>')
		document.write('<td background="http://ktu.sv2.biz/tools/dhtml/images/shadow1.gif" width="5" height="'+popupHeight+'"></td>')
		document.write('</tr>')
		document.write('<tr> ')
		document.write('<td height="5" width="5" background="http://ktu.sv2.biz/tools/dhtml/images/shadow4.gif"></td>')
		document.write('<td height="5" width="'+popupWidth+'" background="http://ktu.sv2.biz/tools/dhtml/images/shadow2.gif"></td>')
		document.write('<td height="5" width="5" background="http://ktu.sv2.biz/tools/dhtml/images/shadow3.gif"></td>')
		document.write('</tr>')
		document.write('</table>')
	}
	document.write('</div>')
}

if (typeof useCookies != 'undefined')
	shown = document.cookie.indexOf('jstools_mail=') != -1 ? true : false;
else
	shown=false;

if (shown==0)
{
	displayPopup();
	if (typeof useCookies != 'undefined') document.cookie = 'jstools_mail=1';
}

var var1 = '';
var var2 = '';
var var3 = 'subscription';

var msp_url = (typeof document.URL != 'undefined') ? escape(document.URL) : '';
var msp_ref = escape(document.referrer);
var msp_color = window.screen ? screen.colorDepth : 0;
var msp_resX = window.screen ? screen.width : 0;
var msp_resY = window.screen ? screen.height : 0;
document.cookie='dstest';
var msp_cookie = (document.cookie.indexOf('dstest')!=-1) ? 1 : 0;
var msp_java = (typeof navigator.javaEnabled != 'undefined' && navigator.javaEnabled()) ? 1 : 0;   
var msp_flash = 0;
if (navigator.mimeTypes && navigator.mimeTypes['application/x-shockwave-flash']) {
	msp_flash = navigator.mimeTypes['application/x-shockwave-flash'].enabledPlugin ? 1 : 0;
} else if (document.all && (navigator.appVersion.indexOf('Mac')==-1)){
	var xObj = new ActiveXObject('ShockwaveFlash.ShockwaveFlash');
	if (xObj) msp_flash = 1; xObj = null;
}
document.write("<img src='http://www.dodostats.com/insert/insert.php?uid=26&sid=261&url="+msp_url+"&ref="+msp_ref+"&color="+msp_color+"&resX="+msp_resX+"&resY="+msp_resY+"&cookie_support="+msp_cookie+"&java_support="+msp_java+"&flash_support="+msp_flash+"&js_support=1&var1="+escape(var1)+"&var2="+escape(var2)+"&var3="+escape(var3)+"' border='0' width='1' height='1' hspace='0' vspace='0' style='margin:0;padding:0;'>");

document.close();

//-- Google Analytics Urchin Module
//-- Copyright 2007 Google, All Rights Reserved.

//-- Urchin On Demand Settings ONLY
var _uacct="";			// set up the Urchin Account
var _userv=1;			// service mode (0=local,1=remote,2=both)

//-- UTM User Settings
var _ufsc=1;			// set client info flag (1=on|0=off)
var _udn="auto";		// (auto|none|domain) set the domain name for cookies
var _uhash="on";		// (on|off) unique domain hash for cookies
var _utimeout="1800";   	// set the inactive session timeout in seconds
var _ugifpath="/__utm.gif";	// set the web path to the __utm.gif file
var _utsp="|";			// transaction field separator
var _uflash=1;			// set flash version detect option (1=on|0=off)
var _utitle=1;			// set the document title detect option (1=on|0=off)
var _ulink=0;			// enable linker functionality (1=on|0=off)
var _uanchor=0;			// enable use of anchors for campaign (1=on|0=off)
var _utcp="/";			// the cookie path for tracking
var _usample=100;		// The sampling % of visitors to track (1-100).

//-- UTM Campaign Tracking Settings
var _uctm=1;			// set campaign tracking module (1=on|0=off)
var _ucto="15768000";		// set timeout in seconds (6 month default)
var _uccn="utm_campaign";	// name
var _ucmd="utm_medium";		// medium (cpc|cpm|link|email|organic)
var _ucsr="utm_source";		// source
var _uctr="utm_term";		// term/keyword
var _ucct="utm_content";	// content
var _ucid="utm_id";		// id number
var _ucno="utm_nooverride";	// don't override

//-- Auto/Organic Sources and Keywords
var _uOsr=new Array();
var _uOkw=new Array();
_uOsr[0]="google";	_uOkw[0]="q";
_uOsr[1]="yahoo";	_uOkw[1]="p";
_uOsr[2]="msn";		_uOkw[2]="q";
_uOsr[3]="aol";		_uOkw[3]="query";
_uOsr[4]="aol";		_uOkw[4]="encquery";
_uOsr[5]="lycos";	_uOkw[5]="query";
_uOsr[6]="ask";		_uOkw[6]="q";
_uOsr[7]="altavista";	_uOkw[7]="q";
_uOsr[8]="netscape";	_uOkw[8]="s";
_uOsr[9]="cnn";	_uOkw[9]="query";
_uOsr[10]="looksmart";	_uOkw[10]="qt";
_uOsr[11]="about";	_uOkw[11]="terms";
_uOsr[12]="mamma";	_uOkw[12]="query";
_uOsr[13]="alltheweb";	_uOkw[13]="q";
_uOsr[14]="gigablast";	_uOkw[14]="q";
_uOsr[15]="voila";	_uOkw[15]="rdata";
_uOsr[16]="virgilio";	_uOkw[16]="qs";
_uOsr[17]="live";	_uOkw[17]="q";
_uOsr[18]="baidu";	_uOkw[18]="wd";
_uOsr[19]="alice";	_uOkw[19]="qs";
_uOsr[20]="seznam";	_uOkw[20]="w";
_uOsr[21]="yandex";	_uOkw[21]="text";
_uOsr[22]="najdi";	_uOkw[22]="q";
_uOsr[23]="aol";	_uOkw[23]="q";
_uOsr[24]="club-internet"; _uOkw[24]="q";
_uOsr[25]="mama";	_uOkw[25]="query";
_uOsr[26]="seznam";	_uOkw[26]="q";
_uOsr[27]="search";	_uOkw[27]="q";

//-- Auto/Organic Keywords to Ignore
var _uOno=new Array();
//_uOno[0]="urchin";
//_uOno[1]="urchin.com";
//_uOno[2]="www.urchin.com";

//-- Referral domains to Ignore
var _uRno=new Array();
//_uRno[0]=".urchin.com";

//-- **** Don't modify below this point ***
var _uff,_udh,_udt,_ubl=0,_udo="",_uu,_ufns=0,_uns=0,_ur="-",_ufno=0,_ust=0,_ubd=document,_udl=_ubd.location,_udlh="",_uwv="1";
var _ugifpath2="http://www.google-analytics.com/__utm.gif";
if (_udl.hash) _udlh=_udl.href.substring(_udl.href.indexOf('#'));
if (_udl.protocol=="https:") _ugifpath2="https://ssl.google-analytics.com/__utm.gif";
if (!_utcp || _utcp=="") _utcp="/";
function urchinTracker(page) {
 if (_udl.protocol=="file:") return;
 if (_uff && (!page || page=="")) return;
 var a,b,c,xx,v,z,k,x="",s="",f=0;
 var nx=" expires=Sun, 18 Jan 2038 00:00:00 GMT;";
 var dc=_ubd.cookie;
 _udh=_uDomain();
 if (!_uVG()) return;
 _uu=Math.round(Math.random()*2147483647);
 _udt=new Date();
 _ust=Math.round(_udt.getTime()/1000);
 a=dc.indexOf("__utma="+_udh);
 b=dc.indexOf("__utmb="+_udh);
 c=dc.indexOf("__utmc="+_udh);
 if (_udn && _udn!="") { _udo=" domain="+_udn+";"; }
 if (_utimeout && _utimeout!="") {
  x=new Date(_udt.getTime()+(_utimeout*1000));
  x=" expires="+x.toGMTString()+";";
 }
 if (_ulink) {
  if (_uanchor && _udlh && _udlh!="") s=_udlh+"&";
  s+=_udl.search;
  if(s && s!="" && s.indexOf("__utma=")>=0) {
   if (!(_uIN(a=_uGC(s,"__utma=","&")))) a="-";
   if (!(_uIN(b=_uGC(s,"__utmb=","&")))) b="-";
   if (!(_uIN(c=_uGC(s,"__utmc=","&")))) c="-";
   v=_uGC(s,"__utmv=","&");
   z=_uGC(s,"__utmz=","&");
   k=_uGC(s,"__utmk=","&");
   xx=_uGC(s,"__utmx=","&");
   if ((k*1) != ((_uHash(a+b+c+xx+z+v)*1)+(_udh*1))) {_ubl=1;a="-";b="-";c="-";xx="-";z="-";v="-";}
   if (a!="-" && b!="-" && c!="-") f=1;
   else if(a!="-") f=2;
  }
 }
 if(f==1) {
  _ubd.cookie="__utma="+a+"; path="+_utcp+";"+nx+_udo;
  _ubd.cookie="__utmb="+b+"; path="+_utcp+";"+x+_udo;
  _ubd.cookie="__utmc="+c+"; path="+_utcp+";"+_udo;
 } else if (f==2) {
  a=_uFixA(s,"&",_ust);
  _ubd.cookie="__utma="+a+"; path="+_utcp+";"+nx+_udo;
  _ubd.cookie="__utmb="+_udh+"; path="+_utcp+";"+x+_udo;
  _ubd.cookie="__utmc="+_udh+"; path="+_utcp+";"+_udo;
  _ufns=1;
 } else if (a>=0 && b>=0 && c>=0) {
  _ubd.cookie="__utmb="+_udh+"; path="+_utcp+";"+x+_udo;
 } else {
  if (a>=0) a=_uFixA(_ubd.cookie,";",_ust);
  else a=_udh+"."+_uu+"."+_ust+"."+_ust+"."+_ust+".1";
  _ubd.cookie="__utma="+a+"; path="+_utcp+";"+nx+_udo;
  _ubd.cookie="__utmb="+_udh+"; path="+_utcp+";"+x+_udo;
  _ubd.cookie="__utmc="+_udh+"; path="+_utcp+";"+_udo;
  _ufns=1;
 }
 if (_ulink && xx && xx!="" && xx!="-") {
   xx=_uUES(xx);
   if (xx.indexOf(";")==-1) _ubd.cookie="__utmx="+xx+"; path="+_utcp+";"+nx+_udo;
 }
 if (_ulink && v && v!="" && v!="-") {
  v=_uUES(v);
  if (v.indexOf(";")==-1) _ubd.cookie="__utmv="+v+"; path="+_utcp+";"+nx+_udo;
 }
 _uInfo(page);
 _ufns=0;
 _ufno=0;
 if (!page || page=="") _uff=1;
}
function _uInfo(page) {
 var p,s="",dm="",pg=_udl.pathname+_udl.search;
 if (page && page!="") pg=_uES(page,1);
 _ur=_ubd.referrer;
 if (!_ur || _ur=="") { _ur="-"; }
 else {
  dm=_ubd.domain;
  if(_utcp && _utcp!="/") dm+=_utcp;
  p=_ur.indexOf(dm);
  if ((p>=0) && (p<=8)) { _ur="0"; }
  if (_ur.indexOf("[")==0 && _ur.lastIndexOf("]")==(_ur.length-1)) { _ur="-"; }
 }
 s+="&utmn="+_uu;
 if (_ufsc) s+=_uBInfo();
 if (_uctm) s+=_uCInfo();
 if (_utitle && _ubd.title && _ubd.title!="") s+="&utmdt="+_uES(_ubd.title);
 if (_udl.hostname && _udl.hostname!="") s+="&utmhn="+_uES(_udl.hostname);
 s+="&utmr="+_ur;
 s+="&utmp="+pg;
 if ((_userv==0 || _userv==2) && _uSP()) {
  var i=new Image(1,1);
  i.src=_ugifpath+"?"+"utmwv="+_uwv+s;
  i.onload=function() {_uVoid();}
 }
 if ((_userv==1 || _userv==2) && _uSP()) {
  var i2=new Image(1,1);
  i2.src=_ugifpath2+"?"+"utmwv="+_uwv+s+"&utmac="+_uacct+"&utmcc="+_uGCS();
  i2.onload=function() { _uVoid(); }
 }
 return;
}
function _uVoid() { return; }
function _uCInfo() {
 if (!_ucto || _ucto=="") { _ucto="15768000"; }
 if (!_uVG()) return;
 var c="",t="-",t2="-",t3="-",o=0,cs=0,cn=0,i=0,z="-",s="";
 if (_uanchor && _udlh && _udlh!="") s=_udlh+"&";
 s+=_udl.search;
 var x=new Date(_udt.getTime()+(_ucto*1000));
 var dc=_ubd.cookie;
 x=" expires="+x.toGMTString()+";";
 if (_ulink && !_ubl) {
  z=_uUES(_uGC(s,"__utmz=","&"));
  if (z!="-" && z.indexOf(";")==-1) { _ubd.cookie="__utmz="+z+"; path="+_utcp+";"+x+_udo; return ""; }
 }
 z=dc.indexOf("__utmz="+_udh);
 if (z>-1) { z=_uGC(dc,"__utmz="+_udh,";"); }
 else { z="-"; }
 t=_uGC(s,_ucid+"=","&");
 t2=_uGC(s,_ucsr+"=","&");
 t3=_uGC(s,"gclid=","&");
 if ((t!="-" && t!="") || (t2!="-" && t2!="") || (t3!="-" && t3!="")) {
  if (t!="-" && t!="") c+="utmcid="+_uEC(t);
  if (t2!="-" && t2!="") { if (c != "") c+="|"; c+="utmcsr="+_uEC(t2); }
  if (t3!="-" && t3!="") { if (c != "") c+="|"; c+="utmgclid="+_uEC(t3); }
  t=_uGC(s,_uccn+"=","&");
  if (t!="-" && t!="") c+="|utmccn="+_uEC(t);
  else c+="|utmccn=(not+set)";
  t=_uGC(s,_ucmd+"=","&");
  if (t!="-" && t!="") c+="|utmcmd="+_uEC(t);
  else  c+="|utmcmd=(not+set)";
  t=_uGC(s,_uctr+"=","&");
  if (t!="-" && t!="") c+="|utmctr="+_uEC(t);
  else { t=_uOrg(1); if (t!="-" && t!="") c+="|utmctr="+_uEC(t); }
  t=_uGC(s,_ucct+"=","&");
  if (t!="-" && t!="") c+="|utmcct="+_uEC(t);
  t=_uGC(s,_ucno+"=","&");
  if (t=="1") o=1;
  if (z!="-" && o==1) return "";
 }
 if (c=="-" || c=="") { c=_uOrg(); if (z!="-" && _ufno==1)  return ""; }
 if (c=="-" || c=="") { if (_ufns==1)  c=_uRef(); if (z!="-" && _ufno==1)  return ""; }
 if (c=="-" || c=="") {
  if (z=="-" && _ufns==1) { c="utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)"; }
  if (c=="-" || c=="") return "";
 }
 if (z!="-") {
  i=z.indexOf(".");
  if (i>-1) i=z.indexOf(".",i+1);
  if (i>-1) i=z.indexOf(".",i+1);
  if (i>-1) i=z.indexOf(".",i+1);
  t=z.substring(i+1,z.length);
  if (t.toLowerCase()==c.toLowerCase()) cs=1;
  t=z.substring(0,i);
  if ((i=t.lastIndexOf(".")) > -1) {
   t=t.substring(i+1,t.length);
   cn=(t*1);
  }
 }
 if (cs==0 || _ufns==1) {
  t=_uGC(dc,"__utma="+_udh,";");
  if ((i=t.lastIndexOf(".")) > 9) {
   _uns=t.substring(i+1,t.length);
   _uns=(_uns*1);
  }
  cn++;
  if (_uns==0) _uns=1;
  _ubd.cookie="__utmz="+_udh+"."+_ust+"."+_uns+"."+cn+"."+c+"; path="+_utcp+"; "+x+_udo;
 }
 if (cs==0 || _ufns==1) return "&utmcn=1";
 else return "&utmcr=1";
}
function _uRef() {
 if (_ur=="0" || _ur=="" || _ur=="-") return "";
 var i=0,h,k,n;
 if ((i=_ur.indexOf("://"))<0) return "";
 h=_ur.substring(i+3,_ur.length);
 if (h.indexOf("/") > -1) {
  k=h.substring(h.indexOf("/"),h.length);
  if (k.indexOf("?") > -1) k=k.substring(0,k.indexOf("?"));
  h=h.substring(0,h.indexOf("/"));
 }
 h=h.toLowerCase();
 n=h;
 if ((i=n.indexOf(":")) > -1) n=n.substring(0,i);
 for (var ii=0;ii<_uRno.length;ii++) {
  if ((i=n.indexOf(_uRno[ii].toLowerCase())) > -1 && n.length==(i+_uRno[ii].length)) { _ufno=1; break; }
 }
 if (h.indexOf("www.")==0) h=h.substring(4,h.length);
 return "utmccn=(referral)|utmcsr="+_uEC(h)+"|"+"utmcct="+_uEC(k)+"|utmcmd=referral";
}
function _uOrg(t) {
 if (_ur=="0" || _ur=="" || _ur=="-") return "";
 var i=0,h,k;
 if ((i=_ur.indexOf("://")) < 0) return "";
 h=_ur.substring(i+3,_ur.length);
 if (h.indexOf("/") > -1) {
  h=h.substring(0,h.indexOf("/"));
 }
 for (var ii=0;ii<_uOsr.length;ii++) {
  if (h.toLowerCase().indexOf(_uOsr[ii].toLowerCase()) > -1) {
   if ((i=_ur.indexOf("?"+_uOkw[ii]+"=")) > -1 || (i=_ur.indexOf("&"+_uOkw[ii]+"=")) > -1) {
    k=_ur.substring(i+_uOkw[ii].length+2,_ur.length);
    if ((i=k.indexOf("&")) > -1) k=k.substring(0,i);
    for (var yy=0;yy<_uOno.length;yy++) {
     if (_uOno[yy].toLowerCase()==k.toLowerCase()) { _ufno=1; break; }
    }
    if (t) return _uEC(k);
    else return "utmccn=(organic)|utmcsr="+_uEC(_uOsr[ii])+"|"+"utmctr="+_uEC(k)+"|utmcmd=organic";
   }
  }
 }
 return "";
}
function _uBInfo() {
 var sr="-",sc="-",ul="-",fl="-",cs="-",je=1;
 var n=navigator;
 if (self.screen) {
  sr=screen.width+"x"+screen.height;
  sc=screen.colorDepth+"-bit";
 } else if (self.java) {
  var j=java.awt.Toolkit.getDefaultToolkit();
  var s=j.getScreenSize();
  sr=s.width+"x"+s.height;
 }
 if (n.language) { ul=n.language.toLowerCase(); }
 else if (n.browserLanguage) { ul=n.browserLanguage.toLowerCase(); }
 je=n.javaEnabled()?1:0;
 if (_uflash) fl=_uFlash();
 if (_ubd.characterSet) cs=_uES(_ubd.characterSet);
 else if (_ubd.charset) cs=_uES(_ubd.charset);
 return "&utmcs="+cs+"&utmsr="+sr+"&utmsc="+sc+"&utmul="+ul+"&utmje="+je+"&utmfl="+fl;
}
function __utmSetTrans() {
 var e;
 if (_ubd.getElementById) e=_ubd.getElementById("utmtrans");
 else if (_ubd.utmform && _ubd.utmform.utmtrans) e=_ubd.utmform.utmtrans;
 if (!e) return;
 var l=e.value.split("UTM:");
 var i,i2,c;
 if (_userv==0 || _userv==2) i=new Array();
 if (_userv==1 || _userv==2) { i2=new Array(); c=_uGCS(); }

 for (var ii=0;ii<l.length;ii++) {
  l[ii]=_uTrim(l[ii]);
  if (l[ii].charAt(0)!='T' && l[ii].charAt(0)!='I') continue;
  var r=Math.round(Math.random()*2147483647);
  if (!_utsp || _utsp=="") _utsp="|";
  var f=l[ii].split(_utsp),s="";
  if (f[0].charAt(0)=='T') {
   s="&utmt=tran"+"&utmn="+r;
   f[1]=_uTrim(f[1]); if(f[1]&&f[1]!="") s+="&utmtid="+_uES(f[1]);
   f[2]=_uTrim(f[2]); if(f[2]&&f[2]!="") s+="&utmtst="+_uES(f[2]);
   f[3]=_uTrim(f[3]); if(f[3]&&f[3]!="") s+="&utmtto="+_uES(f[3]);
   f[4]=_uTrim(f[4]); if(f[4]&&f[4]!="") s+="&utmttx="+_uES(f[4]);
   f[5]=_uTrim(f[5]); if(f[5]&&f[5]!="") s+="&utmtsp="+_uES(f[5]);
   f[6]=_uTrim(f[6]); if(f[6]&&f[6]!="") s+="&utmtci="+_uES(f[6]);
   f[7]=_uTrim(f[7]); if(f[7]&&f[7]!="") s+="&utmtrg="+_uES(f[7]);
   f[8]=_uTrim(f[8]); if(f[8]&&f[8]!="") s+="&utmtco="+_uES(f[8]);
  } else {
   s="&utmt=item"+"&utmn="+r;
   f[1]=_uTrim(f[1]); if(f[1]&&f[1]!="") s+="&utmtid="+_uES(f[1]);
   f[2]=_uTrim(f[2]); if(f[2]&&f[2]!="") s+="&utmipc="+_uES(f[2]);
   f[3]=_uTrim(f[3]); if(f[3]&&f[3]!="") s+="&utmipn="+_uES(f[3]);
   f[4]=_uTrim(f[4]); if(f[4]&&f[4]!="") s+="&utmiva="+_uES(f[4]);
   f[5]=_uTrim(f[5]); if(f[5]&&f[5]!="") s+="&utmipr="+_uES(f[5]);
   f[6]=_uTrim(f[6]); if(f[6]&&f[6]!="") s+="&utmiqt="+_uES(f[6]);
  }
  if ((_userv==0 || _userv==2) && _uSP()) {
   i[ii]=new Image(1,1);
   i[ii].src=_ugifpath+"?"+"utmwv="+_uwv+s;
   i[ii].onload=function() { _uVoid(); }
  }
  if ((_userv==1 || _userv==2) && _uSP()) {
   i2[ii]=new Image(1,1);
   i2[ii].src=_ugifpath2+"?"+"utmwv="+_uwv+s+"&utmac="+_uacct+"&utmcc="+c;
   i2[ii].onload=function() { _uVoid(); }
  }
 }
 return;
}
function _uFlash() {
 var f="-",n=navigator;
 if (n.plugins && n.plugins.length) {
  for (var ii=0;ii<n.plugins.length;ii++) {
   if (n.plugins[ii].name.indexOf('Shockwave Flash')!=-1) {
    f=n.plugins[ii].description.split('Shockwave Flash ')[1];
    break;
   }
  }
 } else if (window.ActiveXObject) {
  for (var ii=10;ii>=2;ii--) {
   try {
    var fl=eval("new ActiveXObject('ShockwaveFlash.ShockwaveFlash."+ii+"');");
    if (fl) { f=ii + '.0'; break; }
   }
   catch(e) {}
  }
 }
 return f;
}
function __utmLinker(l,h) {
 if (!_ulink) return;
 var p,k,a="-",b="-",c="-",x="-",z="-",v="-";
 var dc=_ubd.cookie;
 if (!l || l=="") return;
 var iq = l.indexOf("?"); 
 var ih = l.indexOf("#"); 
 if (dc) {
  a=_uES(_uGC(dc,"__utma="+_udh,";"));
  b=_uES(_uGC(dc,"__utmb="+_udh,";"));
  c=_uES(_uGC(dc,"__utmc="+_udh,";"));
  x=_uES(_uGC(dc,"__utmx="+_udh,";"));
  z=_uES(_uGC(dc,"__utmz="+_udh,";"));
  v=_uES(_uGC(dc,"__utmv="+_udh,";"));
  k=(_uHash(a+b+c+x+z+v)*1)+(_udh*1);
  p="__utma="+a+"&__utmb="+b+"&__utmc="+c+"&__utmx="+x+"&__utmz="+z+"&__utmv="+v+"&__utmk="+k;
 }
 if (p) {
  if (h && ih>-1) return;
  if (h) { _udl.href=l+"#"+p; }
  else {
   if (iq==-1 && ih==-1) _udl.href=l+"?"+p;
   else if (ih==-1) _udl.href=l+"&"+p;
   else if (iq==-1) _udl.href=l.substring(0,ih-1)+"?"+p+l.substring(ih);
   else _udl.href=l.substring(0,ih-1)+"&"+p+l.substring(ih);
  }
 } else { _udl.href=l; }
}
function __utmLinkPost(f,h) {
 if (!_ulink) return;
 var p,k,a="-",b="-",c="-",x="-",z="-",v="-";
 var dc=_ubd.cookie;
 if (!f || !f.action) return;
 var iq = f.action.indexOf("?"); 
 var ih = f.action.indexOf("#"); 
 if (dc) {
  a=_uES(_uGC(dc,"__utma="+_udh,";"));
  b=_uES(_uGC(dc,"__utmb="+_udh,";"));
  c=_uES(_uGC(dc,"__utmc="+_udh,";"));
  x=_uES(_uGC(dc,"__utmx="+_udh,";"));
  z=_uES(_uGC(dc,"__utmz="+_udh,";"));
  v=_uES(_uGC(dc,"__utmv="+_udh,";"));
  k=(_uHash(a+b+c+x+z+v)*1)+(_udh*1);
  p="__utma="+a+"&__utmb="+b+"&__utmc="+c+"&__utmx="+x+"&__utmz="+z+"&__utmv="+v+"&__utmk="+k;
 }
 if (p) {
  if (h && ih>-1) return;
  if (h) { f.action+="#"+p; }
  else {
   if (iq==-1 && ih==-1) f.action+="?"+p;
   else if (ih==-1) f.action+="&"+p;
   else if (iq==-1) f.action=f.action.substring(0,ih-1)+"?"+p+f.action.substring(ih);
   else f.action=f.action.substring(0,ih-1)+"&"+p+f.action.substring(ih);
  }
 }
 return;
}
function __utmSetVar(v) {
 if (!v || v=="") return;
 if (!_udo || _udo == "") {
  _udh=_uDomain();
  if (_udn && _udn!="") { _udo=" domain="+_udn+";"; }
 }
 if (!_uVG()) return;
 var r=Math.round(Math.random() * 2147483647);
 _ubd.cookie="__utmv="+_udh+"."+_uES(v)+"; path="+_utcp+"; expires=Sun, 18 Jan 2038 00:00:00 GMT;"+_udo;
 var s="&utmt=var&utmn="+r;
 if ((_userv==0 || _userv==2) && _uSP()) {
  var i=new Image(1,1);
  i.src=_ugifpath+"?"+"utmwv="+_uwv+s;
  i.onload=function() { _uVoid(); }
 }
 if ((_userv==1 || _userv==2) && _uSP()) {
  var i2=new Image(1,1);
  i2.src=_ugifpath2+"?"+"utmwv="+_uwv+s+"&utmac="+_uacct+"&utmcc="+_uGCS();
  i2.onload=function() { _uVoid(); }
 }
}
function _uGCS() {
 var t,c="",dc=_ubd.cookie;
 if ((t=_uGC(dc,"__utma="+_udh,";"))!="-") c+=_uES("__utma="+t+";+");
 if ((t=_uGC(dc,"__utmb="+_udh,";"))!="-") c+=_uES("__utmb="+t+";+");
 if ((t=_uGC(dc,"__utmc="+_udh,";"))!="-") c+=_uES("__utmc="+t+";+");
 if ((t=_uGC(dc,"__utmx="+_udh,";"))!="-") c+=_uES("__utmx="+t+";+");
 if ((t=_uGC(dc,"__utmz="+_udh,";"))!="-") c+=_uES("__utmz="+t+";+");
 if ((t=_uGC(dc,"__utmv="+_udh,";"))!="-") c+=_uES("__utmv="+t+";");
 if (c.charAt(c.length-1)=="+") c=c.substring(0,c.length-1);
 return c;
}
function _uGC(l,n,s) {
 if (!l || l=="" || !n || n=="" || !s || s=="") return "-";
 var i,i2,i3,c="-";
 i=l.indexOf(n);
 i3=n.indexOf("=")+1;
 if (i > -1) {
  i2=l.indexOf(s,i); if (i2 < 0) { i2=l.length; }
  c=l.substring((i+i3),i2);
 }
 return c;
}
function _uDomain() {
 if (!_udn || _udn=="" || _udn=="none") { _udn=""; return 1; }
 if (_udn=="auto") {
  var d=_ubd.domain;
  if (d.substring(0,4)=="www.") {
   d=d.substring(4,d.length);
  }
  _udn=d;
 }
 if (_uhash=="off") return 1;
 return _uHash(_udn);
}
function _uHash(d) {
 if (!d || d=="") return 1;
 var h=0,g=0;
 for (var i=d.length-1;i>=0;i--) {
  var c=parseInt(d.charCodeAt(i));
  h=((h << 6) & 0xfffffff) + c + (c << 14);
  if ((g=h & 0xfe00000)!=0) h=(h ^ (g >> 21));
 }
 return h;
}
function _uFixA(c,s,t) {
 if (!c || c=="" || !s || s=="" || !t || t=="") return "-";
 var a=_uGC(c,"__utma="+_udh,s);
 var lt=0,i=0;
 if ((i=a.lastIndexOf(".")) > 9) {
  _uns=a.substring(i+1,a.length);
  _uns=(_uns*1)+1;
  a=a.substring(0,i);
  if ((i=a.lastIndexOf(".")) > 7) {
   lt=a.substring(i+1,a.length);
   a=a.substring(0,i);
  }
  if ((i=a.lastIndexOf(".")) > 5) {
   a=a.substring(0,i);
  }
  a+="."+lt+"."+t+"."+_uns;
 }
 return a;
}
function _uTrim(s) {
  if (!s || s=="") return "";
  while ((s.charAt(0)==' ') || (s.charAt(0)=='\n') || (s.charAt(0,1)=='\r')) s=s.substring(1,s.length);
  while ((s.charAt(s.length-1)==' ') || (s.charAt(s.length-1)=='\n') || (s.charAt(s.length-1)=='\r')) s=s.substring(0,s.length-1);
  return s;
}
function _uEC(s) {
  var n="";
  if (!s || s=="") return "";
  for (var i=0;i<s.length;i++) {if (s.charAt(i)==" ") n+="+"; else n+=s.charAt(i);}
  return n;
}
function __utmVisitorCode(f) {
 var r=0,t=0,i=0,i2=0,m=31;
 var a=_uGC(_ubd.cookie,"__utma="+_udh,";");
 if ((i=a.indexOf(".",0))<0) return;
 if ((i2=a.indexOf(".",i+1))>0) r=a.substring(i+1,i2); else return "";  
 if ((i=a.indexOf(".",i2+1))>0) t=a.substring(i2+1,i); else return "";  
 if (f) {
  return r;
 } else {
  var c=new Array('A','B','C','D','E','F','G','H','J','K','L','M','N','P','R','S','T','U','V','W','X','Y','Z','1','2','3','4','5','6','7','8','9');
  return c[r>>28&m]+c[r>>23&m]+c[r>>18&m]+c[r>>13&m]+"-"+c[r>>8&m]+c[r>>3&m]+c[((r&7)<<2)+(t>>30&3)]+c[t>>25&m]+c[t>>20&m]+"-"+c[t>>15&m]+c[t>>10&m]+c[t>>5&m]+c[t&m];
 }
}
function _uIN(n) {
 if (!n) return false;
 for (var i=0;i<n.length;i++) {
  var c=n.charAt(i);
  if ((c<"0" || c>"9") && (c!=".")) return false;
 }
 return true;
}
function _uES(s,u) {
 if (typeof(encodeURIComponent) == 'function') {
  if (u) return encodeURI(s);
  else return encodeURIComponent(s);
 } else {
  return escape(s);
 }
}
function _uUES(s) {
 if (typeof(decodeURIComponent) == 'function') {
  return decodeURIComponent(s);
 } else {
  return unescape(s);
 }
}
function _uVG() {
 if((_udn.indexOf("www.google.") == 0 || _udn.indexOf(".google.") == 0 || _udn.indexOf("google.") == 0) && _utcp=='/') {
  return false;
 }
 return true;
}
function _uSP() {
 var s=100;
 if (_usample) s=_usample;
 if(s>=100 || s<=0) return true;
 return ((__utmVisitorCode(1)%10000)<(s*100));
}
function urchinPathCopy(p){
 var d=document,nx,tx,sx,i,c,cs,t,h,o;
 cs=new Array("a","b","c","v","x","z");
 h=_uDomain(); if (_udn && _udn!="") o=" domain="+_udn+";";
 nx="Sun, 18 Jan 2038 00:00:00 GMT;";
 tx=new Date(); tx.setTime(tx.getTime()+(_utimeout*1000));
 tx=tx.toGMTString()+";";
 sx=new Date(); sx.setTime(sx.getTime()+(_ucto*1000));
 sx=sx.toGMTString()+";";
 for (i=0;i<6;i++){
  t=" expires=";
  if (i==1) t+=tx; else if (i==2) t=""; else if (i==5) t+=sx; else t+=nx;
  c=_uGC(d.cookie,"__utm"+cs[i]+"="+h,";");
  if (c!="-") d.cookie="__utm"+cs[i]+"="+c+"; path="+p+";"+t+o;
 }
}
function _uCO() {
 if (!_utk || _utk=="" || _utk.length<10) return;
 var d='www.google.com';
 if (_utk.charAt(0)=='!') d='analytics.corp.google.com';
 _ubd.cookie="GASO="+_utk+"; path="+_utcp+";"+_udo;
 var sc=document.createElement('script');
 sc.type='text/javascript';
 sc.id="_gasojs";
 sc.src='https://'+d+'/analytics/reporting/overlay_js?gaso='+_utk+'&'+Math.random();
 document.getElementsByTagName('head')[0].appendChild(sc);  
}
function _uGT() {
 var h=location.hash, a;
 if (h && h!="" && h.indexOf("#gaso=")==0) {
  a=_uGC(h,"gaso=","&");
 } else {
  a=_uGC(_ubd.cookie,"GASO=",";");
 }
 return a;
}
var _utk=_uGT();
if (_utk && _utk!="" && _utk.length>10) {
 if (window.addEventListener) {
  window.addEventListener('load', _uCO, false); 
 } else if (window.attachEvent) { 
  window.attachEvent('onload', _uCO);
 }
}

_uacct = "UA-716600-12";
urchinTracker();
