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

LocationType of matchStarts onEnds on
Clásica San Sebastián Region 03 Aug. 201903 Aug. 2019
RideLondon-Surrey Classic 04 Aug. 201904 Aug. 2019
European Championships Road Race 11 Aug. 201911 Aug. 2019
EuroEyes Cyclassics Hamburg 25 Aug. 201925 Aug. 2019
Bretagne Classic - Ouest-France 01 Sep. 201901 Sep. 2019
Brussels Cycling Classic 07 Sep. 201907 Sep. 2019
Grand Prix de Québec 13 Sep. 201913 Sep. 2019
Grand Prix de Montréal 15 Sep. 201915 Sep. 2019
Worlds Road Race 29 Sep. 201929 Sep. 2019
Giro dell'Emilia 05 Oct. 201905 Oct. 2019
Gran Premio Bruno Beghelli 06 Oct. 201906 Oct. 2019
Tre Valli Varesine 08 Oct. 201908 Oct. 2019
Milano-Torino 09 Oct. 201909 Oct. 2019
GranPiemonte 10 Oct. 201910 Oct. 2019
Il Lombardia 12 Oct. 201912 Oct. 2019
Paris-Tours 13 Oct. 201913 Oct. 2019

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