Gare e classifiche

16
Nov
2025
16
Nov
2025
Nosework
16
Nov
2025
16
Nov
2025
Nosework
15
Nov
2025
15
Nov
2025
Nosework
08
Nov
2025
08
Nov
2025
Nosework
02
Nov
2025
02
Nov
2025
Nosework
Martina Franca (TA)
26
Ott
2025
26
Ott
2025
Nosework
25
Ott
2025
25
Ott
2025
Nosework
19
Ott
2025
19
Ott
2025
Nosework
18
Ott
2025
18
Ott
2025
Nosework
18
Ott
2025
18
Ott
2025
Nosework
05
Ott
2025
05
Ott
2025
Nosework
05
Ott
2025
05
Ott
2025
Nosework
27
Set
2025
27
Set
2025
Nosework
13
Set
2025
13
Set
2025
Nosework
07
Set
2025
07
Set
2025
Nosework
06
Set
2025
06
Set
2025
Nosework
30
Ago
2025
30
Ago
2025
Nosework
30
Ago
2025
30
Ago
2025
Nosework
29
Ago
2025
29
Ago
2025
Nosework
08
Ago
2025
08
Ago
2025
Nosework
13
Lug
2025
13
Lug
2025
Nosework
05
Lug
2025
05
Lug
2025
Nosework
04
Lug
2025
04
Lug
2025
Nosework
22
Giu
2025
22
Giu
2025
Nosework
07
Giu
2025
07
Giu
2025
Nosework
25
Mag
2025
25
Mag
2025
Nosework
11
Mag
2025
11
Mag
2025
Nosework
04
Mag
2025
04
Mag
2025
Nosework
04
Mag
2025
04
Mag
2025
Nosework
03
Mag
2025
04
Mag
2025
Nosework
03
Mag
2025
03
Mag
2025
Nosework
03
Mag
2025
03
Mag
2025
Nosework
01
Mag
2025
01
Gen
2025
Nosework
Martina Franca (TA)
30
Mar
2025
30
Mar
2025
Nosework
23
Mar
2025
23
Mar
2025
Nosework
23
Mar
2025
23
Mar
2025
Nosework
22
Mar
2025
22
Mar
2025
Nosework
22
Mar
2025
22
Mar
2025
Nosework
09
Mar
2025
09
Mar
2025
Nosework
09
Mar
2025
09
Mar
2025
Nosework
02
Mar
2025
02
Mar
2025
Nosework
02
Mar
2025
02
Mar
2025
Nosework
01
Mar
2025
01
Mar
2025
Nosework
02
Feb
2025
02
Feb
2025
Nosework
02
Feb
2025
02
Feb
2025
Nosework
19
Gen
2025
19
Gen
2025
Nosework
06
Gen
2025
06
Gen
2025
Nosework
jQuery(function($){ initTooltips(); $("body").on("subform-row-add", initTooltips); function initTooltips (event, container) { container = container || document;$(container).find(".hasTooltip").tooltip({"html": true,"container": "body"});} }); Calendar._DN = ["Domenica","Luned\u00ec","Marted\u00ec","Mercoled\u00ec","Gioved\u00ec","Venerd\u00ec","Sabato","Domenica"]; Calendar._SDN = ["Dom","Lun","Mar","Mer","Gio","Ven","Sab","Dom"]; Calendar._FD = 0; Calendar._MN = ["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"]; Calendar._SMN = ["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"]; Calendar._TT = {"INFO":"Info Calendario","ABOUT":"DHTML Date\/Time Selector\n(c) dynarch.com 20022005 \/ Author: Mihai Bazon\nFor latest version visit: http:\/\/www.dynarch.com\/projects\/calendar\/\nDistributed under GNU LGPL. See http:\/\/gnu.org\/licenses\/lgpl.html for details.\n\nSelezione data:\n- Usa i pulsanti \u00ab e \u00bb per selezionare l'anno\n- Usa i pulsanti < e > per selezionare un mese\n- Tieni premuto il pulsante del mouse su qualsiasi dei pulsanti sopra per una selezione pi\u00f9 veloce.","ABOUT_TIME":"\n\nTime selection:\n Click on any of the time parts to increase it\n or Shiftclick to decrease it\n or click and drag for faster selection.","PREV_YEAR":"Clicca per andare all'anno precedente. Clicca e tieni premuto per vedere la lista degli anni.","PREV_MONTH":"Clicca per andare al mese precedente. Clicca e tieni premuto per vedere la lista dei mesi.","GO_TODAY":"Vai a oggi","NEXT_MONTH":"Clicca per andare al mese successivo. Clicca e tieni premuto per vedere la lista dei mesi.","SEL_DATE":"Seleziona una data.","DRAG_TO_MOVE":"Trascina per muovere","PART_TODAY":" Oggi ","DAY_FIRST":"Visualizza prima %s","WEEKEND":"0,6","CLOSE":"Chiudi","TODAY":"Oggi","TIME_PART":"(Shift-)Clicca o trascina per cambiare il valore.","DEF_DATE_FORMAT":"%Y%m%d","TT_DATE_FORMAT":"%a, %b %e","WK":"wk","TIME":"Ora:"}; jQuery(function ($) { initChosen(); $("body").on("subform-row-add", initChosen); function initChosen(event, container) { container = container || document; $(container).find(".advancedSelect").chosen({"disable_search_threshold":10,"search_contains":true,"allow_single_deselect":true,"placeholder_text_multiple":"Scrivi o seleziona alcune opzioni","placeholder_text_single":"Seleziona un'opzione","no_results_text":"Nessun risultato"}); } }); jQuery(document).ready(function() { var value, searchword = jQuery('#mod-finder-searchword261'); // Get the current value. value = searchword.val(); // If the current value equals the default value, clear it. searchword.on('focus', function () { var el = jQuery(this); if (el.val() === 'Cerca nel sito') { el.val(''); } }); // If the current value is empty, set the previous value. searchword.on('blur', function () { var el = jQuery(this); if (!el.val()) { el.val(value); } }); jQuery('#mod-finder-searchform261').on('submit', function (e) { e.stopPropagation(); var advanced = jQuery('#mod-finder-advanced261'); // Disable select boxes with no value selected. if (advanced.length) { advanced.find('select').each(function (index, el) { var el = jQuery(el); if (!el.val()) { el.attr('disabled', 'disabled'); } }); } }); var suggest = jQuery('#mod-finder-searchword261').autocomplete({ serviceUrl: '/it/component/finder/?task=suggestions.suggest&format=json&tmpl=component', paramName: 'q', minChars: 1, maxHeight: 400, width: 300, zIndex: 9999, deferRequestBy: 500 });});