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

LokalizacjaTyp meczuZaczyna się wKończy się na
stage 1 02 lip. 201602 lip. 2016
stage 2 03 lip. 201603 lip. 2016
stage 3 04 lip. 201604 lip. 2016
stage 4 05 lip. 201605 lip. 2016
stage 5 06 lip. 201606 lip. 2016
stage 6 07 lip. 201607 lip. 2016
stage 7 08 lip. 201608 lip. 2016
stage 8 09 lip. 201609 lip. 2016
stage 9 10 lip. 201610 lip. 2016
stage 10 12 lip. 201612 lip. 2016
stage 11 13 lip. 201613 lip. 2016
stage 12 14 lip. 201614 lip. 2016
stage 13 15 lip. 201615 lip. 2016
stage 14 16 lip. 201616 lip. 2016
stage 15 17 lip. 201617 lip. 2016
stage 16 18 lip. 201618 lip. 2016
stage 17 20 lip. 201620 lip. 2016
stage 18 21 lip. 201621 lip. 2016
stage 19 22 lip. 201622 lip. 2016
stage 20 23 lip. 201623 lip. 2016
General Classification 24 lip. 201624 lip. 2016
stage 21 24 lip. 201624 lip. 2016

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