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

LocationType of matchStarts onEnds on
stage 1 04 Aug. 201804 Aug. 2018
stage 2 05 Aug. 201805 Aug. 2018
stage 3 06 Aug. 201806 Aug. 2018
stage 4 07 Aug. 201807 Aug. 2018
stage 5 08 Aug. 201808 Aug. 2018
stage 6 09 Aug. 201809 Aug. 2018
stage 7 10 Aug. 201810 Aug. 2018

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