var documentRoot="overviews/calendar/"; $(document).ready(bijladen); function bijladen() { //document.getElementById("kalender").innerHTML="

LocalitàTipo di partitaInizia ilFinisce
Superprestige GietenSuperprestige02 ott. 201602 ott. 2016
Berencross MeulebekeBpost-Trofee08 ott. 201608 ott. 2016
GP Mario De ClercqWorld Cup09 ott. 201609 ott. 2016
Polderscross KruibekeWorld Cup15 ott. 201615 ott. 2016
Superprestige ZonhovenBpost-Trofee16 ott. 201616 ott. 2016
World Cup ValkenburgSuperprestige23 ott. 201623 ott. 2016
Cyclocross European Championshipsother races30 ott. 201630 ott. 2016
KoppenbergcrossSuperprestige01 nov. 201601 nov. 2016
Waaslandcross Sint-NiklaasBpost-Trofee05 nov. 201605 nov. 2016
Superprestige RuddervoordeSuperprestige06 nov. 201606 nov. 2016
Jaarmarktcross NielWorld Cup11 nov. 201611 nov. 2016
Superprestige GavereSuperprestige13 nov. 201613 nov. 2016
Superprestige FrancorchampsWorld Cup03 dic. 201603 dic. 2016
World Cup Koksijde (Cancelled)other races20 nov. 201620 nov. 2016
World Cup Zevenother races26 nov. 201626 nov. 2016
FlandriencrossBpost-Trofee27 nov. 201627 nov. 2016
GP HasseltWorld Cup19 nov. 201619 nov. 2016
Cyclocross EssenWorld Cup10 dic. 201610 dic. 2016
ScheldecrossBpost-Trofee17 dic. 201617 dic. 2016
World Cup NamenSuperprestige18 dic. 201618 dic. 2016
Superprestige DiegemBpost-Trofee23 dic. 201623 dic. 2016
World Cup Heusden-ZolderWorld Cup26 dic. 201626 dic. 2016
Azencross LoenhoutWorld Championships29 dic. 201629 dic. 2016
Cyclocross BredeneBpost-Trofee30 dic. 201630 dic. 2016
GP Sven NysSuperprestige01 gen. 201701 gen. 2017
World Cup FiuggiSuperprestige15 gen. 201715 gen. 2017
World Cup HoogerheideBpost-Trofee22 gen. 201722 gen. 2017
WC Cyclocross 29 gen. 201729 gen. 2017
Parkcross Maldegem 01 feb. 201701 feb. 2017
Krawatencross 04 feb. 201704 feb. 2017
Superprestige Hoogstraten 05 feb. 201705 feb. 2017
Superprestige Middelkerke 11 feb. 201711 feb. 2017
Vestingcross Hulst 12 feb. 201712 feb. 2017
Cyclocross Leuven 18 feb. 201718 feb. 2017
Cyclocross Masters Waregem 22 feb. 201722 feb. 2017
Internationale Sluitingsprijs Oostmalle 19 feb. 201719 feb. 2017

"; } function toonDetails(id) { var parameters=new Array("id="+id); voegToeBuffer("getDistances", "getDistances.php", parameters); } function getDistances() { if (xmlHttp.readyState!=4 && xmlHttp.readyState!="complete") return false; var programma=xmlHttp.responseText.split("~~~") document.getElementById("details").innerHTML=programma[0]+programma[1]; verwijderBuffer("getDistances"); } function toonBuffer() { } function geefFeedbackFunction(feedback, xmlHttp) { if (bufferToDo[0]['feedback']=="getDistances") xmlHttp.onreadystatechange=getDistances; }