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

LokalizacjaTyp meczuZaczyna się wKończy się na
stage 1 04 lip. 201504 lip. 2015
stage 2 05 lip. 201505 lip. 2015
stage 3 06 lip. 201506 lip. 2015
stage 4 07 lip. 201507 lip. 2015
stage 5 08 lip. 201508 lip. 2015
stage 6 09 lip. 201509 lip. 2015
stage 7 10 lip. 201510 lip. 2015
stage 8 11 lip. 201511 lip. 2015
stage 10 14 lip. 201514 lip. 2015
stage 11 15 lip. 201515 lip. 2015
stage 12 16 lip. 201516 lip. 2015
stage 13 17 lip. 201517 lip. 2015
stage 14 18 lip. 201518 lip. 2015
stage 15 19 lip. 201519 lip. 2015
stage 16 20 lip. 201520 lip. 2015
stage 17 22 lip. 201522 lip. 2015
stage 18 23 lip. 201523 lip. 2015
stage 19 24 lip. 201524 lip. 2015
stage 20 25 lip. 201525 lip. 2015
stage 21 26 lip. 201526 lip. 2015
General Classification 26 lip. 201526 lip. 2015

"; } 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; }