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

OrtArt der PartieBeginnt amEndet am
Clásica San Sebastián 27 Jul. 201327 Jul. 2013
Vattenfall Cyclassics 25 Aug. 201325 Aug. 2013
GP Ouest France-Plouay 01 Sep. 201301 Sep. 2013
Brussels Cycling Classic 07 Sep. 201307 Sep. 2013
Grand Prix de Québec 13 Sep. 201313 Sep. 2013
Grand Prix de Montreal 15 Sep. 201315 Sep. 2013
Worlds Road Race 29 Sep. 201329 Sep. 2013
Milano-Torino 02 Okt. 201302 Okt. 2013
Il Lombardia 06 Okt. 201306 Okt. 2013
Giro dell'Emilia 12 Okt. 201312 Okt. 2013
Paris-Tours 13 Okt. 201313 Okt. 2013
GP de Fourmies 08 Sep. 201308 Sep. 2013
Tre Valli Varesine 23 Aug. 201323 Aug. 2013
Giro del Piemonte (Cancelled) 04 Okt. 201304 Okt. 2013
Tour de Vendée 06 Okt. 201306 Okt. 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; }