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

LokalizacjaTyp meczuZaczyna się wKończy się na
Superprestige GietenSuperprestige02 paź. 201602 paź. 2016
Berencross MeulebekeBpost-Trofee08 paź. 201608 paź. 2016
GP Mario De ClercqWorld Cup09 paź. 201609 paź. 2016
Polderscross KruibekeWorld Cup15 paź. 201615 paź. 2016
Superprestige ZonhovenBpost-Trofee16 paź. 201616 paź. 2016
World Cup ValkenburgSuperprestige23 paź. 201623 paź. 2016
Cyclocross European Championshipsother races30 paź. 201630 paź. 2016
KoppenbergcrossSuperprestige01 lis. 201601 lis. 2016
Waaslandcross Sint-NiklaasBpost-Trofee05 lis. 201605 lis. 2016
Superprestige RuddervoordeSuperprestige06 lis. 201606 lis. 2016
Jaarmarktcross NielWorld Cup11 lis. 201611 lis. 2016
Superprestige GavereSuperprestige13 lis. 201613 lis. 2016
Superprestige FrancorchampsWorld Cup03 gru. 201603 gru. 2016
World Cup Koksijde (Cancelled)other races20 lis. 201620 lis. 2016
World Cup Zevenother races26 lis. 201626 lis. 2016
FlandriencrossBpost-Trofee27 lis. 201627 lis. 2016
GP HasseltWorld Cup19 lis. 201619 lis. 2016
Cyclocross EssenWorld Cup10 gru. 201610 gru. 2016
ScheldecrossBpost-Trofee17 gru. 201617 gru. 2016
World Cup NamenSuperprestige18 gru. 201618 gru. 2016
Superprestige DiegemBpost-Trofee23 gru. 201623 gru. 2016
World Cup Heusden-ZolderWorld Cup26 gru. 201626 gru. 2016
Azencross LoenhoutWorld Championships29 gru. 201629 gru. 2016
Cyclocross BredeneBpost-Trofee30 gru. 201630 gru. 2016
GP Sven NysSuperprestige01 sty. 201701 sty. 2017
World Cup FiuggiSuperprestige15 sty. 201715 sty. 2017
World Cup HoogerheideBpost-Trofee22 sty. 201722 sty. 2017
WC Cyclocross 29 sty. 201729 sty. 2017
Parkcross Maldegem 01 lut. 201701 lut. 2017
Krawatencross 04 lut. 201704 lut. 2017
Superprestige Hoogstraten 05 lut. 201705 lut. 2017
Superprestige Middelkerke 11 lut. 201711 lut. 2017
Vestingcross Hulst 12 lut. 201712 lut. 2017
Cyclocross Leuven 18 lut. 201718 lut. 2017
Cyclocross Masters Waregem 22 lut. 201722 lut. 2017
Internationale Sluitingsprijs Oostmalle 19 lut. 201719 lut. 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; }