well seems the one tht wrote this doesnt want to give any support on this question.. here is everything tht was included to get this to work

this is added to Header.php

PHP Code: 
<script type="text/javascript">
$(
"#responsecontainer").load("includes/modules/random.php");
var 
refreshId setInterval(function()
{
$(
'#responsecontainer').fadeOut('slow').load('includes/modules/random.php').fadeIn('slow');
}, 
5000);
$.
ajaxSetup({ cachefalse });
</script> 

then to call the random.php it is

<div id="responsecontainer"></div>
iMage Reviewed by iMage on . php error im getting this error,i cant find the problem with it "parse error syntax error unexpected t_constant_encapsed_string on line 1" this is the random.php <?php require_once '../../config.php'; include ('../../includes/core.php'); Rating: 5