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

LokalizacjaTyp meczuZaczyna się wKończy się na
Critérium du Dauphiné 03 cze. 201810 cze. 2018
Tour de Suisse 09 cze. 201817 cze. 2018
Tour de France 07 lip. 201829 lip. 2018
Prudential RideLondon-Surrey Classic 29 lip. 201829 lip. 2018
Clásica San Sebastian Region 04 sie. 201804 sie. 2018
Tour de Pologne 04 sie. 201810 sie. 2018
European Championships Time Trial 08 sie. 201808 sie. 2018
European Championships Road Race 12 sie. 201812 sie. 2018
Binck Bank Tour 13 sie. 201813 sie. 2018
EuroEyes Cyclassics Hamburg 19 sie. 201819 sie. 2018
Deutschland Tour 23 sie. 201826 sie. 2018
Vuelta a España 25 sie. 201816 wrz. 2018
Bretagne Classic - Ouest-France 26 sie. 201826 sie. 2018
Brussels Cycling Classic 01 wrz. 201801 wrz. 2018
Tour of Britain 02 wrz. 201809 wrz. 2018
Grand Prix Cycliste de Québec 07 wrz. 201807 wrz. 2018
Grand Prix Cycliste de Montréal 09 wrz. 201809 wrz. 2018
Worlds Time Trial 26 wrz. 201826 wrz. 2018
Worlds Road Race 30 wrz. 201830 wrz. 2018
Giro dell'Emilia 06 paź. 201806 paź. 2018
Gran Premio Bruno Beghelli 07 paź. 201807 paź. 2018
Paris-Tours 07 paź. 201807 paź. 2018
Presidential Cycling Tour of Turkey 09 paź. 201814 paź. 2018
Tre Valli Varesine 09 paź. 201809 paź. 2018
Milano-Torino 10 paź. 201810 paź. 2018
Gran Piemonte 11 paź. 201811 paź. 2018
Il Lombardia 13 paź. 201813 paź. 2018
Tour of Guangxi 16 paź. 201821 paź. 2018

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