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

LokalizacjaTyp meczuZaczyna się wKończy się na
MotoGP of Qatar 26 mar. 201726 mar. 2017
MotoGP de la República Argentina 09 kwi. 201709 kwi. 2017
MotoGP of The Americas 23 kwi. 201723 kwi. 2017
MotoGP de España 07 maj. 201707 maj. 2017
MotoGP de France 21 maj. 201721 maj. 2017
MotoGP d'Italia 04 cze. 201704 cze. 2017
MotoGP de Catalunya 11 cze. 201711 cze. 2017
MotoGP TT Assen 25 cze. 201725 cze. 2017
MotoGP Deutschland 02 lip. 201702 lip. 2017
MotoGP České republiky 06 sie. 201706 sie. 2017
MotoGP von Österreich 13 sie. 201713 sie. 2017
British MotoGP 27 sie. 201727 sie. 2017
MotoGP di San Marino 10 wrz. 201710 wrz. 2017
MotoGP de Aragón 24 wrz. 201724 wrz. 2017
MotoGP of Japan 15 paź. 201715 paź. 2017
Australian MotoGP 22 paź. 201722 paź. 2017
Malaysia MotoGP 29 paź. 201729 paź. 2017
MotoGP de la Comunitat Valenciana 12 lis. 201712 lis. 2017

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