Warning: include(shared/gameData.php) [function.include]: failed to open stream: No such file or directory in /home/wielersp/public_html/tourDownUnder/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/tourDownUnder/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/tourDownUnder/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("neemTop5", "top5Gekozen.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 geefMelding(kleur, melding) { var m=document.getElementById("melding"); m.style.padding=5; m.style.color=kleur; m.innerHTML="
"+melding+"
"; } function toonBuffer() { }