
if (window.location.toString().search("_en") != -1) {
    document.write("<a href='/eventi/index.asp?e=m'><img src='/ns/images/b_italiano.gif' style='height:20px;width:auto;margin-left:30px;'></a>");
    alert("Times, prices and places of the festival\nARE NOT CONFIRMED\nTHE INSCRIPTION ENGINE IS UNDER TEST \nSO FAR INSCRIPTIONS TO MILONGAS AND LESSONS WILL BE \nDELETED\nUP TO THE DAY THIS MESSAGE STILL APPEARS!");
}

else {
    document.write("<a href='/eventi/index_en.asp?e=m'><img src='/ns/images/englishflag_small.jpg' style='height:20px;width:auto;margin-left:30px;'></a>");
    alert("Attenzione gli orari, i prezzi e i luoghi del festival\nNON SONO DEFINITIVI\nIL MOTORE DELLE ISCRIZIONI È IN PROVA\nE LE ISCRIZIONI ALLE LEZIONI E ALLE SERATE SARANNO \nCANCELLATE\nFINO AL GIORNO CHE SPARISCE QUESTO AVVISO!");
}