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

LokalizacjaTyp meczuZaczyna się wKończy się na
The Masters 31 sty. 202002 lut. 2020
Premier League 06 lut. 202022 paź. 2020
UK Open 06 mar. 202008 mar. 2020
Belgian Darts Championship 28 lut. 202001 mar. 2020
German Darts Championship 25 wrz. 202027 wrz. 2020
World Matchplay 18 lip. 202026 lip. 2020
International Darts Open 23 paź. 202025 paź. 2020
World Series of Darts Finals 18 wrz. 202020 wrz. 2020
European Darts Grand Prix 16 paź. 202018 paź. 2020
World Grand Prix 06 paź. 202012 paź. 2020
European Championship 29 paź. 202001 lis. 2020
Grand Slam of Darts 16 lis. 202024 lis. 2020
Players Championship Finals 27 lis. 202029 lis. 2020
World Darts Championship 15 gru. 202003 sty. 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; }