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

MiestoTyp zápasuZačiatok vKončí v
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 máj. 201707 máj. 2017
MotoGP de France 21 máj. 201721 máj. 2017
MotoGP d'Italia 04 jún. 201704 jún. 2017
MotoGP de Catalunya 11 jún. 201711 jún. 2017
MotoGP TT Assen 25 jún. 201725 jún. 2017
MotoGP Deutschland 02 júl. 201702 júl. 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 okt. 201715 okt. 2017
Australian MotoGP 22 okt. 201722 okt. 2017
Malaysia MotoGP 29 okt. 201729 okt. 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; }