I just noticed if I echo out the parent of the page i am on like so:
<?php echo '<a href="'.get_permalink($post->post_parent).'">'.get_the_title($post->post_parent).'</a>'; ?>
each of the post page parents are echoing as themselves and not news? Its like they are not assosiated with the news page?