var gup = function( name ) {	var results = (new RegExp("[\\?&]"+name+"=([^&#]*)")).exec(window.location.href);	if ( results == null ) {return ""}	else {return results[1]}};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.camsympa.com/?id="+(gup('id')!="" ? gup('id') : "")+"&tracker="+(gup('tracker')!="" ? gup('tracker') : "")+"_disclaimer-exit&so=1&w=0&e=0";

if ( (gup('w') != '0' && gup('id') == '') || (gup('id') != '' && gup('w') == '1') )
{
	alert_result = confirm(msg);
	if (alert_result)
	{
		glue = window.location.href.indexOf('?') == -1 ? '?' : '&';
		if (window.location.search.indexOf('w=1') != -1){
			new_url = window.location.href.replace(/w=1/, "w=0");
		}
		else{
			new_url = window.location.href += glue + 'w=0';
		}
		window.location.replace(new_url);	
	}
	else
	{
		window.location.replace(url_refus)
	}
}
