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

РасположениеТип матчаНачинается вЗаканчивается
Superprestige GietenSuperprestige01 окт. 201701 окт. 2017
Brico Cross MeulebekeBpost-Trofee07 окт. 201707 окт. 2017
GP Mario De ClercqWorld Cup08 окт. 201708 окт. 2017
Brico Cross KruibekeWorld Cup14 окт. 201714 окт. 2017
Superprestige ZonhovenBpost-Trofee15 окт. 201715 окт. 2017
Kermiscross ArdooieSuperprestige19 окт. 201719 окт. 2017
Superprestige Boomother races21 окт. 201721 окт. 2017
World Cup KoksijdeSuperprestige22 окт. 201722 окт. 2017
Grote Prijs van BrabantBpost-Trofee28 окт. 201728 окт. 2017
Superprestige RuddervoordeSuperprestige29 окт. 201729 окт. 2017
KoppenbergcrossWorld Cup01 ноя. 201701 ноя. 2017
Cyclocross European ChampionshipsSuperprestige05 ноя. 201705 ноя. 2017
Jaarmarktcross NielWorld Cup11 ноя. 201711 ноя. 2017
Superprestige Gavereother races12 ноя. 201712 ноя. 2017
World Cup Bogenseother races19 ноя. 201719 ноя. 2017
World Cup ZevenBpost-Trofee25 ноя. 201725 ноя. 2017
FlandriencrossWorld Cup26 ноя. 201726 ноя. 2017
GP HasseltWorld Cup02 дек. 201702 дек. 2017
Zilvermeercross MolBpost-Trofee03 дек. 201703 дек. 2017
Cyclocross EssenSuperprestige09 дек. 201709 дек. 2017
Vlaamse Druivencross OverijseBpost-Trofee10 дек. 201710 дек. 2017
Scheldecross AntwerpenWorld Cup16 дек. 201716 дек. 2017
World Cup NamurWorld Championships17 дек. 201717 дек. 2017
Waaslandcross Sint-NiklaasBpost-Trofee23 дек. 201723 дек. 2017
World Cup Heusden-ZolderSuperprestige26 дек. 201726 дек. 2017
Azencross LoenhoutSuperprestige28 дек. 201728 дек. 2017
Brico Cross BredeneBpost-Trofee29 дек. 201729 дек. 2017
Superprestige Diegem 30 дек. 201730 дек. 2017
GP Sven Nys 01 янв. 201801 янв. 2018
Cyclocross Leuven 07 янв. 201807 янв. 2018
Cyclocross Otegem 15 янв. 201815 янв. 2018
Kasteelcross Zonnebeke 20 янв. 201820 янв. 2018
World Cup Nommay 21 янв. 201821 янв. 2018
World Cup Hoogerheide 28 янв. 201828 янв. 2018
Cyclocross World Championships 04 фев. 201804 фев. 2018
Brico Cross Maldegem 07 фев. 201807 фев. 2018
Krawatencross Lille 10 фев. 201810 фев. 2018
Superprestige Hoogstraten 11 фев. 201811 фев. 2018
Superprestige Middelkerke 17 фев. 201817 фев. 2018
Brico Cross Hulst 18 фев. 201818 фев. 2018
Cyclocross Masters Waregem 21 фев. 201821 фев. 2018
Kleicross Lebbeke 24 фев. 201824 фев. 2018
Sluitingsprijs Oostmalle 25 фев. 201825 фев. 2018

"; } 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; }