Hi DZ:
It's hard to say exactly what the problem could be based just on the error:
"Sorry: It's not possible to reach RSS file http://rss.cnn.com/rss/cnn_topstories.rss"
though it does indicate the problem is on the server side. The most obvious thing to check first is that the path to your "cache" directory inside scrollerbridge.php is correct:
Code:
$rss->cache_dir = 'cache'; //path to cache directory on your server relative to scrollerbridge.php. Chmod 777!
This assumes that the "cache" directory is directly beneath where "scrollerbridge.php" is, and that it's chmodded to 777 to allow read/write. Look inside this directory via FTP to make sure the script has deposited some "cache" files into it, indicating it has read/write permissions.
Bookmarks