var msg="ATENCIÓN : SITIO PORNOGRAFICO RESERVADO PARA MAYORES DE 18 AÑOS\n\n"+"Este sitio internet está reservado a un público mayor y conciente y está en conformidad\n"+"con todas las reglamentaciones francesas en vigor. Contiene textos,\n"+"fotos y videos clasificados X que pueden ser chocantes para\n"+"ciertas sensibilidades. \n\n"+"HAGA CLICK SOBRE OK PARA CONTINUAR,O ANULAR PARA ABANDONAR.\n\n"; 
var url_refus = "http://www.google.com";

var w = window.location.search.match(/[\?&]w=(\d*)/); if (w) w = w[1];
var wid = window.location.search.match(/[\?&]id=(\d+)/); if (wid) wid= wid[1];
if (!(w=='0' || !w && wid))
{
	alert_result = confirm(msg);
	if (alert_result)
	{
		if (window.location.href.match(/(\?|&)w=1/))
		{
			new_url = window.location.href.replace(/(\?|&)w=1/, '$1w=0')
		}
		else
		{
			glue = (window.location.href.charAt(window.location.href.length-1) == '?') ? '' : (window.location.href.indexOf('?') == -1 ? '?' : '&')
			new_url = window.location.href += glue + 'w=0';
		}
		window.location.replace(new_url);	
	}
	else
	{
		window.location.replace(url_refus)
	}
}