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

UbicaciónTipo de partidoComienza elFinaliza el
Oberhof 04 ene. 201806 ene. 2018
Ruhpolding 10 ene. 201814 ene. 2018
Antholz-Anterselva 18 ene. 201821 ene. 2018
Kontiolahti 08 mar. 201811 mar. 2018
Oslo Holmenkollen 15 mar. 201818 mar. 2018
Tyumen 22 mar. 201825 mar. 2018
Oestersund 29 nov. 201703 dic. 2017
Hochfilzen 08 dic. 201709 dic. 2017
PyeongChang 10 feb. 201818 feb. 2018
Annecy-Le Grand Bornand 14 dic. 201717 dic. 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; }