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

LokalizacjaTyp meczuZaczyna się wKończy się na
team time trial23 sie. 201423 sie. 2014
stage 224 sie. 201430 lis. -1
stage 325 sie. 201430 lis. -1
stage 426 sie. 201430 lis. -1
stage 527 sie. 201430 lis. -1
stage 628 sie. 201430 lis. -1
stage 729 sie. 201430 lis. -1
stage 830 sie. 201430 lis. -1
stage 931 sie. 201430 lis. -1
stage 1002 wrz. 201430 lis. -1
stage 1103 wrz. 201430 lis. -1
stage 1204 wrz. 201430 lis. -1
stage 1305 wrz. 201430 lis. -1
stage 1406 wrz. 201430 lis. -1
stage 1507 wrz. 201430 lis. -1
stage 1608 wrz. 201430 lis. -1
stage 1710 wrz. 201430 lis. -1
stage 1811 wrz. 201430 lis. -1
stage 1912 wrz. 201430 lis. -1
stage 2013 wrz. 201430 lis. -1
stage 2114 wrz. 201430 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; }