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

BeliggenhetKamptypeStarter denAvslutter den
stage 221 aug.. 201630 nov.. -1
stage 322 aug.. 201630 nov.. -1
stage 423 aug.. 201630 nov.. -1
stage 524 aug.. 201630 nov.. -1
stage 625 aug.. 201630 nov.. -1
stage 726 aug.. 201630 nov.. -1
stage 827 aug.. 201630 nov.. -1
stage 928 aug.. 201630 nov.. -1
stage 1029 aug.. 201630 nov.. -1
stage 1131 aug.. 201630 nov.. -1
stage 1201 sep.. 201630 nov.. -1
stage 1302 sep.. 201630 nov.. -1
stage 1403 sep.. 201630 nov.. -1
stage 1504 sep.. 201630 nov.. -1
stage 1605 sep.. 201630 nov.. -1
stage 1707 sep.. 201630 nov.. -1
stage 1808 sep.. 201630 nov.. -1
stage 1909 sep.. 201630 nov.. -1
stage 2010 sep.. 201630 nov.. -1
stage 2111 sep.. 201630 nov.. -1

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