$pub->the_title();
    ?>
		<?php 
    $pub->the_authors();
    ?>
		<?php 
    $pub->the_uri();
    ?>
		<?php 
    $pub->the_summary();
    ?>
	    <?php 
    $pub->the_keywords();
    ?>
		<?php 
    $pub->the_categories();
    ?>
	</div>
<?php 
}
?>
</div>
<?php 
if ($total_pubs > $limit) {
    ?>
<div id="navigation">

	<?php 
    $next = add_query_arg('wpa-paged', $paged + 1, get_permalink($post->ID));
    ?>
	<?php