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

LocationType of matchStarts onEnds on
stage 1 22 Apr. 201922 Apr. 2019
stage 2 23 Apr. 201923 Apr. 2019
stage 3 24 Apr. 201924 Apr. 2019
stage 4 25 Apr. 201925 Apr. 2019
stage 5 26 Apr. 201926 Apr. 2019
General Classification 26 Apr. 201926 Apr. 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; }