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

LocationType of matchStarts onEnds on
Vuelta a Espana stage 2 25 Aug. 201325 Aug. 2013
Vuelta a Espana stage 3 26 Aug. 201326 Aug. 2013
Vuelta a Espana stage 4 27 Aug. 201327 Aug. 2013
Vuelta a Espana stage 5 28 Aug. 201328 Aug. 2013
Vuelta a Espana stage 6 29 Aug. 201329 Aug. 2013
Vuelta a Espana stage 7 30 Aug. 201330 Aug. 2013
Vuelta a Espana stage 8 31 Aug. 201331 Aug. 2013
Vuelta a Espana stage 9 01 Sep. 201301 Sep. 2013
Vuelta a Espana stage 10 02 Sep. 201302 Sep. 2013
Vuelta a Espana stage 11 04 Sep. 201304 Sep. 2013
Vuelta a Espana stage 12 05 Sep. 201305 Sep. 2013
Vuelta a Espana stage 13 06 Sep. 201306 Sep. 2013
Vuelta a Espana stage 14 07 Sep. 201307 Sep. 2013
Vuelta a Espana stage 15 08 Sep. 201308 Sep. 2013
Vuelta a Espana stage 16 09 Sep. 201309 Sep. 2013
Vuelta a Espana stage 17 11 Sep. 201311 Sep. 2013
Vuelta a Espana stage 18 12 Sep. 201312 Sep. 2013
Vuelta a Espana stage 19 13 Sep. 201313 Sep. 2013
Vuelta a Espana stage 20 14 Sep. 201314 Sep. 2013
Vuelta a Espana stage 21 15 Sep. 201315 Sep. 2013
Vuelta a EspaƱa General Classification 15 Sep. 201315 Sep. 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; }