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 27 lip. 201327 lip. 2013
Vattenfall Cyclassics 25 sie. 201325 sie. 2013
GP Ouest France-Plouay 01 wrz. 201301 wrz. 2013
Brussels Cycling Classic 07 wrz. 201307 wrz. 2013
Grand Prix de Québec 13 wrz. 201313 wrz. 2013
Grand Prix de Montreal 15 wrz. 201315 wrz. 2013
Worlds Road Race 29 wrz. 201329 wrz. 2013
Milano-Torino 02 paź. 201302 paź. 2013
Il Lombardia 06 paź. 201306 paź. 2013
Giro dell'Emilia 12 paź. 201312 paź. 2013
Paris-Tours 13 paź. 201313 paź. 2013
GP de Fourmies 08 wrz. 201308 wrz. 2013
Tre Valli Varesine 23 sie. 201323 sie. 2013
Giro del Piemonte (Cancelled) 04 paź. 201304 paź. 2013
Tour de Vendée 06 paź. 201306 paź. 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; }