get_footer();
/*
the_time( 'M j y' );
the_author();
the_permalink();
the_title_attribute();
if ( function_exists( 'add_theme_support' ) ) the_post_thumbnail();
wp_link_pages();
comments_popup_link( 'Leave a Comment', '1 Comment', '% Comments' );
next_posts_link( 'Older Entries' );
previous_posts_link( 'Newer Entries' );
get_sidebar();
*/
?>