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

РасположениеТип матчаНачинается вЗаканчивается
Clásica San Sebastián 27 июл. 201327 июл. 2013
Vattenfall Cyclassics 25 авг. 201325 авг. 2013
GP Ouest France-Plouay 01 сен. 201301 сен. 2013
Brussels Cycling Classic 07 сен. 201307 сен. 2013
Grand Prix de Québec 13 сен. 201313 сен. 2013
Grand Prix de Montreal 15 сен. 201315 сен. 2013
Worlds Road Race 29 сен. 201329 сен. 2013
Milano-Torino 02 окт. 201302 окт. 2013
Il Lombardia 06 окт. 201306 окт. 2013
Giro dell'Emilia 12 окт. 201312 окт. 2013
Paris-Tours 13 окт. 201313 окт. 2013
GP de Fourmies 08 сен. 201308 сен. 2013
Tre Valli Varesine 23 авг. 201323 авг. 2013
Giro del Piemonte (Cancelled) 04 окт. 201304 окт. 2013
Tour de Vendée 06 окт. 201306 окт. 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; }