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

MístoDruh zápasuZačíná vKončí v
Oberhof 04 led. 201806 led. 2018
Ruhpolding 10 led. 201814 led. 2018
Antholz-Anterselva 18 led. 201821 led. 2018
Kontiolahti 08 bře. 201811 bře. 2018
Oslo Holmenkollen 15 bře. 201818 bře. 2018
Tyumen 22 bře. 201825 bře. 2018
Oestersund 29 lis. 201703 pro. 2017
Hochfilzen 08 pro. 201709 pro. 2017
PyeongChang 10 úno. 201818 úno. 2018
Annecy-Le Grand Bornand 14 pro. 201717 pro. 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; }