Our page at delcospca.org has a little panel that always shows headlines of the 3 most recent posts. The problem is that it takes a little trip to Europe to run a script off of someone's private home page! How can I keep the processing on our own site, where it belongs? Here is the complete code for the panel (I am removing the other site name):
<div class="block_top">What's Happening</div>
<div class="block">
<div class="news">
<script type="text/javascript" src="http://www.***********.com/feed/feed2js.php?src=http%3A%2F%2Fdelcospca.org%2Fcms%2F%3Ffeed%3Drss2&num=3"></script>
<div align="right">
<a href="http://delcospca.org/cms">More News...</a>
</div>
</div>
</div>
<div class="block_bottom"></div>