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

РасположениеТип матчаНачинается вЗаканчивается
World Cup Minsk World Cup all distances15 ноя. 201917 ноя. 2019
World Cup Tomaszów Mazowiecki World Cup allround22 ноя. 201924 ноя. 2019
World Cup Nur-Sultan World Cup allround06 дек. 201908 дек. 2019
World Cup NaganoWorld Cup sprint13 дек. 201915 дек. 2019
World Sprint ChampionshipsEC allround28 фев. 202029 фев. 2020
World Distances ChampionshipsWorld Cup sprint13 фев. 202016 фев. 2020
World Cup CalgaryWorld Cup allround07 фев. 202008 фев. 2020
World Allround ChampionshipsWorld Championships allround29 фев. 202001 мар. 2020
World Cup Final Heerenveen 07 мар. 202008 мар. 2020
European Championships 10 янв. 202012 янв. 2020

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