Index: /home/john/Tmp/trunk/wp-admin/menu.php
===================================================================
--- /home/john/Tmp/trunk/wp-admin/menu.php	(revision 8998)
+++ /home/john/Tmp/trunk/wp-admin/menu.php	(working copy)
@@ -30,10 +30,11 @@
 
 $top_menu[5]  = array( __('My Account'), 'read', 'profile.php' );
 $top_menu[10] = array( __('My Dashboard'), 'read', 'index.php' );
-$top_menu[15] = array( __('New Post'), 'edit_posts', 'post-new.php', 'highlighted' );
+//$top_menu[15] = array( __('New Post'), 'edit_posts', 'post-new.php', 'highlighted' );
 //$top_menu[20] = array( sprintf( __('Inbox (%s)'), "<span id='inbox-num' class='count-$inbox_num'><span class='inbox-count'>" . number_format_i18n($inbox_num) . "</span></span>" ), 'edit_posts', 'inbox.php' );
-$top_menu[20] = array( sprintf( __('Comments (%s)'), "<span id='awaiting-mod' class='count-$awaiting_mod'><span class='comment-count'>" . number_format_i18n($awaiting_mod) . "</span></span>" ), 'edit_posts', 'edit-comments.php');
-$top_menu[25] = array( __('Help'), 'read', 'index.php?help' ); // place holder
+//$top_menu[20] = array( sprintf( __('Comments (%s)'), "<span id='awaiting-mod' class='count-$awaiting_mod'><span class='comment-count'>" . number_format_i18n($awaiting_mod) . "</span></span>" ), 'edit_posts', 'edit-comments.php');
+//$top_menu[25] = array( __('Help'), 'read', 'index.php?help' ); // place holder
+$top_menu[30] = array( __('Visit Site'), 'read', get_settings('home'), 'highlighted' );
 
 $top_submenu['profile.php'][5]  = array( __('Profile'), 'read', 'profile.php' );
 
