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

LocalitàTipo di partitaInizia ilFinisce
The Masters 31 gen. 202002 feb. 2020
Premier League 06 feb. 202022 ott. 2020
UK Open 06 mar. 202008 mar. 2020
Belgian Darts Championship 28 feb. 202001 mar. 2020
German Darts Championship 25 set. 202027 set. 2020
World Matchplay 18 lug. 202026 lug. 2020
International Darts Open 23 ott. 202025 ott. 2020
World Series of Darts Finals 18 set. 202020 set. 2020
European Darts Grand Prix 16 ott. 202018 ott. 2020
World Grand Prix 06 ott. 202012 ott. 2020
European Championship 29 ott. 202001 nov. 2020
Grand Slam of Darts 16 nov. 202024 nov. 2020
Players Championship Finals 27 nov. 202029 nov. 2020
World Darts Championship 15 dic. 202003 gen. 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; }