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

LokalizacjaTyp meczuZaczyna się wKończy się na
Classica Ciclista San Sebastian 14 sie. 201214 sie. 2012
Vattenfall Cyclassics 19 sie. 201219 sie. 2012
GP Ouest France - Plouay 26 sie. 201226 sie. 2012
Grand Prix Cycliste de Québec 07 wrz. 201207 wrz. 2012
Paris - Brussels 08 wrz. 201208 wrz. 2012
Grand Prix Cycliste de Montreal 09 wrz. 201209 wrz. 2012
Worlds Road Race 23 wrz. 201223 wrz. 2012
Tour of Lombardia 29 wrz. 201229 wrz. 2012
Giro dell.Emilia 06 paź. 201206 paź. 2012
Paris - Tours 07 paź. 201207 paź. 2012

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