From c642cb399dc366441d489eaa43106a4ebd4f5559 Mon Sep 17 00:00:00 2001
From: Aaron Coleman <acoleman1@unl.edu>
Date: Wed, 21 Sep 2011 20:25:19 +0000
Subject: [PATCH] Changes to get husker feed working

---
 index.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.php b/index.php
index 8d5957c..1cff40c 100644
--- a/index.php
+++ b/index.php
@@ -155,7 +155,7 @@
 						<div id="facebook">
              			<h5 class="sec_header">UNL on <a href="http://www.facebook.com/unl.edu">Facebook</a></h5>
                     	<iframe scrolling="no" frameborder="0" 
-							src="http://www.facebook.com/connect/connect.php?id=10150299702917327&amp;connections=6&amp;stream=1" 
+							src="http://www.facebook.com/connect/connect.php?id=10150299702907327&amp;connections=6&amp;stream=1" 
 							style="border: none; width: 220px; height: 400px;">
 							Your browser does not support inline frames or is currently configured not to display 
 							inline frames. Content can be viewed at actual source page:"Your Facebook URL Goes Here"
@@ -185,7 +185,7 @@
 			
 			    <div id="huskers_schedule"></div>
 			    <p style="text-align:right"><em><a href="http://www.huskers.com/" class="external">Huskers.com</a></em></p>
-				<script src="http://developer.yahoo.com/yql/console/#h=select%20%20*%20from%20rss%20where%20url%3D%27http%3A//www.huskers.com/rss.dbml%3Fdb_oem_id%3D100%26media%3Dnews%27&amp;format=json&amp;callback=showHuskersNews" type="text/javascript"></script>   
+				<script src="http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20rss%20where%20url%3D%22http%3A%2F%2Fwww.huskers.com%2Frss.dbml%3Fdb_oem_id%3D100%26RSS_SPORT_ID%3D41%26media%3Dnews%22&format=json&diagnostics=true&callback=showHuskersSchedule" type="text/javascript"></script>   
 			   </div>
 			  </div>
             </div>
-- 
GitLab