I have no tech knowledge to that level for temoporary changes of themes. I see a file named footer.php where the following is written. You will understand what you are saying. How do i check JS error. I am yet to see any typr of error.
<?php $shortname = “pro_blog”; ?>
<div class=”footer_copyright_cont”>
<div class=”footer_copyright”>
<div class=”container”>
<?php echo stripslashes(stripslashes(get_option($shortname.’_copyright_text’,”))); ?>
<div class=”clear”></div>
</div><!–//container–>
</div><!–//footer_copyright–>
</div><!–//footer_copyright_cont–>
<?php wp_footer(); ?>
</body>
</html>