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

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