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

LokalizacjaTyp meczuZaczyna się wKończy się na
team time trial09 maj. 201509 maj. 2015
stage 210 maj. 201530 lis. -1
stage 311 maj. 201530 lis. -1
stage 412 maj. 201530 lis. -1
stage 513 maj. 201530 lis. -1
stage 614 maj. 201530 lis. -1
stage 715 maj. 201530 lis. -1
stage 816 maj. 201530 lis. -1
stage 917 maj. 201530 lis. -1
stage 1019 maj. 201530 lis. -1
stage 1120 maj. 201530 lis. -1
stage 1221 maj. 201530 lis. -1
stage 1322 maj. 201530 lis. -1
stage 1423 maj. 201530 lis. -1
stage 1524 maj. 201530 lis. -1
stage 1626 maj. 201530 lis. -1
stage 1727 maj. 201530 lis. -1
stage 1828 maj. 201530 lis. -1
stage 1929 maj. 201530 lis. -1
stage 2030 maj. 201530 lis. -1
stage 2131 maj. 201530 lis. -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; }