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

LieuType de matchDémarre leTermine le
stage 1 02 janv.. 201702 janv.. 2017
stage 2 03 janv.. 201703 janv.. 2017
stage 3 04 janv.. 201704 janv.. 2017
stage 4 05 janv.. 201705 janv.. 2017
stage 5 06 janv.. 201706 janv.. 2017
stage 6 (Cancelled) 07 janv.. 201707 janv.. 2017
stage 7 09 janv.. 201709 janv.. 2017
stage 8 10 janv.. 201710 janv.. 2017
stage 9 (Cancelled) 11 janv.. 201711 janv.. 2017
stage 10 12 janv.. 201712 janv.. 2017
stage 11 13 janv.. 201713 janv.. 2017
stage 12 14 janv.. 201714 janv.. 2017
General Classification 15 janv.. 201715 janv.. 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; }