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

LokalizacjaTyp meczuZaczyna się wKończy się na
MotoGP of Qatar 18 mar. 201818 mar. 2018
MotoGP de la República Argentina 08 kwi. 201808 kwi. 2018
MotoGP of The Americas 22 kwi. 201822 kwi. 2018
MotoGP de España 06 maj. 201806 maj. 2018
MotoGP de France 20 maj. 201820 maj. 2018
MotoGP d'Italia 03 cze. 201803 cze. 2018
MotoGP de Catalunya 17 cze. 201817 cze. 2018
MotoGP TT Assen 01 lip. 201801 lip. 2018
MotoGP Deutschland 15 lip. 201815 lip. 2018
MotoGP České republiky 05 sie. 201805 sie. 2018
MotoGP von Österreich 12 sie. 201812 sie. 2018
British MotoGP (Cancelled) 26 sie. 201826 sie. 2018
MotoGP di San Marino 09 wrz. 201809 wrz. 2018
MotoGP de Aragón 23 wrz. 201823 wrz. 2018
Thailand MotoGP 07 paź. 201807 paź. 2018
MotoGP of Japan 21 paź. 201821 paź. 2018
Australian MotoGP 28 paź. 201828 paź. 2018
Malaysia MotoGP 04 lis. 201804 lis. 2018
MotoGP de la Comunitat Valenciana 18 lis. 201818 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; }