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

РасположениеТип матчаНачинается вЗаканчивается
Superprestige GietenSuperprestige02 окт. 201602 окт. 2016
Berencross MeulebekeBpost-Trofee08 окт. 201608 окт. 2016
GP Mario De ClercqWorld Cup09 окт. 201609 окт. 2016
Polderscross KruibekeWorld Cup15 окт. 201615 окт. 2016
Superprestige ZonhovenBpost-Trofee16 окт. 201616 окт. 2016
World Cup ValkenburgSuperprestige23 окт. 201623 окт. 2016
Cyclocross European Championshipsother races30 окт. 201630 окт. 2016
KoppenbergcrossSuperprestige01 ноя. 201601 ноя. 2016
Waaslandcross Sint-NiklaasBpost-Trofee05 ноя. 201605 ноя. 2016
Superprestige RuddervoordeSuperprestige06 ноя. 201606 ноя. 2016
Jaarmarktcross NielWorld Cup11 ноя. 201611 ноя. 2016
Superprestige GavereSuperprestige13 ноя. 201613 ноя. 2016
Superprestige FrancorchampsWorld Cup03 дек. 201603 дек. 2016
World Cup Koksijde (Cancelled)other races20 ноя. 201620 ноя. 2016
World Cup Zevenother races26 ноя. 201626 ноя. 2016
FlandriencrossBpost-Trofee27 ноя. 201627 ноя. 2016
GP HasseltWorld Cup19 ноя. 201619 ноя. 2016
Cyclocross EssenWorld Cup10 дек. 201610 дек. 2016
ScheldecrossBpost-Trofee17 дек. 201617 дек. 2016
World Cup NamenSuperprestige18 дек. 201618 дек. 2016
Superprestige DiegemBpost-Trofee23 дек. 201623 дек. 2016
World Cup Heusden-ZolderWorld Cup26 дек. 201626 дек. 2016
Azencross LoenhoutWorld Championships29 дек. 201629 дек. 2016
Cyclocross BredeneBpost-Trofee30 дек. 201630 дек. 2016
GP Sven NysSuperprestige01 янв. 201701 янв. 2017
World Cup FiuggiSuperprestige15 янв. 201715 янв. 2017
World Cup HoogerheideBpost-Trofee22 янв. 201722 янв. 2017
WC Cyclocross 29 янв. 201729 янв. 2017
Parkcross Maldegem 01 фев. 201701 фев. 2017
Krawatencross 04 фев. 201704 фев. 2017
Superprestige Hoogstraten 05 фев. 201705 фев. 2017
Superprestige Middelkerke 11 фев. 201711 фев. 2017
Vestingcross Hulst 12 фев. 201712 фев. 2017
Cyclocross Leuven 18 фев. 201718 фев. 2017
Cyclocross Masters Waregem 22 фев. 201722 фев. 2017
Internationale Sluitingsprijs Oostmalle 19 фев. 201719 фев. 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; }