When I tried that out; I replaced all of that with:
<div id="sidebar">
<ul>
<?php if(function_exists('dynamic_sidebar') && dynamic_sidebar()) : else : ?>
<?php endif; ?>
</ul>
</div>
And it seemed to work perfectly fine for me. Any one else have any suggestions?