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 29 lip. 201729 lip. 2017
Prudential RideLondon-Surrey Classic 30 lip. 201730 lip. 2017
European Championships Road Race 06 sie. 201706 sie. 2017
EuroEyes Cyclassics 20 sie. 201720 sie. 2017
Bretagne Classic - Ouest-France 27 sie. 201727 sie. 2017
Brussels Cycling Classic 02 wrz. 201702 wrz. 2017
Grand Prix Cycliste de Québec 08 wrz. 201708 wrz. 2017
Grand Prix Cycliste de Montréal 10 wrz. 201710 wrz. 2017
WC Road Race 24 wrz. 201724 wrz. 2017
Giro dell'Emilia 30 wrz. 201730 wrz. 2017
Tre Valli Varesine 03 paź. 201703 paź. 2017
Milano-Torino 05 paź. 201705 paź. 2017
Gran Premio Bruno Beghelli 01 paź. 201701 paź. 2017
Il Lombardia 07 paź. 201707 paź. 2017
Paris-Tours 08 paź. 201708 paź. 2017

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