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

LocalitàTipo di partitaInizia ilFinisce
stage 1 01 ott. 201901 ott. 2019
stage 2 02 ott. 201902 ott. 2019
stage 3 03 ott. 201903 ott. 2019
stage 4 04 ott. 201904 ott. 2019
stage 5 05 ott. 201905 ott. 2019
stage 6 06 ott. 201906 ott. 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; }