diff --git a/seta_menu/cercaorario/index.html b/seta_menu/cercaorario/index.html
index 11d1546..0d409c5 100644
--- a/seta_menu/cercaorario/index.html
+++ b/seta_menu/cercaorario/index.html
@@ -19,9 +19,6 @@
ATTENZIONE! Proclamato sciopero SETA tutti i bacini per il 22 Settembre 2025.
-
Home
SETA Modena
diff --git a/seta_menu/cercaorario/js/cercafermata.js b/seta_menu/cercaorario/js/cercafermata.js
index 3fa19a3..2e5eced 100644
--- a/seta_menu/cercaorario/js/cercafermata.js
+++ b/seta_menu/cercaorario/js/cercafermata.js
@@ -2,12 +2,6 @@ const searchBar = document.getElementById('searchBar');
const stopCodeBar = document.getElementById('stopCodeBar');
const resultsContainer = document.getElementById('searchResults');
-//Calcio 13/09/2025
-const calcio = document.getElementById('calcio');
-if(new Date().getDate()!="13"||new Date().getMonth()!="8"){
- calcio.setAttribute("style","display: none;")
-}
-
let allresults = [];
const url = 'https://setaapi.serverissimo.freeddns.org/stopcodesarchive';