Index: press-this.php
===================================================================
--- press-this.php	(revision 11538)
+++ press-this.php	(working copy)
@@ -99,6 +99,7 @@
 }
 $url = isset($_GET['u']) ? esc_url($_GET['u']) : '';
 $image = isset($_GET['i']) ? $_GET['i'] : '';
+$refresh = isset($_GET['refresh']) ? $_GET['refresh'] : ''; 
 
 if ( !empty($_REQUEST['ajax']) ) {
 switch ($_REQUEST['ajax']) {
@@ -219,6 +220,8 @@
 		// gather images and load some default JS
 		var last = null
 		var img, img_tag, aspect, w, h, skip, i, strtoappend = "";
+		if( ( typeof(my_src) == (undefined || 'undefined') )
+		<?php if($refresh == true) echo "|| true == ".$refresh.""; ?>) { 
 			var my_src = eval(
 				jQuery.ajax({
 			   		type: "GET",
@@ -244,7 +247,8 @@
 					strtoappend = '<?php _e('Unable to retrieve images or no images on page.'); ?>';
 				}
 			}
-
+		}
+		
 		for (i = 0; i < my_src.length; i++) {
 			img = new Image();
 			img.src = my_src[i];
@@ -301,7 +305,9 @@
 				jQuery('#extra_fields').html('');
 			});
 			jQuery('.refresh').click(function() {
+						window.urladd = "&refresh=true"; 
 						show('photo');
+						window.urladd = ''; 
 					});
 			jQuery('#img_container').html(strtoappend);
 			jQuery('#photo_add_url').attr('href', '?ajax=photo_thickbox_url&height=200&width=500');
@@ -319,7 +325,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>
 <head>
 	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
-	<title><?php _e('Press This') ?></title>
+	<title><?php bloginfo('name'); ?> &rsaquo; <?php _e('Press This') ?></title> 
 
 <?php
 	add_thickbox();
@@ -403,11 +409,13 @@
 				break;
 			case 'photo' :
 				jQuery('#extra_fields').before('<p id="waiting"><img src="images/wpspin_light.gif" alt="" /> <?php echo esc_js( __( 'Loading...' ) ); ?></p>');
+				if(typeof(window.urladd) == ('undefined' || undefined))
+					window.urladd = ""; 
 				jQuery.ajax({
 					type: "GET",
 					cache : false,
 					url: "<?php echo esc_url($_SERVER['PHP_SELF']); ?>",
-					data: "ajax=photo_js&u=<?php echo urlencode($url)?>",
+					data: "ajax=photo_js&u=<?php echo urlencode($url)?>"+window.urladd, 
 					dataType : "script",
 					success : function() {
 						jQuery('#waiting').remove();
@@ -442,8 +450,6 @@
 <div id="poststuff" class="metabox-holder">
 	<div id="side-info-column">
 		<div class="sleeve">
-			<h1 id="viewsite"><a class="button" href="<?php echo get_option('home'); ?>/" target="_blank"><?php bloginfo('name'); ?> &rsaquo; <?php _e('Press This') ?></a></span></h1>
-
 			<?php wp_nonce_field('press-this') ?>
 			<input type="hidden" name="post_type" id="post_type" value="text"/>
 			<input type="hidden" name="autosave" id="autosave" />
@@ -518,7 +524,7 @@
 
 		<div id="titlediv">
 			<div class="titlewrap">
-				<input name="title" id="title" class="text" value="<?php echo esc_attr($title);?>"/>
+				<input name="title" id="title" class="text" value="<?php echo trim(esc_attr($title));?>"/>
 			</div>
 		</div>
 
Index: css/press-this.css
===================================================================
--- css/press-this.css	(revision 11538)
+++ css/press-this.css	(working copy)
@@ -99,6 +99,7 @@
 }
 
 #side-info-column .sleeve {
+	padding-top: 10px;
 	padding-left: 10px;
 }
 
@@ -189,8 +190,8 @@
 #extra_fields #actions {
 	clear: both;
 	position: absolute;
-	right: 4px;
-	top: 6px;
+	right: 0px;
+	top: 10px;
 	margin: 0;
 }
 
@@ -202,6 +203,11 @@
 
 #extra_fields .button {
 	margin-right: 5px;
+	padding: 3px 6px;
+	border-radius: 10px; 
+	-webkit-border-radius: 10px; 
+	-khtml-border-radius: 10px;
+	-moz-border-radius: 10px;
 }
 
 /* Photo Styles */
