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

LieuType de matchDémarre leTermine le
prologue03 mars. 201330 nov.. -1
stage 104 mars. 201330 nov.. -1
stage 205 mars. 201330 nov.. -1
stage 306 mars. 201330 nov.. -1
stage 407 mars. 201330 nov.. -1
stage 508 mars. 201330 nov.. -1
stage 609 mars. 201330 nov.. -1
stage 710 mars. 201330 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; }