<?php thematic_abovepagetop() ?>

<?php if ( is_sidebar_active('page-top') ) { // there is active widgets for this sidebar
    echo '<div id="page-top" class="aside">'. "\n" . '<ul class="xoxo">' . "\n";
    dynamic_sidebar('page-top');
    echo '</ul>' . "\n" . '</div><!-- #page-top .aside -->'. "\n";
} ?>

<?php thematic_belowpagetop() ?>