Warning: include(shared/gameData.php) [function.include]: failed to open stream: No such file or directory in /home/wielersp/public_html/wielerjaarspel/overzichten/index/index-javascript.php on line 4

Warning: include(shared/gameData.php) [function.include]: failed to open stream: No such file or directory in /home/wielersp/public_html/wielerjaarspel/overzichten/index/index-javascript.php on line 4

Warning: include() [function.include]: Failed opening 'shared/gameData.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wielersp/public_html/wielerjaarspel/overzichten/index/index-javascript.php on line 4
var documentRoot="overzichten/index/"; window.onload=bijladen; function bijladen() { voegToeBuffer("neemBody", "body.php"); } function neemBody() { if (xmlHttp.readyState!=4 && xmlHttp.readyState!="complete") return false; document.getElementById("inhoudBody").innerHTML=xmlHttp.responseText verwijderBuffer("neemBody"); voegToeBuffer("neemText", "../../indexText-.php"); voegToeBuffer("neemRecent", "../../overzichten/uitslagen/geefRecenteUitslag.php?games_id="+games_id+"&pathToRoot=../../"); voegToeBuffer("neemTop5", "top5Gekozen.php"); //voegToeBuffer("neemTop5p2", "top5GekozenP2.php"); } function neemText() { if (xmlHttp.readyState!=4 && xmlHttp.readyState!="complete") return false; document.getElementById("indexText").innerHTML=xmlHttp.responseText verwijderBuffer("neemText"); } function neemTop5() { if (xmlHttp.readyState!=4 && xmlHttp.readyState!="complete") return false; document.getElementById("top5").innerHTML=xmlHttp.responseText.replace(//g, ""); verwijderBuffer("neemTop5"); } function neemTop5p2() { if (xmlHttp.readyState!=4 && xmlHttp.readyState!="complete") return false; document.getElementById("top5p2").innerHTML=xmlHttp.responseText.replace(//g, ""); verwijderBuffer("neemTop5p2"); } function neemTop5renners() { if (xmlHttp.readyState!=4 && xmlHttp.readyState!="complete") return false; document.getElementById("top5renners").innerHTML=xmlHttp.responseText.replace(//g, ""); verwijderBuffer("neemTop5renners"); } function neemRecent() { if (xmlHttp.readyState!=4 && xmlHttp.readyState!="complete") return false; feedback=xmlHttp.responseText.split("~~~"); if (feedback[2]!="Er zijn nog geen uitslagen bekend") { document.getElementById("recent").innerHTML=feedback[2]; } verwijderBuffer("neemRecent"); } function geefMelding(kleur, melding) { var m=document.getElementById("melding"); m.style.padding=5; m.style.color=kleur; m.innerHTML="
"+melding+"
"; } function toonBuffer() { }