<?php $posts_per_page 20; global $table_prefix; require('wp-blog-header.php'); ?><div class="LSRes"><?php if ($posts) { foreach ($posts as $post) { start_wp(); ?><div class="LSRow"><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></div><?php } } else { ?>No Results<?php ?><div>