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

PlaatsWedstrijd typeStart opEindigt op
The Masters 31 jan. 202002 feb. 2020
Premier League 06 feb. 202022 okt. 2020
UK Open 06 mrt. 202008 mrt. 2020
Belgian Darts Championship 28 feb. 202001 mrt. 2020
German Darts Championship 25 sep. 202027 sep. 2020
World Matchplay 18 jul. 202026 jul. 2020
International Darts Open 23 okt. 202025 okt. 2020
World Series of Darts Finals 18 sep. 202020 sep. 2020
European Darts Grand Prix 16 okt. 202018 okt. 2020
World Grand Prix 06 okt. 202012 okt. 2020
European Championship 29 okt. 202001 nov. 2020
Grand Slam of Darts 16 nov. 202024 nov. 2020
Players Championship Finals 27 nov. 202029 nov. 2020
World Darts Championship 15 dec. 202003 jan. 2021

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