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

LocationType of matchStarts onEnds on
Worlds Road Race 28 Sep. 201428 Sep. 2014
Prudential RideLondon Classic 10 Aug. 201410 Aug. 2014
Brussels Cycling Classic 06 Sep. 201406 Sep. 2014
GP de Fourmies 07 Sep. 201407 Sep. 2014
Tre Valli Varesine 18 Sep. 201418 Sep. 2014
Milano-Torino 01 Oct. 201401 Oct. 2014
Giro del Piemonte (Cancelled) 03 Oct. 201403 Oct. 2014
Giro dell'Emilia 11 Oct. 201411 Oct. 2014
Paris-Tours 12 Oct. 201412 Oct. 2014
Clasica San Sebastian 02 Aug. 201402 Aug. 2014
Vattenfall Cyclassics 24 Aug. 201424 Aug. 2014
GP Ouest France - Plouay 31 Aug. 201431 Aug. 2014
Grand Prix Cycliste de Québec 12 Sep. 201412 Sep. 2014
Grand Prix Cycliste de Montréal 14 Sep. 201414 Sep. 2014
Il Lombardia 05 Oct. 201405 Oct. 2014
Gran Premio Bruno Beghelli 12 Oct. 201412 Oct. 2014

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