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

LieuType de matchDémarre leTermine le
MotoGP of Qatar 18 mars. 201818 mars. 2018
MotoGP de la República Argentina 08 avril. 201808 avril. 2018
MotoGP of The Americas 22 avril. 201822 avril. 2018
MotoGP de España 06 mai. 201806 mai. 2018
MotoGP de France 20 mai. 201820 mai. 2018
MotoGP d'Italia 03 juin. 201803 juin. 2018
MotoGP de Catalunya 17 juin. 201817 juin. 2018
MotoGP TT Assen 01 juil.. 201801 juil.. 2018
MotoGP Deutschland 15 juil.. 201815 juil.. 2018
MotoGP České republiky 05 août. 201805 août. 2018
MotoGP von Österreich 12 août. 201812 août. 2018
British MotoGP (Cancelled) 26 août. 201826 août. 2018
MotoGP di San Marino 09 sept.. 201809 sept.. 2018
MotoGP de Aragón 23 sept.. 201823 sept.. 2018
Thailand MotoGP 07 oct.. 201807 oct.. 2018
MotoGP of Japan 21 oct.. 201821 oct.. 2018
Australian MotoGP 28 oct.. 201828 oct.. 2018
Malaysia MotoGP 04 nov.. 201804 nov.. 2018
MotoGP de la Comunitat Valenciana 18 nov.. 201818 nov.. 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; }