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

LocationType of matchStarts onEnds on
Vuelta a Burgos 28 Jul. 202001 Aug. 2020
Strade Bianche 01 Aug. 202001 Aug. 2020
Grande Trittico Lombardo 03 Aug. 202003 Aug. 2020
La Route d'Occitanie 01 Aug. 202004 Aug. 2020
Milano-Torino 05 Aug. 202005 Aug. 2020
Milano-Sanremo 08 Aug. 202008 Aug. 2020
Tour de Pologne 05 Aug. 202009 Aug. 2020
Tour de l'Ain 07 Aug. 202009 Aug. 2020
Gran Piemonte 12 Aug. 202012 Aug. 2020
Il Lombardia 15 Aug. 202015 Aug. 2020
Critérium du Dauphiné 12 Aug. 202016 Aug. 2020
Giro dell'Emilia 18 Aug. 202018 Aug. 2020
European Championships Time Trial 24 Aug. 202024 Aug. 2020
European Championships Road Race 26 Aug. 202026 Aug. 2020
Bretagne Classic - Ouest-France 25 Aug. 202025 Aug. 2020
Brussels Cycling Classic 30 Aug. 202030 Aug. 2020
Tirreno-Adriatico 07 Sep. 202014 Sep. 2020
Tour de France 29 Aug. 202020 Sep. 2020
World Championships Time Trial 25 Sep. 202025 Sep. 2020
World Championships Road Race 27 Sep. 202027 Sep. 2020
La Flèche Wallonne 30 Sep. 202030 Sep. 2020
BinckBank Tour 29 Sep. 202003 Oct. 2020
Liège-Bastogne-Liège 04 Oct. 202004 Oct. 2020
De Brabantse Pijl 07 Oct. 202007 Oct. 2020
Amstel Gold Race - cancelled 10 Oct. 202010 Oct. 2020
Gent-Wevelgem 11 Oct. 202011 Oct. 2020
Paris-Tours 11 Oct. 202011 Oct. 2020
Scheldeprijs 14 Oct. 202014 Oct. 2020
Ronde van Vlaanderen 18 Oct. 202018 Oct. 2020
Driedaagse Brugge-De Panne 21 Oct. 202021 Oct. 2020
Giro d'Italia 03 Oct. 202025 Oct. 2020
Paris-Roubaix - cancelled 25 Oct. 202025 Oct. 2020
Vuelta a España 20 Oct. 202008 Nov. 2020
Tour of Guangxi - cancelled 05 Nov. 202010 Nov. 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; }