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

LocalitàTipo di partitaInizia ilFinisce
World Cup HeerenveenWorld Cup all distances10 nov. 201712 nov. 2017
World Cup StavangerWorld Cup allround17 nov. 201719 nov. 2017
World Cup CalgaryWorld Cup allround01 dic. 201703 dic. 2017
World Cup Salt Lake CityWorld Cup sprint08 dic. 201710 dic. 2017
World Sprint ChampionshipsEC allround03 mar. 201804 mar. 2018
Olympic GamesWorld Cup sprint10 feb. 201823 feb. 2018
World Cup ErfurtWorld Cup allround19 gen. 201821 gen. 2018
World Allround ChampionshipsWorld Championships allround09 mar. 201811 mar. 2018
World Cup Final Minsk 17 mar. 201818 mar. 2018
European Championships 05 gen. 201806 gen. 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; }