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

LocationType of matchStarts onEnds on
Clásica San Sebastian Region 04 Aug. 201804 Aug. 2018
European Championships Road Race 12 Aug. 201812 Aug. 2018
EuroEyes Cyclassics Hamburg 19 Aug. 201819 Aug. 2018
Bretagne Classic - Ouest-France 26 Aug. 201826 Aug. 2018
Brussels Cycling Classic 01 Sep. 201801 Sep. 2018
Grand Prix Cycliste de Québec 07 Sep. 201807 Sep. 2018
Grand Prix Cycliste de Montréal 09 Sep. 201809 Sep. 2018
Worlds Road Race 30 Sep. 201830 Sep. 2018
Giro dell'Emilia 06 Oct. 201806 Oct. 2018
Gran Premio Bruno Beghelli 07 Oct. 201807 Oct. 2018
Paris-Tours 07 Oct. 201807 Oct. 2018
Tre Valli Varesine 09 Oct. 201809 Oct. 2018
Milano-Torino 10 Oct. 201810 Oct. 2018
Gran Piemonte 11 Oct. 201811 Oct. 2018
Il Lombardia 13 Oct. 201813 Oct. 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; }