<?php 
############### NAME THIS PAGE, BEGIN ##################

  $page_name= "Static Home Page";

############### NAME THIS PAGE, END ##################
$page_name = trim(stripslashes(strip_tags($page_name)));
get_header(); ?>
<div id="content" class="narrowcolumn">
 <div class="post">
  <h2 id="mainhead"><?php echo(''.$page_name.''); ?></h2>
  <div class="entry">


<!-- 

   If you have chosen to make a static home page use this file.
   Rename it to home.php. You will then need to manually edit
   the blog navigation near the top of the sidebar.php file

   You will enter your home page content it this area removing
   the two comments marks and these notes. You will also want
   to change the page name (see top of file). Have fun!

-->


   </div>
<div class="hr"><hr /></div>
 </div>
</div>
<?php get_sidebar(); 
      get_footer(); ?>