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

MiestoTyp zápasuZačiatok vKončí v
team time trial24 aug. 201324 aug. 2013
stage 225 aug. 201330 nov. -1
stage 326 aug. 201330 nov. -1
stage 427 aug. 201330 nov. -1
stage 528 aug. 201330 nov. -1
stage 629 aug. 201330 nov. -1
stage 730 aug. 201330 nov. -1
stage 831 aug. 201330 nov. -1
stage 901 sep. 201330 nov. -1
stage 1002 sep. 201330 nov. -1
stage 1104 sep. 201330 nov. -1
stage 1205 sep. 201330 nov. -1
stage 1306 sep. 201330 nov. -1
stage 1407 sep. 201330 nov. -1
stage 1508 sep. 201330 nov. -1
stage 1609 sep. 201330 nov. -1
stage 1711 sep. 201330 nov. -1
stage 1812 sep. 201330 nov. -1
stage 1913 sep. 201330 nov. -1
stage 2014 sep. 201330 nov. -1
stage 2115 sep. 201330 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; }