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

LocalitàTipo di partitaInizia ilFinisce
MotoGP of Qatar 26 mar. 201726 mar. 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 mag. 201707 mag. 2017
MotoGP de France 21 mag. 201721 mag. 2017
MotoGP d'Italia 04 giu. 201704 giu. 2017
MotoGP de Catalunya 11 giu. 201711 giu. 2017
MotoGP TT Assen 25 giu. 201725 giu. 2017
MotoGP Deutschland 02 lug. 201702 lug. 2017
MotoGP České republiky 06 ago. 201706 ago. 2017
MotoGP von Österreich 13 ago. 201713 ago. 2017
British MotoGP 27 ago. 201727 ago. 2017
MotoGP di San Marino 10 set. 201710 set. 2017
MotoGP de Aragón 24 set. 201724 set. 2017
MotoGP of Japan 15 ott. 201715 ott. 2017
Australian MotoGP 22 ott. 201722 ott. 2017
Malaysia MotoGP 29 ott. 201729 ott. 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; }