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

LocationType of matchStarts onEnds on
The Masters 27 Jan. 201729 Jan. 2017
Premier League Darts 02 Feb. 201718 May. 2017
German Darts Championship 24 Mar. 201726 Mar. 2017
UK Open Finals 03 Mar. 201705 Mar. 2017
German Darts Masters 15 Apr. 201717 Apr. 2017
German Darts Open 21 Apr. 201723 Apr. 2017
European Darts Grand Prix 05 May. 201707 May. 2017
Gibraltar Darts Trophy 12 May. 201714 May. 2017
World Matchplay 22 Jul. 201730 Jul. 2017
European Darts Matchplay 09 Jun. 201711 Jun. 2017
Austrian Darts Open 23 Jun. 201725 Jun. 2017
European Darts Open 30 Jun. 201702 Jul. 2017
Dutch Darts Masters 01 Sep. 201703 Sep. 2017
World Grand Prix 01 Oct. 201707 Oct. 2017
German Darts Grand Prix 08 Sep. 201710 Sep. 2017
European Darts Championship 26 Oct. 201729 Oct. 2017
World Series of Darts Finals 03 Nov. 201705 Nov. 2017
Grand Slam of Darts 11 Nov. 201719 Nov. 2017
Players Championship Finals 24 Nov. 201726 Nov. 2017
World Darts Championship 14 Dec. 201701 Jan. 2018
International Darts Open 22 Sep. 201724 Sep. 2017
European Darts Trophy 13 Oct. 201715 Oct. 2017

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