if (typeof msg == 'undefined') msg="ATTENTION : SITE PORNOGRAPHIQUE RESERVE AUX MAJEURS DE PLUS DE 18 ANS\n\nCe site Internet est résèrver à un public majeur et averti et est conforme\na toutes les règlementations Française en vigueur. Il contient des textes,\ndes photos et des vidéos classés X qui peuvent être choquantes pour\ncertaines sensibilités. \n\nCLIQUEZ SUR OK POUR CONTINUER, ANNULER POUR QUITTER.\n\n"; if (typeof url_refus == 'undefined') url_refus = "http://www.google.com";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)	}}