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

LokalizacjaTyp meczuZaczyna się wKończy się na
stage 1 01 lip. 201701 lip. 2017
stage 2 02 lip. 201702 lip. 2017
stage 3 03 lip. 201703 lip. 2017
stage 4 04 lip. 201704 lip. 2017
stage 5 05 lip. 201705 lip. 2017
stage 6 06 lip. 201706 lip. 2017
stage 7 07 lip. 201707 lip. 2017
stage 8 08 lip. 201708 lip. 2017
stage 9 09 lip. 201709 lip. 2017
stage 10 11 lip. 201711 lip. 2017
stage 11 12 lip. 201712 lip. 2017
stage 12 13 lip. 201713 lip. 2017
stage 13 14 lip. 201714 lip. 2017
stage 14 15 lip. 201715 lip. 2017
stage 15 16 lip. 201716 lip. 2017
stage 16 18 lip. 201718 lip. 2017
stage 17 19 lip. 201719 lip. 2017
stage 18 20 lip. 201720 lip. 2017
stage 19 21 lip. 201721 lip. 2017
stage 20 22 lip. 201722 lip. 2017
stage 21 23 lip. 201723 lip. 2017

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