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

LieuType de matchDémarre leTermine le
Superprestige GietenSuperprestige01 oct.. 201701 oct.. 2017
Brico Cross MeulebekeBpost-Trofee07 oct.. 201707 oct.. 2017
GP Mario De ClercqWorld Cup08 oct.. 201708 oct.. 2017
Brico Cross KruibekeWorld Cup14 oct.. 201714 oct.. 2017
Superprestige ZonhovenBpost-Trofee15 oct.. 201715 oct.. 2017
Kermiscross ArdooieSuperprestige19 oct.. 201719 oct.. 2017
Superprestige Boomother races21 oct.. 201721 oct.. 2017
World Cup KoksijdeSuperprestige22 oct.. 201722 oct.. 2017
Grote Prijs van BrabantBpost-Trofee28 oct.. 201728 oct.. 2017
Superprestige RuddervoordeSuperprestige29 oct.. 201729 oct.. 2017
KoppenbergcrossWorld Cup01 nov.. 201701 nov.. 2017
Cyclocross European ChampionshipsSuperprestige05 nov.. 201705 nov.. 2017
Jaarmarktcross NielWorld Cup11 nov.. 201711 nov.. 2017
Superprestige Gavereother races12 nov.. 201712 nov.. 2017
World Cup Bogenseother races19 nov.. 201719 nov.. 2017
World Cup ZevenBpost-Trofee25 nov.. 201725 nov.. 2017
FlandriencrossWorld Cup26 nov.. 201726 nov.. 2017
GP HasseltWorld Cup02 déc.. 201702 déc.. 2017
Zilvermeercross MolBpost-Trofee03 déc.. 201703 déc.. 2017
Cyclocross EssenSuperprestige09 déc.. 201709 déc.. 2017
Vlaamse Druivencross OverijseBpost-Trofee10 déc.. 201710 déc.. 2017
Scheldecross AntwerpenWorld Cup16 déc.. 201716 déc.. 2017
World Cup NamurWorld Championships17 déc.. 201717 déc.. 2017
Waaslandcross Sint-NiklaasBpost-Trofee23 déc.. 201723 déc.. 2017
World Cup Heusden-ZolderSuperprestige26 déc.. 201726 déc.. 2017
Azencross LoenhoutSuperprestige28 déc.. 201728 déc.. 2017
Brico Cross BredeneBpost-Trofee29 déc.. 201729 déc.. 2017
Superprestige Diegem 30 déc.. 201730 déc.. 2017
GP Sven Nys 01 janv.. 201801 janv.. 2018
Cyclocross Leuven 07 janv.. 201807 janv.. 2018
Cyclocross Otegem 15 janv.. 201815 janv.. 2018
Kasteelcross Zonnebeke 20 janv.. 201820 janv.. 2018
World Cup Nommay 21 janv.. 201821 janv.. 2018
World Cup Hoogerheide 28 janv.. 201828 janv.. 2018
Cyclocross World Championships 04 févr.. 201804 févr.. 2018
Brico Cross Maldegem 07 févr.. 201807 févr.. 2018
Krawatencross Lille 10 févr.. 201810 févr.. 2018
Superprestige Hoogstraten 11 févr.. 201811 févr.. 2018
Superprestige Middelkerke 17 févr.. 201817 févr.. 2018
Brico Cross Hulst 18 févr.. 201818 févr.. 2018
Cyclocross Masters Waregem 21 févr.. 201821 févr.. 2018
Kleicross Lebbeke 24 févr.. 201824 févr.. 2018
Sluitingsprijs Oostmalle 25 févr.. 201825 févr.. 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; }