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

BeliggenhetKamptypeStarter denAvslutter den
team time trial23 aug.. 201423 aug.. 2014
stage 224 aug.. 201430 nov.. -1
stage 325 aug.. 201430 nov.. -1
stage 426 aug.. 201430 nov.. -1
stage 527 aug.. 201430 nov.. -1
stage 628 aug.. 201430 nov.. -1
stage 729 aug.. 201430 nov.. -1
stage 830 aug.. 201430 nov.. -1
stage 931 aug.. 201430 nov.. -1
stage 1002 sep.. 201430 nov.. -1
stage 1103 sep.. 201430 nov.. -1
stage 1204 sep.. 201430 nov.. -1
stage 1305 sep.. 201430 nov.. -1
stage 1406 sep.. 201430 nov.. -1
stage 1507 sep.. 201430 nov.. -1
stage 1608 sep.. 201430 nov.. -1
stage 1710 sep.. 201430 nov.. -1
stage 1811 sep.. 201430 nov.. -1
stage 1912 sep.. 201430 nov.. -1
stage 2013 sep.. 201430 nov.. -1
stage 2114 sep.. 201430 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; }