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

LokalizacjaTyp meczuZaczyna się wKończy się na
Australian Grand Prix 25 mar. 201825 mar. 2018
Bahrain Grand Prix 08 kwi. 201808 kwi. 2018
Chinese Grand Prix 15 kwi. 201815 kwi. 2018
Azerbaijan Grand Prix 29 kwi. 201829 kwi. 2018
Gran Premio de España 13 maj. 201813 maj. 2018
Grand Prix de Monaco 27 maj. 201827 maj. 2018
Grand Prix du Canada 10 cze. 201810 cze. 2018
Grand Prix de France 24 cze. 201824 cze. 2018
Großer Preis von Österreich 01 lip. 201801 lip. 2018
British Grand Prix 08 lip. 201808 lip. 2018
Großer Preis von Deutschland 22 lip. 201822 lip. 2018
Hungarian Grand Prix 29 lip. 201829 lip. 2018
Belgian Grand Prix 26 sie. 201826 sie. 2018
Gran Premio d'Italia 02 wrz. 201802 wrz. 2018
Singapore Grand Prix 16 wrz. 201816 wrz. 2018
Russian Grand Prix 30 wrz. 201830 wrz. 2018
Japanese Grand Prix 07 paź. 201807 paź. 2018
United States Grand Prix 21 paź. 201821 paź. 2018
Gran Premio de México 28 paź. 201828 paź. 2018
Grande Prêmio do Brasil 11 lis. 201811 lis. 2018
Abu Dhabi Grand Prix 25 lis. 201825 lis. 2018

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