diff --git a/unl_theme/views/default/page_elements/header.php b/unl_theme/views/default/page_elements/header.php
index bae7a1f5317c5be4b197dda3df6eac870fcd5133..a878fe0bbc1dcbdb88acebb15672238ed2a8a78b 100644
--- a/unl_theme/views/default/page_elements/header.php
+++ b/unl_theme/views/default/page_elements/header.php
@@ -47,6 +47,16 @@ echo $feedref;
 echo elgg_view('metatags',$vars); 
 ?>
 <?php 
+if (preg_match('/friend/', $vars['title'])) {
+	echo '
+<script type="text/javascript">
+WDN.jQuery(document).ready(function(){
+	WDN.jQuery("#content_area_user_title h2").after("<p><a href=\'' . $CONFIG->url .'pg/browse/\'>Browse all the Planet Red users</a> to find your Husker friends!</p>");
+});
+</script>';
+}
+?>
+<?php 
 if ($vars['title'] == "Edit profile") {
 ?>
 <style type="text/css">