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

LocalizaçãoTipo de jogoInicia aTermina em
E3 Harelbeke 25 mar. 201625 mar. 2016
Gent-Wevelgem 27 mar. 201627 mar. 2016
Ronde van Vlaanderen 03 abr. 201603 abr. 2016
Paris-Roubaix 10 abr. 201610 abr. 2016

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