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

MiestoTyp zápasuZačiatok vKončí v
stage 108 feb. 201530 nov. -1
stage 209 feb. 201530 nov. -1
stage 310 feb. 201530 nov. -1
stage 411 feb. 201530 nov. -1
stage 512 feb. 201530 nov. -1
stage 613 feb. 201530 nov. -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; }