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

LokalizacjaTyp meczuZaczyna się wKończy się na
stage 1 06 lip. 201906 lip. 2019
stage 2 07 lip. 201907 lip. 2019
stage 3 08 lip. 201908 lip. 2019
stage 4 09 lip. 201909 lip. 2019
stage 5 10 lip. 201910 lip. 2019
stage 6 11 lip. 201911 lip. 2019
stage 7 12 lip. 201912 lip. 2019
stage 8 13 lip. 201913 lip. 2019
stage 9 14 lip. 201914 lip. 2019
stage 10 15 lip. 201915 lip. 2019
stage 11 17 lip. 201917 lip. 2019
stage 12 18 lip. 201918 lip. 2019
stage 13 19 lip. 201919 lip. 2019
stage 14 20 lip. 201920 lip. 2019
stage 15 21 lip. 201921 lip. 2019
stage 16 23 lip. 201923 lip. 2019
stage 17 24 lip. 201924 lip. 2019
stage 18 25 lip. 201928 lip. 2019
stage 19 26 lip. 201928 lip. 2019
stage 20 27 lip. 201927 lip. 2019
stage 21 28 lip. 201928 lip. 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; }