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

LocationType of matchStarts onEnds on
The Masters 01 Feb. 201903 Feb. 2019
Premier League Darts 07 Feb. 201923 May. 2019
UK Open 01 Mar. 201903 Mar. 2019
European Darts Open 22 Mar. 201924 Mar. 2019
German Darts Championship 29 Mar. 201931 Mar. 2019
German Darts Grand Prix 20 Apr. 201922 Apr. 2019
German Darts Open 26 Apr. 201928 Apr. 2019
Austrian Darts Open 03 May. 201905 May. 2019
European Darts Grand Prix 10 May. 201912 May. 2019
Dutch Darts Masters 24 May. 201926 May. 2019
Danish Darts Open 14 Jun. 201916 Jun. 2019
Czech Darts Open 28 Jun. 201930 Jun. 2019
World Matchplay 20 Jul. 201928 Jul. 2019
Austrian Darts Championship 30 Aug. 201901 Sep. 2019
European Darts Matchplay 06 Sep. 201908 Sep. 2019
International Darts Open 13 Sep. 201915 Sep. 2019
World Grand Prix 06 Oct. 201912 Oct. 2019
Gibraltar Darts Trophy 27 Sep. 201929 Sep. 2019
European Darts Championship 24 Oct. 201927 Oct. 2019
World Series of Darts Finals 01 Nov. 201903 Nov. 2019
Grand Slam of Darts 09 Nov. 201917 Nov. 2019
Players Championship Finals 22 Nov. 201924 Nov. 2019
World Darts Championship 12 Dec. 201901 Jan. 2020

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