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

LieuType de matchDémarre leTermine le
The Masters 31 janv.. 202002 févr.. 2020
Premier League 06 févr.. 202022 oct.. 2020
UK Open 06 mars. 202008 mars. 2020
Belgian Darts Championship 28 févr.. 202001 mars. 2020
German Darts Championship 25 sept.. 202027 sept.. 2020
World Matchplay 18 juil.. 202026 juil.. 2020
International Darts Open 23 oct.. 202025 oct.. 2020
World Series of Darts Finals 18 sept.. 202020 sept.. 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 déc.. 202003 janv.. 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; }