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

LocationType of matchStarts onEnds on
stage 2 21 Aug. 201621 Aug. 2016
stage 3 22 Aug. 201622 Aug. 2016
stage 4 23 Aug. 201623 Aug. 2016
stage 5 24 Aug. 201624 Aug. 2016
stage 6 25 Aug. 201625 Aug. 2016
stage 7 26 Aug. 201626 Aug. 2016
stage 8 27 Aug. 201627 Aug. 2016
stage 9 28 Aug. 201628 Aug. 2016
stage 10 29 Aug. 201629 Aug. 2016
stage 11 31 Aug. 201631 Aug. 2016
stage 12 01 Sep. 201601 Sep. 2016
stage 13 02 Sep. 201602 Sep. 2016
stage 14 03 Sep. 201603 Sep. 2016
stage 15 04 Sep. 201604 Sep. 2016
stage 16 05 Sep. 201605 Sep. 2016
stage 17 07 Sep. 201607 Sep. 2016
stage 18 08 Sep. 201608 Sep. 2016
stage 19 09 Sep. 201609 Sep. 2016
stage 20 10 Sep. 201610 Sep. 2016
stage 21 11 Sep. 201611 Sep. 2016
General Classification 11 Sep. 201611 Sep. 2016

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