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

LocalitàTipo di partitaInizia ilFinisce
Clásica San Sebastián Region 29 lug. 201729 lug. 2017
Prudential RideLondon-Surrey Classic 30 lug. 201730 lug. 2017
European Championships Road Race 06 ago. 201706 ago. 2017
EuroEyes Cyclassics 20 ago. 201720 ago. 2017
Bretagne Classic - Ouest-France 27 ago. 201727 ago. 2017
Brussels Cycling Classic 02 set. 201702 set. 2017
Grand Prix Cycliste de Québec 08 set. 201708 set. 2017
Grand Prix Cycliste de Montréal 10 set. 201710 set. 2017
WC Road Race 24 set. 201724 set. 2017
Giro dell'Emilia 30 set. 201730 set. 2017
Tre Valli Varesine 03 ott. 201703 ott. 2017
Milano-Torino 05 ott. 201705 ott. 2017
Gran Premio Bruno Beghelli 01 ott. 201701 ott. 2017
Il Lombardia 07 ott. 201707 ott. 2017
Paris-Tours 08 ott. 201708 ott. 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; }