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

MístoDruh zápasuZačíná vKončí v
Omloop het Nieuwsblad 25 úno. 201225 úno. 2012
Kuurne - Brussels - Kuurne 26 úno. 201226 úno. 2012
Strade Bianche 03 bře. 201203 bře. 2012
Milan - San Remo 17 bře. 201217 bře. 2012
Dwars door Vlaanderen 21 bře. 201221 bře. 2012
E3 Prijs Vlaanderen 23 bře. 201223 bře. 2012
Gent - Wevelgem 25 bře. 201225 bře. 2012
Ronde van Vlaanderen 01 dub. 201201 dub. 2012
Scheldeprijs 04 dub. 201204 dub. 2012
Paris - Roubaix 08 dub. 201208 dub. 2012
De Brabantse Pijl 11 dub. 201211 dub. 2012
Amstel Gold Race 15 dub. 201215 dub. 2012
De Waalse Pijl 18 dub. 201218 dub. 2012
Luik - Bastenaken - Luik 22 dub. 201222 dub. 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; }