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

LokalizacjaTyp meczuZaczyna się wKończy się na
stage 221 sie. 201630 lis. -1
stage 322 sie. 201630 lis. -1
stage 423 sie. 201630 lis. -1
stage 524 sie. 201630 lis. -1
stage 625 sie. 201630 lis. -1
stage 726 sie. 201630 lis. -1
stage 827 sie. 201630 lis. -1
stage 928 sie. 201630 lis. -1
stage 1029 sie. 201630 lis. -1
stage 1131 sie. 201630 lis. -1
stage 1201 wrz. 201630 lis. -1
stage 1302 wrz. 201630 lis. -1
stage 1403 wrz. 201630 lis. -1
stage 1504 wrz. 201630 lis. -1
stage 1605 wrz. 201630 lis. -1
stage 1707 wrz. 201630 lis. -1
stage 1808 wrz. 201630 lis. -1
stage 1909 wrz. 201630 lis. -1
stage 2010 wrz. 201630 lis. -1
stage 2111 wrz. 201630 lis. -1

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