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

MístoDruh zápasuZačíná vKončí v
Omloop het Nieuwsblad 23 úno. 201323 úno. 2013
Kuurne-Brussel-Kuurne 24 úno. 201324 úno. 2013
Strade Bianche 02 bře. 201302 bře. 2013
Milan-San Remo 17 bře. 201317 bře. 2013
Dwars door Vlaanderen 20 bře. 201320 bře. 2013
E3 Prijs Vlaanderen 22 bře. 201322 bře. 2013
Gent-Wevelgem 24 bře. 201324 bře. 2013
Ronde van Vlaanderen 31 bře. 201331 bře. 2013
Scheldeprijs 03 dub. 201303 dub. 2013
Paris-Roubaix 07 dub. 201307 dub. 2013
De Brabantse Pijl 10 dub. 201310 dub. 2013
Amstel Gold Race 14 dub. 201314 dub. 2013
La Flèche Wallonne 17 dub. 201317 dub. 2013
Liège-Bastogne-Liège 21 dub. 201321 dub. 2013

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