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

РасположениеТип матчаНачинается вЗаканчивается
Australian Grand Prix 26 мар. 201726 мар. 2017
Chinese Grand Prix 09 апр. 201709 апр. 2017
Bahrain Grand Prix 16 апр. 201716 апр. 2017
Russian Grand Prix 30 апр. 201730 апр. 2017
Gran Premio de España 14 мая. 201714 мая. 2017
Grand Prix de Monaco 28 мая. 201728 мая. 2017
Grand Prix du Canada 11 июн. 201711 июн. 2017
Azerbaijan Grand Prix 25 июн. 201725 июн. 2017
Großer Preis von Österreich 09 июл. 201709 июл. 2017
British Grand Prix 16 июл. 201716 июл. 2017
Hungarian Grand Prix 30 июл. 201730 июл. 2017
Belgian Grand Prix 27 авг. 201727 авг. 2017
Gran Premio d'Italia 03 сен. 201703 сен. 2017
Singapore Grand Prix 17 сен. 201717 сен. 2017
Malaysia Grand Prix 01 окт. 201701 окт. 2017
Japanese Grand Prix 08 окт. 201708 окт. 2017
United States Grand Prix 22 окт. 201722 окт. 2017
Gran Premio de México 29 окт. 201729 окт. 2017
Grande Prêmio do Brasil 12 ноя. 201712 ноя. 2017
Abu Dhabi Grand Prix 26 ноя. 201726 ноя. 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; }