I am trying to use the javascript for RSS feeds per the manual, however, my feed does not appear to work even though I have everything turned on in vbulletin options. Any advise welcome, this is killing me today! :P

http://www.3reef.com/forums/external.php?type=js

Code:
         <script src="http://www.3reef.com/forums/external.php?type=js" type="text/javascript"></script>
         <script type="text/javascript">
         <!--
         for (i in threads)
         {
         document.writeln(threads[i].title + " (" + threads[i].poster + ")<br />");
         }
         //-->
         </script>