I have found a javascript that displays random banners. The code for this is in a seperate file which I include on my main page.
<? include "banners.php"; ?>
The javascript requires the body onload tag to get the javascript function kickstarted and rotate however becuase the javascript code in this include file it is not working.
Any ideas? I have never experienced this before.
Many Thanks
Adrian