Patch attached as per message #10
--- html/main.php 2014-01-25 14:52:15.323875924 +0000
+++ html/main.php 2014-01-25 14:53:22.243873456 +0000
@@ -14,16 +14,6 @@
<link rel='stylesheet' type='text/css' href='stylesheets/common.css' />
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
-<script type='text/javascript'>
-
- //rss fetch by ajax to reduce page load time
- $(document).ready(function() {
- $('#splashbox2-contents').load('rss-corefeed.php');
- $('#splashbox4-contents').load('rss-newsfeed.php');
- });
-
-</script>
-
</head>
@@ -90,7 +80,7 @@
<!-- corepromo feed -->
<div id="splashbox2" class="splashbox">
<h2>Don't Miss...</h2>
- <div id="splashbox2-contents"></div>
+ <div id="splashbox2-contents">(redacted)</div>
</div>
</div> <!-- end topsplashbox -->
@@ -113,7 +103,7 @@
<!-- latest news feed -->
<div id="splashbox4" class="splashbox">
<h2>Latest News</h2>
- <div id="splashbox4-contents"></div>
+ <div id="splashbox4-contents">(redacted)</div>
</div>
</div> <!-- end bottomsplashbox -->
</div><!--splashboxes-->