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

MístoDruh zápasuZačíná vKončí v
MotoGP of Qatar 26 bře. 201726 bře. 2017
MotoGP de la República Argentina 09 dub. 201709 dub. 2017
MotoGP of The Americas 23 dub. 201723 dub. 2017
MotoGP de España 07 kvě. 201707 kvě. 2017
MotoGP de France 21 kvě. 201721 kvě. 2017
MotoGP d'Italia 04 čen. 201704 čen. 2017
MotoGP de Catalunya 11 čen. 201711 čen. 2017
MotoGP TT Assen 25 čen. 201725 čen. 2017
MotoGP Deutschland 02 čec. 201702 čec. 2017
MotoGP České republiky 06 srp. 201706 srp. 2017
MotoGP von Österreich 13 srp. 201713 srp. 2017
British MotoGP 27 srp. 201727 srp. 2017
MotoGP di San Marino 10 zář. 201710 zář. 2017
MotoGP de Aragón 24 zář. 201724 zář. 2017
MotoGP of Japan 15 říj. 201715 říj. 2017
Australian MotoGP 22 říj. 201722 říj. 2017
Malaysia MotoGP 29 říj. 201729 říj. 2017
MotoGP de la Comunitat Valenciana 12 lis. 201712 lis. 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; }