I'm trying to insert s short piece of code from a site that will add some headlines to my page. I'm inserting it using the HTML module. Here's how the code looks after inserting it (OL adds the defer tags):
<script type="text/javascript" src="http://www.freshcontent.net/cycling_news_feed.php" defer="defer"></script>
When I vew the page, nothing appears where the headlines should be and the "loading" animation in Firefox just keeps running and running. It doesn't come up in IE either.
The page I'm inserting to is www.calhouncycling.org/test2.aspx
Can someone help?