diff -u old/admin-header.php new/admin-header.php
--- old/admin-header.php	2010-02-16 12:54:45.000000000 -0500
+++ new/admin-header.php	2010-02-16 12:43:13.000000000 -0500
@@ -95,7 +95,7 @@
 }
 ?>
 
-<img id="header-logo" src="../wp-includes/images/blank.gif" alt="" width="32" height="32" /> <h1 id="site-heading" <?php echo $title_class ?>><a href="<?php echo trailingslashit( get_bloginfo('url') ); ?>" title="<?php _e('Visit Site') ?>"><span id="site-title"><?php echo $blog_name ?></span> <em id="site-visit-button" class="site-title-button"><?php _e('Visit Site') ?></em></a><?php if ( ! get_option('blog_public') ) { ?> <a href="options-privacy.php" title="<?php esc_attr_e('Your blog is hidden from search engines') ?>"><em class="site-title-button"><?php _e('Privacy On') ?></em></a><?php } ?></h1>
+<img id="header-logo" src="../wp-includes/images/blank.gif" alt="" width="32" height="32" /> <h1 id="site-heading" <?php echo $title_class ?>><a href="<?php echo trailingslashit( get_bloginfo('url') ); ?>" title="<?php esc_attr_e('Visit Site') ?>"><span id="site-title"><?php echo $blog_name ?></span> <em id="site-visit-button" class="site-title-button"><?php esc_html_e('Visit Site') ?></em></a><?php if ( ! get_option('blog_public') ) { ?><a id="privacy-on-link" class="site-title-button" href="options-privacy.php" title="<?php esc_attr_e('Your blog is hidden from search engines') ?>"> <?php esc_html_e('Privacy On') ?></a><?php } ?></h1>
 
 <div id="wphead-info">
 <div id="user_info">
diff -u old/wp-admin.dev.css new/wp-admin.dev.css
--- old/wp-admin.dev.css	2010-02-16 12:54:46.000000000 -0500
+++ new/wp-admin.dev.css	2010-02-16 12:53:21.000000000 -0500
@@ -920,10 +920,16 @@
 	vertical-align: middle;
 }
 
+#wphead #privacy-on-link {
+	background:none;
+	color:#fff;
+}
+
 #wphead h1 a:hover {
 	text-decoration:none;
 }
-#wphead h1 a:hover #site-title {
+#wphead h1 a:hover #site-title,
+#wphead h1 #privacy-on-link:hover {
 	text-decoration:underline;
 }
 
