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

LocationType of matchStarts onEnds on
stage 1 03 Apr. 201703 Apr. 2017
stage 2 04 Apr. 201704 Apr. 2017
stage 3 05 Apr. 201705 Apr. 2017
stage 4 06 Apr. 201706 Apr. 2017
stage 5 07 Apr. 201707 Apr. 2017
stage 6 08 Apr. 201708 Apr. 2017
General Classification 09 Apr. 201709 Apr. 2017

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