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

UbicaciónTipo de partidoComienza elFinaliza el
MotoGP of Qatar 26 mar. 201726 mar. 2017
MotoGP de la República Argentina 09 abr. 201709 abr. 2017
MotoGP of The Americas 23 abr. 201723 abr. 2017
MotoGP de España 07 may. 201707 may. 2017
MotoGP de France 21 may. 201721 may. 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 ago. 201706 ago. 2017
MotoGP von Österreich 13 ago. 201713 ago. 2017
British MotoGP 27 ago. 201727 ago. 2017
MotoGP di San Marino 10 sep. 201710 sep. 2017
MotoGP de Aragón 24 sep. 201724 sep. 2017
MotoGP of Japan 15 oct. 201715 oct. 2017
Australian MotoGP 22 oct. 201722 oct. 2017
Malaysia MotoGP 29 oct. 201729 oct. 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; }