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

MístoDruh zápasuZačíná vKončí v
stage 109 bře. 201430 lis. -1
stage 210 bře. 201430 lis. -1
stage 311 bře. 201430 lis. -1
stage 412 bře. 201430 lis. -1
stage 513 bře. 201430 lis. -1
stage 614 bře. 201430 lis. -1
stage 715 bře. 201430 lis. -1
stage 816 bře. 201430 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; }