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

LokalizacjaTyp meczuZaczyna się wKończy się na
Clásica San Sebastián 01 sie. 201501 sie. 2015
Prudential RideLondon Classic 02 sie. 201502 sie. 2015
Vattenfall Cyclassics 23 sie. 201523 sie. 2015
GP Ouest France - Plouay 30 sie. 201530 sie. 2015
Grand Prix de Québec 11 wrz. 201511 wrz. 2015
Brussels Cycling Classic 05 wrz. 201505 wrz. 2015
Grand Prix de Montréal 13 wrz. 201513 wrz. 2015
Worlds Road Race 27 wrz. 201527 wrz. 2015
Milano-Torino 01 paź. 201501 paź. 2015
Il Lombardia 04 paź. 201504 paź. 2015
Giro dell'Emilia 10 paź. 201510 paź. 2015
Paris-Tours 11 paź. 201511 paź. 2015
Giro del Piemonte 02 paź. 201502 paź. 2015
Grand Prix de Wallonie 16 wrz. 201516 wrz. 2015
Tre Valli Varesine 30 wrz. 201530 wrz. 2015

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