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

LocationType of matchStarts onEnds on
Critérium du Dauphiné 04 Jun. 201711 Jun. 2017
Tour de Suisse 10 Jun. 201718 Jun. 2017
Tour de France 01 Jul. 201723 Jul. 2017
Tour de Pologne 29 Jul. 201704 Aug. 2017
Clásica San Sebastián Region 29 Jul. 201729 Jul. 2017
Prudential RideLondon-Surrey Classic 30 Jul. 201730 Jul. 2017
European Championships Time Trial 03 Aug. 201703 Aug. 2017
European Championships Road Race 06 Aug. 201706 Aug. 2017
BinckBank Tour 07 Aug. 201713 Aug. 2017
Vuelta a España 19 Aug. 201710 Sep. 2017
EuroEyes Cyclassics 20 Aug. 201720 Aug. 2017
Bretagne Classic - Ouest-France 27 Aug. 201727 Aug. 2017
Brussels Cycling Classic 02 Sep. 201702 Sep. 2017
Tour of Britain 03 Sep. 201710 Sep. 2017
Grand Prix Cycliste de Québec 08 Sep. 201708 Sep. 2017
Grand Prix Cycliste de Montréal 10 Sep. 201710 Sep. 2017
WC Time Trial 20 Sep. 201720 Sep. 2017
WC Road Race 24 Sep. 201724 Sep. 2017
Giro dell'Emilia 30 Sep. 201730 Sep. 2017
Tre Valli Varesine 03 Oct. 201703 Oct. 2017
Milano-Torino 05 Oct. 201705 Oct. 2017
Gran Premio Bruno Beghelli 01 Oct. 201701 Oct. 2017
Il Lombardia 07 Oct. 201707 Oct. 2017
Paris-Tours 08 Oct. 201708 Oct. 2017
Presidential Cycling Tour of Turkey 10 Oct. 201715 Oct. 2017
Tour of Guangxi 19 Oct. 201724 Oct. 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; }