if (typeof msg == 'undefined') msg="ATTENZIONE : SITO PORNOGRAFICO RISERVATO AD UN PUBBLICO MAGGIORENE DI PIU' DI 18 ANNI\n\n Questo sito Internet é riservato ad un pubblico maggiorenne e consenziente ed é conforme\n alla legislazione francese in vigore. Contiene dei testi,\n delle foto e dei videos classificati X che possono urtare certe\n sensibilità ed sopratutto vietato ai minori. \n\n CLICCATE OK PER CONTINUARE, ANNULLA PER USCIRE.\n\n"; 
if (typeof url_refus == 'undefined') url_refus = "http://www.google.it";

if (window.location.search.indexOf('w=0') == -1)
{
	alert_result = confirm(msg);
	if (alert_result)
	{
		glue = window.location.href.indexOf('?') == -1 ? '?' : '&';
		new_url = window.location.href += glue + 'w=0';
		window.location.replace(new_url);	
	}
	else
	{
		window.location.replace(url_refus)
	}
}