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

РасположениеТип матчаНачинается вЗаканчивается
World Cup HeerenveenWorld Cup all distances10 ноя. 201712 ноя. 2017
World Cup StavangerWorld Cup allround17 ноя. 201719 ноя. 2017
World Cup CalgaryWorld Cup allround01 дек. 201703 дек. 2017
World Cup Salt Lake CityWorld Cup sprint08 дек. 201710 дек. 2017
World Sprint ChampionshipsEC allround03 мар. 201804 мар. 2018
Olympic GamesWorld Cup sprint10 фев. 201823 фев. 2018
World Cup ErfurtWorld Cup allround19 янв. 201821 янв. 2018
World Allround ChampionshipsWorld Championships allround09 мар. 201811 мар. 2018
World Cup Final Minsk 17 мар. 201818 мар. 2018
European Championships 05 янв. 201806 янв. 2018

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