", "", ereg_replace("]*>]*>", "", wp_nav_menu(array('theme_location' => 'pagemenu', 'echo' => false)) )); ?>
post_date); $month = mysql2date('n', $post->post_date); $day = mysql2date('j', $post->post_date); if($year != $previous_year || $month != $previous_month) : if($ul_open == true) : echo '
'; endif; echo '

'; echo the_time('F Y'); echo '

'; echo '
    '; $ul_open = true; endif; $previous_year = $year; $previous_month = $month; ?>