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

LokalizacjaTyp meczuZaczyna się wKończy się na
team time trial24 sie. 201324 sie. 2013
stage 225 sie. 201330 lis. -1
stage 326 sie. 201330 lis. -1
stage 427 sie. 201330 lis. -1
stage 528 sie. 201330 lis. -1
stage 629 sie. 201330 lis. -1
stage 730 sie. 201330 lis. -1
stage 831 sie. 201330 lis. -1
stage 901 wrz. 201330 lis. -1
stage 1002 wrz. 201330 lis. -1
stage 1104 wrz. 201330 lis. -1
stage 1205 wrz. 201330 lis. -1
stage 1306 wrz. 201330 lis. -1
stage 1407 wrz. 201330 lis. -1
stage 1508 wrz. 201330 lis. -1
stage 1609 wrz. 201330 lis. -1
stage 1711 wrz. 201330 lis. -1
stage 1812 wrz. 201330 lis. -1
stage 1913 wrz. 201330 lis. -1
stage 2014 wrz. 201330 lis. -1
stage 2115 wrz. 201330 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; }