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

LocationType of matchStarts onEnds on
Clásica San Sebastián 01 Aug. 201501 Aug. 2015
Prudential RideLondon Classic 02 Aug. 201502 Aug. 2015
Vattenfall Cyclassics 23 Aug. 201523 Aug. 2015
GP Ouest France - Plouay 30 Aug. 201530 Aug. 2015
Grand Prix de Québec 11 Sep. 201511 Sep. 2015
Brussels Cycling Classic 05 Sep. 201505 Sep. 2015
Grand Prix de Montréal 13 Sep. 201513 Sep. 2015
Worlds Road Race 27 Sep. 201527 Sep. 2015
Milano-Torino 01 Oct. 201501 Oct. 2015
Il Lombardia 04 Oct. 201504 Oct. 2015
Giro dell'Emilia 10 Oct. 201510 Oct. 2015
Paris-Tours 11 Oct. 201511 Oct. 2015
Giro del Piemonte 02 Oct. 201502 Oct. 2015
Grand Prix de Wallonie 16 Sep. 201516 Sep. 2015
Tre Valli Varesine 30 Sep. 201530 Sep. 2015

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