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

LocationType of matchStarts onEnds on
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 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 Aug. 201706 Aug. 2017
MotoGP von Österreich 13 Aug. 201713 Aug. 2017
British MotoGP 27 Aug. 201727 Aug. 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; }