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

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