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

LokalizacjaTyp meczuZaczyna się wKończy się na
Critérium du Dauphiné 08 cze. 201415 cze. 2014
Tour de Suisse 14 cze. 201422 cze. 2014
Tour de France 05 lip. 201427 lip. 2014
Clasica San Sebastian 02 sie. 201402 sie. 2014
Tour de Pologne 03 sie. 201409 sie. 2014
Post Danmark Rundt 06 sie. 201410 sie. 2014
Prudential RideLondon Classic 10 sie. 201410 sie. 2014
Eneco Tour 11 sie. 201417 sie. 2014
Vuelta a Burgos 13 sie. 201417 sie. 2014
USA Pro Challenge 18 sie. 201424 sie. 2014
Vuelta a España 23 sie. 201414 wrz. 2014
Vattenfall Cyclassics 24 sie. 201424 sie. 2014
GP Ouest France - Plouay 31 sie. 201431 sie. 2014
Brussels Cycling Classic 06 wrz. 201406 wrz. 2014
GP de Fourmies 07 wrz. 201407 wrz. 2014
Grand Prix de Québec 12 wrz. 201412 wrz. 2014
Grand Prix de Montréal 14 wrz. 201414 wrz. 2014
Worlds Time Trial 24 wrz. 201424 wrz. 2014
Worlds Road Race 28 wrz. 201428 wrz. 2014
Milano-Torino 01 paź. 201401 paź. 2014
Il Lombardia 05 paź. 201405 paź. 2014
Tour of Beijing 10 paź. 201414 paź. 2014
Giro dell'Emilia 11 paź. 201411 paź. 2014
Paris-Tours 12 paź. 201412 paź. 2014
GP 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; }