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

BeliggenhetKamptypeStarter denAvslutter den
team time trial22 aug.. 201522 aug.. 2015
stage 223 aug.. 201530 nov.. -1
stage 324 aug.. 201530 nov.. -1
stage 425 aug.. 201530 nov.. -1
stage 526 aug.. 201530 nov.. -1
stage 627 aug.. 201530 nov.. -1
stage 728 aug.. 201530 nov.. -1
stage 829 aug.. 201530 nov.. -1
stage 930 aug.. 201530 nov.. -1
stage 1031 aug.. 201530 nov.. -1
stage 1102 sep.. 201530 nov.. -1
stage 1203 sep.. 201530 nov.. -1
stage 1304 sep.. 201530 nov.. -1
stage 1405 sep.. 201530 nov.. -1
stage 1506 sep.. 201530 nov.. -1
stage 1607 sep.. 201530 nov.. -1
stage 1709 sep.. 201530 nov.. -1
stage 1810 sep.. 201530 nov.. -1
stage 1911 sep.. 201530 nov.. -1
stage 2012 sep.. 201530 nov.. -1
stage 2113 sep.. 201530 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; }