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

LocationType of matchStarts onEnds on
Critérium du Dauphiné 07 Jun. 201514 Jun. 2015
Tour de Suisse 13 Jun. 201521 Jun. 2015
Tour de France 04 Jul. 201526 Jul. 2015
Clasica Ciclista San Sebastian 01 Aug. 201501 Aug. 2015
Tour de Pologne 02 Aug. 201508 Aug. 2015
Prudential RideLondon Classic 02 Aug. 201502 Aug. 2015
Vuelta a Burgos 04 Aug. 201508 Aug. 2015
Eneco Tour 10 Aug. 201516 Aug. 2015
USA Pro Challenge 17 Aug. 201523 Aug. 2015
Vuelta a España 22 Aug. 201513 Sep. 2015
Vattenfall Cyclassics 23 Aug. 201523 Aug. 2015
GP Ouest France - Plouay 30 Aug. 201530 Aug. 2015
Brussels Cycling Classic 05 Sep. 201505 Sep. 2015
Tour of Britain 06 Sep. 201513 Sep. 2015
Grand Prix Cycliste de Québec 11 Sep. 201511 Sep. 2015
Grand Prix Cycliste de Montréal 13 Sep. 201513 Sep. 2015
Worlds Time Trial 23 Sep. 201523 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

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