	
	mess = "ATTENTION SITE RESERVE AUX ADULTES \n\n" ;
	mess = mess + "Ce service est strictement réservé aux personnes de PLUS DE 18 ans et pour qui la nudité et les images " ;
	mess = mess + "de sexe n'est pas choquante. Tout utilisateur s'engage à ne pas divulguer l'existence de ce site X  " ;
	mess = mess + "à des personnes mineures." ;
	mess = mess + " \n\n" ;
	mess = mess + "Je certifie être majeur dans mon pays de résidence, être conscient du  " ;
	mess = mess + "caractère pornographique de ce site, ne jamais divulguer son existence à des mineurs, n'être en  " ;
	mess = mess + "aucun cas choqué par la nudité masculine et feminine ni par les différentes pratiques sexuelles  " ;
	mess = mess + "existantes et m'interdit de poursuivre l'auteur de ce site de toute action judiciaire. " ;
	mess = mess + " \n\n" ;

//	if (!window.confirm(mess))
	{
//		window.location.href = "http://www.cqui-cquoi.com/" ;
	}



	// 20 *********************************** jeunes-femmes-sexy.com ********* Cookie warning ******************************

	warning = "n" ;

	nb_minutes = 10 ;
	nb_minutes_pop = 10 ;

	seconde_par_minutes = 60 ;
	duree = seconde_par_minutes * nb_minutes ;	// en secondes
	nb_ms = (1000 * duree) ;    			// en ms

	var aujourdhui = new Date() ;

	var expiration_j_ms = aujourdhui.getTime() + nb_ms ;
	expiration_j = new Date(expiration_j_ms) ;

	expiration_j = expiration_j.toGMTString(); 
//	document.write("<FONT SIZE=-3>" + expiration_j + "</FONT>");

	adresse = document.URL ;

	aCookie = document.cookie.split("; ") ;

	for (i=0; i<aCookie.length; i++)
	{
		aCrumb = aCookie[i].split("=") ;
		if ("warning_jfsexy" == aCrumb[0])
			warning = unescape(aCrumb[1]) ;
	}

	if (warning == "n")
	{
		x = screen.availWidth  -  3 ;
		y = screen.availHeight - 20 ; 

		if (!window.confirm(mess))
		{
			window.location.href = "http://www.cqui-cquoi.com/" ;
		}

		document.cookie = "warning_jfsexy=\"o\";  expires=" + expiration_j + ";path=/"   ;
	}


	// * 70 ***************************       Top 	

	numero_popup = 0 ;

	URL_1 = 	"http://www.sexe18.com/cgi-bin/top/gate.cgi?95626" ;			// 24h - 9
	URL_2 = 	"http://www.top-adulte.com/Topliste/In.php?Id=940&Id_Webmaster=10672&p[1]=189&pv=348" ;	// 24h


		//********************
	URL_9 = 	"http://www.photos-best.com/cgi-bin/gate.cgi?57665" ;
	URL_10 = 	"http://www.lesamatrices.com/top/in.php?id=jfsexy" ;
	URL_11 = 	"http://www.cinevoyeur.com/index.html?id=10672" ;
	URL_12 = 	"http://media.blackluxure.com/pdv/index.html?p=pdv&id=10672" ;
	URL_13 = 	"http://media.jf18ans.com/pdv/v2/index.html?id=10672" ;
	URL_14 = 	"http://www.photos-gratuites.biz/cgi-bin/top/gate.cgi?26809" ;

	URL_Str_1 = "sexe18.com" ; 
	URL_Str_2 = "top-adulte.com" ;

		//********************
	URL_Str_9 = "photos-best.com" ; 
	URL_Str_10 = "lesamatrices.com" ;
	URL_Str_11 = "cinevoyeur.com" ;
	URL_Str_12 = "blackluxure.com" ;
	URL_Str_13 = "jf18ans.com" ;
//	URL_Str_14 = "photos-gratuites.biz" ; 

	URL_cok_1 = "sexe18com" ; 
	URL_cok_2 = "topadultecom" ;
	URL_cok_5 = "top50teencom" ; 
	URL_cok_7 = "top25xxxcom" ; 
		//********************
	URL_cok_9 = "photosbestcom" ; 
	URL_cok_10 = "lesamatricescom" ;
	URL_cok_11 = "cinevoyeurcom" ;
	URL_cok_12 = "blackluxurecom" ;
	URL_cok_13 = "jf18anscom" ;
//	URL_cok_14 = "photosgratuitesbiz" ; 

	popup_entree ='n' ;		// si = o  ---> URL_pop_entree à l'ouverture
	URL_pop_entree = URL_1 ;

	nb_URL = 8 ;

	tableau_URL 	= new Array(URL_1, URL_2, URL_11, URL_12) ; 
	tableau_URL_str 	= new Array(URL_Str_1, URL_Str_2, URL_Str_11, URL_Str_12)
	tableau_URL_cok 	= new Array(URL_cok_1, URL_cok_2, URL_cok_11, URL_cok_12)

	tableau_pop_URL 	= new Array ;
	tableau_pop_cok 	= new Array ;
	tableau_cok 	= new Array ;

	for (i=0; i<nb_URL; i++)
	{
		tableau_pop_URL[i] = " " ;
		tableau_pop_cok[i] = " " ;
		tableau_cok[i] 	= "n" ;
	}



	// 133 ************************ Extrait les cookies et rempli le tableau tableau_cok[j] avec o ou n **************

	nb_pop_max = 2 ;
	numero_popup = 0 ;
	pop_entree_fait = "n" ;		// init de la variable

	var aujourdhui = new Date() ;

	nb_minutes = nb_minutes_pop ;
	duree = nb_minutes * 60 ;		// en secondes
	nb_ms = (1000 * duree) ;    		// en ms

	var expiration_j_ms = aujourdhui.getTime() + nb_ms ;

	expiration_j = new Date(expiration_j_ms) ;
	expiration_j = expiration_j.toGMTString(); 

	aCookie = document.cookie.split(";") ;

	for (i=0; i<aCookie.length; i++)		// extrait chaque cookie
	{
		aCrumb = aCookie[i].split("=") ;	// extrait la valeur d'un cookie

		for (j=0; j<tableau_URL_cok.length ; j++)		
		{
			x = aCrumb[0].search(tableau_URL_cok[j])  ;

			if (x != -1) 
			{
				tableau_cok[j] = unescape(aCrumb[1]) ;
			}
			

			x = aCrumb[0].search("pop_entree_fait") ;

			if (x != -1)
			{
				pop_entree_fait = unescape(aCrumb[1]) ;
			}
		}
	}

	// 170 ************************** Place un cookie pour le referrer  ***************************************************

	x = document.referrer ;

	for (i=0; i<nb_URL - 1; i++)		//********* stocke un cookie pour le referrer
	{
		if (x.search(tableau_URL_str[i]) != -1)
		{
			tableau_cok[i] = "o" ;
			document.cookie 	= tableau_URL_cok[i] + "=o; expires=" + expiration_j + ";path=/"   ;
		}
	}

	//***********  Rempli le tableau tableau_pop_URL avec les URL des popup   et tableau_pop_cok les condensé ***

	i = 0 ;
	u = 0 ;

	while (i <nb_URL - 1)
	{
		if (tableau_cok[i] == "n")
		{
			if (u < nb_pop_max)
			{
				{
					tableau_pop_URL[u] = tableau_URL[i] ;
					tableau_pop_cok[u]  = tableau_URL_cok[i] ;
		 			u++ ;
				}
			}
		}

		i++ ;
	}


	if (popup_entree == 'o')   
	{
		if (pop_entree_fait == "n")
		{
			window.showModalDialog(URL_pop_entree, "", "dialogWidth=800px; dialogHeight=600px; scroll=yes") ; 
			document.cookie 	= "pop_entree_fait=o; expires=" + expiration_j + ";path=/"   ;
		}
	}
		
	if (u > nb_pop_max-1)
	{
		window.open(tableau_pop_URL[numero_popup + 1]) ;
//		win_pop_2 = window.open(tableau_pop_URL[numero_popup + 2], "win_pop_2") ;

		document.cookie 	= tableau_pop_cok[numero_popup + 1] + "=o; expires=" + expiration_j + ";path=/"   ;
//		document.cookie 	= tableau_pop_cok[numero_popup + 2] + "=o; expires=" + expiration_j + ";path=/"   ;

		window.focus() ;
	}

	// 220 **********************************************

	window.focus() ;

	function even_click(sortie)
	{

	}
	
	function exit(sortie)
	{ 
		return true ;
	} 

