</div> <!-- end #container2 -->
</div> <!-- end #container -->
<div id="footer">
<div id="footer-wrapper">
<div id="footer-content">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer') ) : ?>
<?php endif; ?>
</div> <!-- end #footer-content -->
<p id="copyright">Copyright © 2004-<?php echo date("Y");?> <?php bloginfo('name'); ?>. All rights reserved. </p>
</div> <!-- end #footer-wrapper -->
</div> <!-- end #footer -->
<?php get_template_part('includes/scripts'); ?>
<?php wp_footer(); ?>
</body>
</html>