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

РасположениеТип матчаНачинается вЗаканчивается
Superprestige GietenSuperprestige14 окт. 201814 окт. 2018
Kermiscross ArdooieBpost-Trofee18 окт. 201818 окт. 2018
Superprestige BoomWorld Cup20 окт. 201820 окт. 2018
World Cup BernWorld Cup21 окт. 201821 окт. 2018
Soudal GP NeerpeltBpost-Trofee27 окт. 201827 окт. 2018
Superprestige RuddervoordeSuperprestige28 окт. 201828 окт. 2018
Koppenbergcrossother races01 ноя. 201801 ноя. 2018
Cyclocross European ChampionshipsSuperprestige04 ноя. 201804 ноя. 2018
Jaarmarktcross NielBpost-Trofee10 ноя. 201810 ноя. 2018
Superprestige GavereSuperprestige11 ноя. 201811 ноя. 2018
World Cup TaborWorld Cup17 ноя. 201817 ноя. 2018
Flandriencross HammeSuperprestige18 ноя. 201818 ноя. 2018
Ambiancecross WachtebekeWorld Cup24 ноя. 201824 ноя. 2018
World Cup Koksijdeother races25 ноя. 201825 ноя. 2018
Soudal GP Hasseltother races01 дек. 201801 дек. 2018
Zilvermeercross MolBpost-Trofee02 дек. 201802 дек. 2018
Brico Cross EssenWorld Cup08 дек. 201808 дек. 2018
Vlaamse Druivencross OverijseWorld Cup09 дек. 201809 дек. 2018
Scheldecross AntwerpenBpost-Trofee15 дек. 201815 дек. 2018
Superprestige ZonhovenSuperprestige16 дек. 201816 дек. 2018
Soudal Waaslandcross Sint-NiklaasBpost-Trofee22 дек. 201822 дек. 2018
World Cup NamurWorld Cup23 дек. 201823 дек. 2018
World Cup Heusden-ZolderWorld Championships26 дек. 201826 дек. 2018
Azencross LoenhoutBpost-Trofee28 дек. 201828 дек. 2018
Brico Cross BredeneSuperprestige29 дек. 201829 дек. 2018
Superprestige DiegemSuperprestige30 дек. 201830 дек. 2018
GP Sven Nys BaalBpost-Trofee01 янв. 201901 янв. 2019
Cyclocross Gullegem 05 янв. 201905 янв. 2019
Brussels Universities Cyclocross 06 янв. 201906 янв. 2019
Cyclocross Otegem 14 янв. 201914 янв. 2019
World Cup Pont-Château 20 янв. 201920 янв. 2019
Kasteelcross Zonnebeke 26 янв. 201926 янв. 2019
World Cup Hoogerheide 27 янв. 201927 янв. 2019
Cyclocross World Championships 03 фев. 201903 фев. 2019
Brico Cross Maldegem 06 фев. 201906 фев. 2019
Krawatencross Lille 09 фев. 201909 фев. 2019
Superprestige Hoogstraten 10 фев. 201910 фев. 2019
Superprestige Middelkerke 16 фев. 201916 фев. 2019
Brico Cross Hulst 17 фев. 201917 фев. 2019
Soudal GP Leuven 23 фев. 201923 фев. 2019
Sluitingsprijs Oostmalle 24 фев. 201924 фев. 2019
Kiremko Nacht van Woerden 23 окт. 201823 окт. 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; }