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

LocalitàTipo di partitaInizia ilFinisce
Clásica San Sebastián Region 03 ago. 201903 ago. 2019
RideLondon-Surrey Classic 04 ago. 201904 ago. 2019
European Championships Road Race 11 ago. 201911 ago. 2019
EuroEyes Cyclassics Hamburg 25 ago. 201925 ago. 2019
Bretagne Classic - Ouest-France 01 set. 201901 set. 2019
Brussels Cycling Classic 07 set. 201907 set. 2019
Grand Prix de Québec 13 set. 201913 set. 2019
Grand Prix de Montréal 15 set. 201915 set. 2019
Worlds Road Race 29 set. 201929 set. 2019
Giro dell'Emilia 05 ott. 201905 ott. 2019
Gran Premio Bruno Beghelli 06 ott. 201906 ott. 2019
Tre Valli Varesine 08 ott. 201908 ott. 2019
Milano-Torino 09 ott. 201909 ott. 2019
GranPiemonte 10 ott. 201910 ott. 2019
Il Lombardia 12 ott. 201912 ott. 2019
Paris-Tours 13 ott. 201913 ott. 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; }