How do you preserve a value of a query and calling the result without reloading query.
Original Query
<?php query_posts($query_string . '&cat='.NEWS. '&posts_per_page=5'.'&paged='. get_query_var('paged')); ?>
‘<?php if (is_single()) : ?>
<?php if (in_category(NEWS)) : ?>
LOAD RESULT OF QUERY
<?php endif; ?>’