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

LokalizacjaTyp meczuZaczyna się wKończy się na
team time trial22 sie. 201522 sie. 2015
stage 223 sie. 201530 lis. -1
stage 324 sie. 201530 lis. -1
stage 425 sie. 201530 lis. -1
stage 526 sie. 201530 lis. -1
stage 627 sie. 201530 lis. -1
stage 728 sie. 201530 lis. -1
stage 829 sie. 201530 lis. -1
stage 930 sie. 201530 lis. -1
stage 1031 sie. 201530 lis. -1
stage 1102 wrz. 201530 lis. -1
stage 1203 wrz. 201530 lis. -1
stage 1304 wrz. 201530 lis. -1
stage 1405 wrz. 201530 lis. -1
stage 1506 wrz. 201530 lis. -1
stage 1607 wrz. 201530 lis. -1
stage 1709 wrz. 201530 lis. -1
stage 1810 wrz. 201530 lis. -1
stage 1911 wrz. 201530 lis. -1
stage 2012 wrz. 201530 lis. -1
stage 2113 wrz. 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; }