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

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