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

OrtArt der PartieBeginnt amEndet am
Classica Ciclista San Sebastian 14 Aug. 201214 Aug. 2012
Vattenfall Cyclassics 19 Aug. 201219 Aug. 2012
GP Ouest France - Plouay 26 Aug. 201226 Aug. 2012
Grand Prix Cycliste de Québec 07 Sep. 201207 Sep. 2012
Paris - Brussels 08 Sep. 201208 Sep. 2012
Grand Prix Cycliste de Montreal 09 Sep. 201209 Sep. 2012
Worlds Road Race 23 Sep. 201223 Sep. 2012
Tour of Lombardia 29 Sep. 201229 Sep. 2012
Giro dell.Emilia 06 Okt. 201206 Okt. 2012
Paris - Tours 07 Okt. 201207 Okt. 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; }