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

LocationType of matchStarts onEnds on
Tour Colombia 2.1 12 Feb. 202016 Feb. 2020
Vuelta a Andalucia 19 Feb. 202023 Feb. 2020
Volta ao Algarve 19 Feb. 202023 Feb. 2020
UAE Tour 23 Feb. 202029 Feb. 2020
Omloop Het Nieuwsblad 29 Feb. 202029 Feb. 2020
Kuurne-Brussel-Kuurne 01 Mar. 202001 Mar. 2020
Strade Bianche 01 Aug. 202001 Aug. 2020
Paris-Nice 08 Mar. 202015 Mar. 2020
Tirreno-Adriatico 07 Sep. 202014 Sep. 2020
Milano-Sanremo 08 Aug. 202008 Aug. 2020
Volta a Catalunya - cancelled 23 Mar. 202029 Mar. 2020
Driedaagse Brugge-De Panne 21 Oct. 202021 Oct. 2020
E3 BinckBank Classic - cancelled 27 Mar. 202027 Mar. 2020
Gent-Wevelgem 11 Oct. 202011 Oct. 2020
Dwars door Vlaanderen - cancelled 14 Oct. 202014 Oct. 2020
Ronde van Vlaanderen 18 Oct. 202018 Oct. 2020
Itzulia Basque Country - cancelled 06 Apr. 202011 Apr. 2020
Scheldeprijs 14 Oct. 202014 Oct. 2020
Paris-Roubaix - cancelled 25 Oct. 202025 Oct. 2020
De Brabantse Pijl 07 Oct. 202007 Oct. 2020
Amstel Gold Race - cancelled 10 Oct. 202010 Oct. 2020
Tour of the Alps - cancelled 20 Apr. 202024 Apr. 2020
La Flèche Wallonne 30 Sep. 202030 Sep. 2020
Liège-Bastogne-Liège 04 Oct. 202004 Oct. 2020
Tour de Romandie - cancelled 28 Apr. 202003 May. 2020
Eschborn-Frankfurt - cancelled 01 May. 202001 May. 2020
Giro d'Italia 03 Oct. 202025 Oct. 2020
Critérium du Dauphiné 12 Aug. 202016 Aug. 2020

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