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

OrtArt der PartieBeginnt amEndet am
Round 1 10 Okt. 201910 Okt. 2019
Round 2 11 Okt. 201911 Okt. 2019
Round 3 12 Okt. 201912 Okt. 2019
Round 4 13 Okt. 201913 Okt. 2019
General Classification 13 Okt. 201913 Okt. 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; }