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

LocationType of matchStarts onEnds on
stage 2 25 Feb. 201925 Feb. 2019
stage 3 26 Feb. 201926 Feb. 2019
stage 4 27 Feb. 201927 Feb. 2019
stage 5 28 Feb. 201928 Feb. 2019
stage 6 01 Mar. 201901 Mar. 2019
General Classification 02 Mar. 201902 Mar. 2019
stage 7 02 Mar. 201902 Mar. 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; }