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

OrtArt der PartieBeginnt amEndet am
stage 2 20 Aug. 201720 Aug. 2017
stage 3 21 Aug. 201721 Aug. 2017
stage 4 22 Aug. 201722 Aug. 2017
stage 5 23 Aug. 201723 Aug. 2017
stage 6 24 Aug. 201724 Aug. 2017
stage 7 25 Aug. 201725 Aug. 2017
stage 8 26 Aug. 201726 Aug. 2017
stage 9 27 Aug. 201727 Aug. 2017
stage 10 29 Aug. 201729 Aug. 2017
stage 11 30 Aug. 201730 Aug. 2017
stage 12 31 Aug. 201731 Aug. 2017
stage 13 01 Sep. 201701 Sep. 2017
stage 14 02 Sep. 201702 Sep. 2017
stage 15 03 Sep. 201703 Sep. 2017
stage 16 05 Sep. 201705 Sep. 2017
stage 17 06 Sep. 201706 Sep. 2017
stage 18 07 Sep. 201707 Sep. 2017
stage 19 08 Sep. 201708 Sep. 2017
stage 20 09 Sep. 201709 Sep. 2017
stage 21 10 Sep. 201710 Sep. 2017
General Classification 11 Sep. 201711 Sep. 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; }