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

LokalizacjaTyp meczuZaczyna się wKończy się na
Worlds Road Race 28 wrz. 201428 wrz. 2014
Prudential RideLondon Classic 10 sie. 201410 sie. 2014
Brussels Cycling Classic 06 wrz. 201406 wrz. 2014
GP de Fourmies 07 wrz. 201407 wrz. 2014
Tre Valli Varesine 18 wrz. 201418 wrz. 2014
Milano-Torino 01 paź. 201401 paź. 2014
Giro del Piemonte (Cancelled) 03 paź. 201403 paź. 2014
Giro dell'Emilia 11 paź. 201411 paź. 2014
Paris-Tours 12 paź. 201412 paź. 2014
Clasica San Sebastian 02 sie. 201402 sie. 2014
Vattenfall Cyclassics 24 sie. 201424 sie. 2014
GP Ouest France - Plouay 31 sie. 201431 sie. 2014
Grand Prix Cycliste de Québec 12 wrz. 201412 wrz. 2014
Grand Prix Cycliste de Montréal 14 wrz. 201414 wrz. 2014
Il Lombardia 05 paź. 201405 paź. 2014
Gran Premio Bruno Beghelli 12 paź. 201412 paź. 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; }