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

LokalizacjaTyp meczuZaczyna się wKończy się na
Diriyah E-Prix I 26 lut. 202126 lut. 2021
Diriyah E-Prix II 27 lut. 202127 lut. 2021
Rome E-Prix I 10 kwi. 202110 kwi. 2021
Valencia E-Prix I 24 kwi. 202124 kwi. 2021
Monaco E-Prix 08 maj. 202108 maj. 2021
Puebla E-Prix I 19 cze. 202119 cze. 2021
Rome E-Prix II 11 kwi. 202111 kwi. 2021
Valencia E-Prix II 25 kwi. 202125 kwi. 2021
Puebla E-Prix II 20 cze. 202120 cze. 2021
New York E-Prix I 10 lip. 202110 lip. 2021
New York E-Prix II 11 lip. 202111 lip. 2021
London E-Prix I 24 lip. 202124 lip. 2021
London E-Prix II 25 lip. 202125 lip. 2021
Berlin E-Prix I 14 sie. 202114 sie. 2021
Berlin E-Prix II 15 sie. 202115 sie. 2021

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