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

LocationType of matchStarts onEnds on
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 May. 201806 May. 2018
MotoGP de France 20 May. 201820 May. 2018
MotoGP d'Italia 03 Jun. 201803 Jun. 2018
MotoGP de Catalunya 17 Jun. 201817 Jun. 2018
MotoGP TT Assen 01 Jul. 201801 Jul. 2018
MotoGP Deutschland 15 Jul. 201815 Jul. 2018
MotoGP České republiky 05 Aug. 201805 Aug. 2018
MotoGP von Österreich 12 Aug. 201812 Aug. 2018
British MotoGP (Cancelled) 26 Aug. 201826 Aug. 2018
MotoGP di San Marino 09 Sep. 201809 Sep. 2018
MotoGP de Aragón 23 Sep. 201823 Sep. 2018
Thailand MotoGP 07 Oct. 201807 Oct. 2018
MotoGP of Japan 21 Oct. 201821 Oct. 2018
Australian MotoGP 28 Oct. 201828 Oct. 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; }