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

РасположениеТип матчаНачинается вЗаканчивается
Worlds Road Race 28 сен. 201428 сен. 2014
Prudential RideLondon Classic 10 авг. 201410 авг. 2014
Brussels Cycling Classic 06 сен. 201406 сен. 2014
GP de Fourmies 07 сен. 201407 сен. 2014
Tre Valli Varesine 18 сен. 201418 сен. 2014
Milano-Torino 01 окт. 201401 окт. 2014
Giro del Piemonte (Cancelled) 03 окт. 201403 окт. 2014
Giro dell'Emilia 11 окт. 201411 окт. 2014
Paris-Tours 12 окт. 201412 окт. 2014
Clasica San Sebastian 02 авг. 201402 авг. 2014
Vattenfall Cyclassics 24 авг. 201424 авг. 2014
GP Ouest France - Plouay 31 авг. 201431 авг. 2014
Grand Prix Cycliste de Québec 12 сен. 201412 сен. 2014
Grand Prix Cycliste de Montréal 14 сен. 201414 сен. 2014
Il Lombardia 05 окт. 201405 окт. 2014
Gran Premio Bruno Beghelli 12 окт. 201412 окт. 2014

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