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

UbicaciĆ³nTipo de partidoComienza elFinaliza el
The Masters 31 ene. 202002 feb. 2020
Premier League 06 feb. 202022 oct. 2020
UK Open 06 mar. 202008 mar. 2020
Belgian Darts Championship 28 feb. 202001 mar. 2020
German Darts Championship 25 sep. 202027 sep. 2020
World Matchplay 18 jul. 202026 jul. 2020
International Darts Open 23 oct. 202025 oct. 2020
World Series of Darts Finals 18 sep. 202020 sep. 2020
European Darts Grand Prix 16 oct. 202018 oct. 2020
World Grand Prix 06 oct. 202012 oct. 2020
European Championship 29 oct. 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 ene. 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; }