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

LokalizacjaTyp meczuZaczyna się wKończy się na
stage 1 07 lip. 201807 lip. 2018
stage 2 08 lip. 201808 lip. 2018
stage 3 09 lip. 201809 lip. 2018
stage 4 10 lip. 201810 lip. 2018
stage 5 11 lip. 201811 lip. 2018
stage 6 12 lip. 201812 lip. 2018
stage 7 13 lip. 201813 lip. 2018
stage 8 14 lip. 201814 lip. 2018
stage 9 15 lip. 201815 lip. 2018
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
stage 16 24 lip. 201824 lip. 2018
stage 17 25 lip. 201825 lip. 2018
stage 18 26 lip. 201826 lip. 2018
stage 19 27 lip. 201827 lip. 2018
stage 20 28 lip. 201828 lip. 2018
stage 21 29 lip. 201829 lip. 2018
General Classification 29 lip. 201829 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; }