if(preg_match('/friend/',$vars['title'])){// if on a friends page, interst link to allow user to browse the whole social network
echo'
<?phpif(preg_match('/friend/',$vars['title'])){?>
<script type="text/javascript">
WDN.jQuery(document).ready(function(){
WDN.jQuery("#content_area_user_title h2").after("<p><a href=\''.$CONFIG->url.'mod/members/\'>Browse all the Planet Red users</a> to find your Husker friends!</p>");
WDN.jQuery("#content_area_user_title h2").after('<p><a href="<?phpecho$CONFIG->url;?>mod/members/">Browse all the Planet Red users</a> to find your Husker friends!</p>');
});
</script>';
}// end if on a friends page
?>
</script>
<?php}?>
<?php
if(!isloggedin()){//The styles for the information box to be displayed if a non-authenticated user has arrived.
?>
<?phpif(!isloggedin()){//The styles for the information box to be displayed if a non-authenticated user has arrived. ?>