// ATTENZIONE
var 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 (! confirm(msg)) { error = 1; window.location = "http://sms-fr.sonnerie.net/it/";}
