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

PlaatsWedstrijd typeStart opEindigt op
MotoGP of Qatar 18 mrt. 201818 mrt. 2018
MotoGP de la República Argentina 08 apr. 201808 apr. 2018
MotoGP of The Americas 22 apr. 201822 apr. 2018
MotoGP de España 06 mei. 201806 mei. 2018
MotoGP de France 20 mei. 201820 mei. 2018
MotoGP d'Italia 03 jun. 201803 jun. 2018
MotoGP de Catalunya 17 jun. 201817 jun. 2018
MotoGP TT Assen 01 jul. 201801 jul. 2018
MotoGP Deutschland 15 jul. 201815 jul. 2018
MotoGP České republiky 05 aug. 201805 aug. 2018
MotoGP von Österreich 12 aug. 201812 aug. 2018
British MotoGP (Cancelled) 26 aug. 201826 aug. 2018
MotoGP di San Marino 09 sep. 201809 sep. 2018
MotoGP de Aragón 23 sep. 201823 sep. 2018
Thailand MotoGP 07 okt. 201807 okt. 2018
MotoGP of Japan 21 okt. 201821 okt. 2018
Australian MotoGP 28 okt. 201828 okt. 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; }