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

LocalitàTipo di partitaInizia ilFinisce
Clásica San Sebastián 27 lug. 201327 lug. 2013
Vattenfall Cyclassics 25 ago. 201325 ago. 2013
GP Ouest France-Plouay 01 set. 201301 set. 2013
Brussels Cycling Classic 07 set. 201307 set. 2013
Grand Prix de Québec 13 set. 201313 set. 2013
Grand Prix de Montreal 15 set. 201315 set. 2013
Worlds Road Race 29 set. 201329 set. 2013
Milano-Torino 02 ott. 201302 ott. 2013
Il Lombardia 06 ott. 201306 ott. 2013
Giro dell'Emilia 12 ott. 201312 ott. 2013
Paris-Tours 13 ott. 201313 ott. 2013
GP de Fourmies 08 set. 201308 set. 2013
Tre Valli Varesine 23 ago. 201323 ago. 2013
Giro del Piemonte (Cancelled) 04 ott. 201304 ott. 2013
Tour de Vendée 06 ott. 201306 ott. 2013

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