obfuscated code, eh?
replace that code with this code – then you will be able to edit it
?>
</div>
</div>
<div id="body_right">
<div id="body_right_content">
<div id="right_ads">
<a href="#"><img src="<?php bloginfo('template_url')?>/images/!img01.gif" width="125" height="125" alt="" /></a>
<a href="#"><img src="<?php bloginfo('template_url')?>/images/!img01.gif" width="125" height="125" alt="" /></a>
<a href="#"><img src="<?php bloginfo('template_url')?>/images/!img01.gif" width="125" height="125" alt="" /></a>
<a href="#"><img src="<?php bloginfo('template_url')?>/images/!img01.gif" width="125" height="125" alt="" /></a>
</div>
<? if ( function_exists('wp_tag_cloud')){ ?>
<div id="main_tags">
<h2>tag cloud</h2>
<?php wp_tag_cloud('smallest=8&largest=22&number=50'); ?>
</div>
<? } ?>
<div id="sidebars">
<?php get_sidebar(); ?>
<?php get_sidebar_right(); ?>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer_text">
<?php the_time('Y'); ?> <?php bloginfo('name'); ?>
</div>
<div id="footer_copyrights">
<?php if(is_home()) : ?><a href="https://email-responder.net/" title="Email autoresponders">Email autoresponders</a><?php endif; ?>
</div>
</div>
<?php wp_footer(); ?>
</div>
</div>
</body>
</html>
<?