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

LieuType de matchDémarre leTermine le
MotoGP of Qatar 26 mars. 201726 mars. 2017
MotoGP de la República Argentina 09 avril. 201709 avril. 2017
MotoGP of The Americas 23 avril. 201723 avril. 2017
MotoGP de España 07 mai. 201707 mai. 2017
MotoGP de France 21 mai. 201721 mai. 2017
MotoGP d'Italia 04 juin. 201704 juin. 2017
MotoGP de Catalunya 11 juin. 201711 juin. 2017
MotoGP TT Assen 25 juin. 201725 juin. 2017
MotoGP Deutschland 02 juil.. 201702 juil.. 2017
MotoGP České republiky 06 août. 201706 août. 2017
MotoGP von Österreich 13 août. 201713 août. 2017
British MotoGP 27 août. 201727 août. 2017
MotoGP di San Marino 10 sept.. 201710 sept.. 2017
MotoGP de Aragón 24 sept.. 201724 sept.. 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; }