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

BeliggenhetKamptypeStarter denAvslutter den
MotoGP of Qatar 18 mars. 201818 mars. 2018
MotoGP de la República Argentina 08 april. 201808 april. 2018
MotoGP of The Americas 22 april. 201822 april. 2018
MotoGP de España 06 mai. 201806 mai. 2018
MotoGP de France 20 mai. 201820 mai. 2018
MotoGP d'Italia 03 juni. 201803 juni. 2018
MotoGP de Catalunya 17 juni. 201817 juni. 2018
MotoGP TT Assen 01 juli. 201801 juli. 2018
MotoGP Deutschland 15 juli. 201815 juli. 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; }