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

LokalizacjaTyp meczuZaczyna się wKończy się na
stage 10 17 lip. 201817 lip. 2018
stage 11 18 lip. 201818 lip. 2018
stage 12 19 lip. 201819 lip. 2018
stage 13 20 lip. 201820 lip. 2018
stage 14 21 lip. 201821 lip. 2018
stage 15 22 lip. 201822 lip. 2018

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