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

LocalitàTipo di partitaInizia ilFinisce
Omloop het Nieuwsblad 25 feb. 201225 feb. 2012
Kuurne - Brussels - Kuurne 26 feb. 201226 feb. 2012
Strade Bianche 03 mar. 201203 mar. 2012
Milan - San Remo 17 mar. 201217 mar. 2012
Dwars door Vlaanderen 21 mar. 201221 mar. 2012
E3 Prijs Vlaanderen 23 mar. 201223 mar. 2012
Gent - Wevelgem 25 mar. 201225 mar. 2012
Ronde van Vlaanderen 01 apr. 201201 apr. 2012
Scheldeprijs 04 apr. 201204 apr. 2012
Paris - Roubaix 08 apr. 201208 apr. 2012
De Brabantse Pijl 11 apr. 201211 apr. 2012
Amstel Gold Race 15 apr. 201215 apr. 2012
De Waalse Pijl 18 apr. 201218 apr. 2012
Luik - Bastenaken - Luik 22 apr. 201222 apr. 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; }