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

LocalizaçãoTipo de jogoInicia aTermina em
Classica Ciclista San Sebastian 14 ago. 201214 ago. 2012
Vattenfall Cyclassics 19 ago. 201219 ago. 2012
GP Ouest France - Plouay 26 ago. 201226 ago. 2012
Grand Prix Cycliste de Québec 07 set. 201207 set. 2012
Paris - Brussels 08 set. 201208 set. 2012
Grand Prix Cycliste de Montreal 09 set. 201209 set. 2012
Worlds Road Race 23 set. 201223 set. 2012
Tour of Lombardia 29 set. 201229 set. 2012
Giro dell.Emilia 06 out. 201206 out. 2012
Paris - Tours 07 out. 201207 out. 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; }