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

LocalizaçãoTipo de jogoInicia aTermina em
stage 16 22 mai. 201822 mai. 2018
stage 17 23 mai. 201823 mai. 2018
stage 18 24 mai. 201824 mai. 2018
stage 19 25 mai. 201825 mai. 2018
stage 20 26 mai. 201826 mai. 2018
stage 21 27 mai. 201827 mai. 2018

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