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

PlaatsWedstrijd typeStart opEindigt op
MotoGP of Qatar 26 mrt. 201726 mrt. 2017
MotoGP de la República Argentina 09 apr. 201709 apr. 2017
MotoGP of The Americas 23 apr. 201723 apr. 2017
MotoGP de España 07 mei. 201707 mei. 2017
MotoGP de France 21 mei. 201721 mei. 2017
MotoGP d'Italia 04 jun. 201704 jun. 2017
MotoGP de Catalunya 11 jun. 201711 jun. 2017
MotoGP TT Assen 25 jun. 201725 jun. 2017
MotoGP Deutschland 02 jul. 201702 jul. 2017
MotoGP České republiky 06 aug. 201706 aug. 2017
MotoGP von Österreich 13 aug. 201713 aug. 2017
British MotoGP 27 aug. 201727 aug. 2017
MotoGP di San Marino 10 sep. 201710 sep. 2017
MotoGP de Aragón 24 sep. 201724 sep. 2017
MotoGP of Japan 15 okt. 201715 okt. 2017
Australian MotoGP 22 okt. 201722 okt. 2017
Malaysia MotoGP 29 okt. 201729 okt. 2017
MotoGP de la Comunitat Valenciana 12 nov. 201712 nov. 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; }