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

LocationType of matchStarts onEnds on
stage 1 02 Sep. 201802 Sep. 2018
stage 2 03 Sep. 201803 Sep. 2018
stage 3 04 Sep. 201804 Sep. 2018
stage 4 05 Sep. 201805 Sep. 2018
stage 5 06 Sep. 201806 Sep. 2018
stage 6 07 Sep. 201807 Sep. 2018
stage 7 08 Sep. 201808 Sep. 2018
stage 8 09 Sep. 201809 Sep. 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; }