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

РасположениеТип матчаНачинается вЗаканчивается
The Masters 31 янв. 202002 фев. 2020
Premier League 06 фев. 202022 окт. 2020
UK Open 06 мар. 202008 мар. 2020
Belgian Darts Championship 28 фев. 202001 мар. 2020
German Darts Championship 25 сен. 202027 сен. 2020
World Matchplay 18 июл. 202026 июл. 2020
International Darts Open 23 окт. 202025 окт. 2020
World Series of Darts Finals 18 сен. 202020 сен. 2020
European Darts Grand Prix 16 окт. 202018 окт. 2020
World Grand Prix 06 окт. 202012 окт. 2020
European Championship 29 окт. 202001 ноя. 2020
Grand Slam of Darts 16 ноя. 202024 ноя. 2020
Players Championship Finals 27 ноя. 202029 ноя. 2020
World Darts Championship 15 дек. 202003 янв. 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; }