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

OrtArt der PartieBeginnt amEndet am
Round 1 18 Jul. 201318 Jul. 2013
Round 2 19 Jul. 201319 Jul. 2013
Round 3 20 Jul. 201320 Jul. 2013
Round 4 21 Jul. 201321 Jul. 2013
General classification 21 Jul. 201321 Jul. 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; }