for the scroller you will need to remove the right side feeds remove these two lines from the php code
Code:
foreach ($rss_right as $url) ShowOneRSS($url);
echo '</td></tr></table>';
Place the js code in the <head> HERE </head>of your doc
Remove the above 2 lines of code its near the bottom of the PHP script.
in the <body> Put
Code:
<div id="marqueecontainer" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed">
<div id="vmarquee" style="position: absolute; width: 98%;">
place the complete php script here
</div>
</div>
Just ran it on my own localhost and it works fine
needs a bit of CSS to spruce it up a bit
OK