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

LocalizaçãoTipo de jogoInicia aTermina em
stage 16 28 mai. 201928 mai. 2019
stage 17 29 mai. 201929 mai. 2019
stage 18 30 mai. 201930 mai. 2019
stage 19 31 mai. 201931 mai. 2019
stage 20 01 jun. 201901 jun. 2019
stage 21 02 jun. 201902 jun. 2019

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