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

LocationType of matchStarts onEnds on
stage 10 03 Sep. 201903 Sep. 2019
stage 11 04 Sep. 201904 Sep. 2019
stage 12 05 Sep. 201905 Sep. 2019
stage 13 06 Sep. 201906 Sep. 2019
stage 14 07 Sep. 201907 Sep. 2019
stage 15 08 Sep. 201908 Sep. 2019
stage 16 09 Sep. 201909 Sep. 2019

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