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

LokalizacjaTyp meczuZaczyna się wKończy się na
Critérium du Dauphiné 09 cze. 201916 cze. 2019
Tour de Suisse 15 cze. 201923 cze. 2019
Tour de France 06 lip. 201928 lip. 2019
Tour of Slovenia 19 cze. 201923 cze. 2019
Clásica San Sebastián Region 03 sie. 201903 sie. 2019
Tour de Pologne 03 sie. 201909 sie. 2019
RideLondon-Surrey Classic 04 sie. 201904 sie. 2019
European Championships Time Trial 07 sie. 201907 sie. 2019
European Championships Road Race 11 sie. 201911 sie. 2019
BinckBank Tour 12 sie. 201918 sie. 2019
Vuelta a España 24 sie. 201915 wrz. 2019
EuroEyes Cyclassics Hamburg 25 sie. 201925 sie. 2019
Deutschland Tour 29 sie. 201901 wrz. 2019
Bretagne Classic - Ouest-France 01 wrz. 201901 wrz. 2019
Brussels Cycling Classic 07 wrz. 201907 wrz. 2019
Tour of Britain 08 wrz. 201915 wrz. 2019
Grand Prix de Québec 13 wrz. 201913 wrz. 2019
Grand Prix de Montréal 15 wrz. 201915 wrz. 2019
Worlds Time Trial 25 wrz. 201925 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
Tour of Guangxi 15 paź. 201920 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; }