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

LocalitàTipo di partitaInizia ilFinisce
MotoGP of Qatar 18 mar. 201818 mar. 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 mag. 201806 mag. 2018
MotoGP de France 20 mag. 201820 mag. 2018
MotoGP d'Italia 03 giu. 201803 giu. 2018
MotoGP de Catalunya 17 giu. 201817 giu. 2018
MotoGP TT Assen 01 lug. 201801 lug. 2018
MotoGP Deutschland 15 lug. 201815 lug. 2018
MotoGP České republiky 05 ago. 201805 ago. 2018
MotoGP von Österreich 12 ago. 201812 ago. 2018
British MotoGP (Cancelled) 26 ago. 201826 ago. 2018
MotoGP di San Marino 09 set. 201809 set. 2018
MotoGP de Aragón 23 set. 201823 set. 2018
Thailand MotoGP 07 ott. 201807 ott. 2018
MotoGP of Japan 21 ott. 201821 ott. 2018
Australian MotoGP 28 ott. 201828 ott. 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; }