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

LocalitàTipo di partitaInizia ilFinisce
Worlds Road Race 28 set. 201428 set. 2014
Prudential RideLondon Classic 10 ago. 201410 ago. 2014
Brussels Cycling Classic 06 set. 201406 set. 2014
GP de Fourmies 07 set. 201407 set. 2014
Tre Valli Varesine 18 set. 201418 set. 2014
Milano-Torino 01 ott. 201401 ott. 2014
Giro del Piemonte (Cancelled) 03 ott. 201403 ott. 2014
Giro dell'Emilia 11 ott. 201411 ott. 2014
Paris-Tours 12 ott. 201412 ott. 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 set. 201412 set. 2014
Grand Prix Cycliste de Montréal 14 set. 201414 set. 2014
Il Lombardia 05 ott. 201405 ott. 2014
Gran Premio Bruno Beghelli 12 ott. 201412 ott. 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; }