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

РасположениеТип матчаНачинается вЗаканчивается
Clásica San Sebastián 01 авг. 201501 авг. 2015
Prudential RideLondon Classic 02 авг. 201502 авг. 2015
Vattenfall Cyclassics 23 авг. 201523 авг. 2015
GP Ouest France - Plouay 30 авг. 201530 авг. 2015
Grand Prix de Québec 11 сен. 201511 сен. 2015
Brussels Cycling Classic 05 сен. 201505 сен. 2015
Grand Prix de Montréal 13 сен. 201513 сен. 2015
Worlds Road Race 27 сен. 201527 сен. 2015
Milano-Torino 01 окт. 201501 окт. 2015
Il Lombardia 04 окт. 201504 окт. 2015
Giro dell'Emilia 10 окт. 201510 окт. 2015
Paris-Tours 11 окт. 201511 окт. 2015
Giro del Piemonte 02 окт. 201502 окт. 2015
Grand Prix de Wallonie 16 сен. 201516 сен. 2015
Tre Valli Varesine 30 сен. 201530 сен. 2015

"; } 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; }