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

LocalizaçãoTipo de jogoInicia aTermina em
stage 10 16 mai. 201716 mai. 2017
stage 11 17 mai. 201717 mai. 2017
stage 12 18 mai. 201718 mai. 2017
stage 13 19 mai. 201719 mai. 2017
stage 14 20 mai. 201720 mai. 2017
stage 15 21 mai. 201721 mai. 2017

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