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

UbicaciónTipo de partidoComienza elFinaliza el
Tour of Qatar 03 feb. 201308 feb. 2013
Tour of Oman 11 feb. 201317 feb. 2013
Volta ao Algarve 13 feb. 201317 feb. 2013
Omloop het Nieuwsblad 23 feb. 201323 feb. 2013
Kuurne-Brussel-Kuurne 24 feb. 201324 feb. 2013
Strade Bianche 02 mar. 201302 mar. 2013
Paris-Nice 03 mar. 201310 mar. 2013
Tirreno-Adriatico 06 mar. 201312 mar. 2013
Milan-San Remo 17 mar. 201317 mar. 2013
Volta a Catalunya 18 mar. 201324 mar. 2013
Dwars door Vlaanderen 20 mar. 201320 mar. 2013
E3 Prijs Vlaanderen 22 mar. 201322 mar. 2013
Gent-Wevelgem 24 mar. 201324 mar. 2013
Ronde van Vlaanderen 31 mar. 201331 mar. 2013
Vuelta al Pais Vasco 01 abr. 201306 abr. 2013
Scheldeprijs 03 abr. 201303 abr. 2013
Paris-Roubaix 07 abr. 201307 abr. 2013
De Brabantse Pijl 10 abr. 201310 abr. 2013
Amstel Gold Race 14 abr. 201314 abr. 2013
La Flèche Wallonne 17 abr. 201317 abr. 2013
Liège-Bastogne-Liège 21 abr. 201321 abr. 2013
Tour de Romandie 23 abr. 201328 abr. 2013
Giro d'Italia 04 may. 201326 may. 2013
AMGEN Tour of California 12 may. 201319 may. 2013
Critérium du Dauphiné 02 jun. 201309 jun. 2013
Tour de France 29 jun. 201321 jul. 2013
Clasica San Sebastian 27 jul. 201327 jul. 2013
Tour de Pologne 27 jul. 201303 ago. 2013
Eneco Tour 12 ago. 201318 ago. 2013
Vuelta a España 24 ago. 201315 sep. 2013
Vattenfall Cyclassics 25 ago. 201325 ago. 2013
GP Ouest France-Plouay 01 sep. 201301 sep. 2013
Grand Prix de Québec 13 sep. 201313 sep. 2013
Brussels Cycling Classic 07 sep. 201307 sep. 2013
Grand Prix de Montreal 15 sep. 201315 sep. 2013
WC Time Trial 25 sep. 201325 sep. 2013
WC Road Race 29 sep. 201329 sep. 2013
Il Lombardia 06 oct. 201306 oct. 2013
Tour of Hangzhou 09 oct. 201313 oct. 2013
Giro dell'Emilia 12 oct. 201312 oct. 2013
Paris-Tours 13 oct. 201313 oct. 2013
Tour of Beijing 11 oct. 201315 oct. 2013
Tour de Suisse 08 jun. 201316 jun. 2013
Milano - Torino 02 oct. 201302 oct. 2013
USA Pro Challenge 19 ago. 201325 ago. 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; }