diff --git a/customindex/commentbubblepoint.png b/customindex/commentbubblepoint.png
new file mode 100644
index 0000000000000000000000000000000000000000..db168cb03ee94659e47c96e804fa40db1aa0e00d
Binary files /dev/null and b/customindex/commentbubblepoint.png differ
diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php
index 13b8358792e542f7798c8b5ad911657cc73d487e..4e6918b7214ba8d48ad3035ab8d06c1f5e7f8f67 100644
--- a/customindex/views/default/customindex/content.php
+++ b/customindex/views/default/customindex/content.php
@@ -24,7 +24,7 @@
 				<div class="splash_headline">		
 					<h4>Huskers Around the World</h4>
 					<p>
-					UNL community members are doing fantastic work around the world. <a href="#">Featured Huskers</a>:
+					UNL community members are doing fantastic work around the world. <a href="featured/">Featured Huskers</a>:
 					</p>
 					
 					<!-- row 1 -->
@@ -179,7 +179,7 @@
 				<div class="splash_headline">		
 					<h4>Put Yourself On The Map</h4>
 					<p>
-					All members of the University of Nebraska-Lincoln community are encouraged to join the conversation. It's Huskers like you that are the <strong>Power of Red</strong>.
+					All members of the UNL community are encouraged to join the conversation. It's Huskers like you that are the <strong>Power of Red</strong>.
 					</p>
 				</div>
 			</div>
@@ -339,7 +339,7 @@
 					echo '<div class="index_item" style="overflow:hidden;float:left;max-width:';
 						if (isloggedin()) {echo('400px;');}else{echo('162px;');}
 					echo 'border:1px solid #dbdbdb; margin-left:14px; min-height:45px; -moz-border-radius:3px;">';
-					echo '	<span style="background:url(mod/customindex/commentbubble/point.png); width:14px; height:34px; z-index:2; position:absolute; left:'; 
+					echo '	<span style="background:url(mod/customindex/commentbubblepoint.png); width:14px; height:34px; z-index:2; position:absolute; left:'; 
 						if (isloggedin()) {echo('303px;');}else{echo('51px;');}
 					echo '"></span>';
 					echo '	<div style="padding:10px;">';
diff --git a/customindex/views/default/customindex/metatags.php b/customindex/views/default/customindex/metatags.php
index 2607a299d4c120a7b0edbdc8f2f32a7143d13c18..df20d02de48d1c9baddd8cf7f256e5497e87bf6b 100644
--- a/customindex/views/default/customindex/metatags.php
+++ b/customindex/views/default/customindex/metatags.php
@@ -27,11 +27,14 @@
 
     
 <script type="text/javascript">
-function showLinks() {
-	WDN.jQuery("#promoVideoList").show();
-};
-
-WDN.jQuery(window).load(function(){WDN.jQuery("#FE_InfoWindow").wrap("<div id='xxx'></div>");WDN.jQuery("#promoVideoList").hide();});
+	function showLinks() {
+		WDN.jQuery("#promoVideoList").show();
+	};
+
+	WDN.jQuery(window).load(function(){
+		WDN.jQuery("#FE_InfoWindow").wrap("<div id='xxx'></div>");
+		WDN.jQuery("#promoVideoList").hide();
+	});
 	WDN.jQuery(document).ready(function(){
 		WDN.jQuery("#headlines>div").click(function(){
 		    panelClicked = WDN.jQuery(this).attr("id").split('headline')[1];