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

LocationType of matchStarts onEnds on
Clásica San Sebastián 27 Jul. 201327 Jul. 2013
Vattenfall Cyclassics 25 Aug. 201325 Aug. 2013
GP Ouest France-Plouay 01 Sep. 201301 Sep. 2013
Brussels Cycling Classic 07 Sep. 201307 Sep. 2013
Grand Prix de Québec 13 Sep. 201313 Sep. 2013
Grand Prix de Montreal 15 Sep. 201315 Sep. 2013
Worlds Road Race 29 Sep. 201329 Sep. 2013
Milano-Torino 02 Oct. 201302 Oct. 2013
Il Lombardia 06 Oct. 201306 Oct. 2013
Giro dell'Emilia 12 Oct. 201312 Oct. 2013
Paris-Tours 13 Oct. 201313 Oct. 2013
GP de Fourmies 08 Sep. 201308 Sep. 2013
Tre Valli Varesine 23 Aug. 201323 Aug. 2013
Giro del Piemonte (Cancelled) 04 Oct. 201304 Oct. 2013
Tour de Vendée 06 Oct. 201306 Oct. 2013

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