Index: press-this.php
===================================================================
--- press-this.php	(revision 8130)
+++ press-this.php	(working copy)
@@ -182,7 +182,7 @@
 
 if($_REQUEST['ajax'] == 'photo_js') { ?>
 
-			tb_init('a.thickbox, area.thickbox, input.thickbox'); //pass where to apply thickbox
+			//tb_init('a.thickbox, area.thickbox, input.thickbox'); //pass where to apply thickbox
 			
 			function image_selector() {
 				desc = jQuery('#this_photo_description').val();
@@ -228,7 +228,7 @@
 				cache : false,
 				async : false,
 			   	data: "ajax=photo_images&u=<?php echo urlencode($url); ?>",
-				dataType : "script"
+				dataType : "script",
 				}).responseText);
 
 			for (i = 0; i < my_src.length; i++) {
@@ -251,9 +251,9 @@
 				}
 
 				if (!skip) strtoappend += '<a href="?ajax=thickbox&amp;i=' + img.src + '&amp;u=<?php echo $url; ?>&amp;height=400&amp;width=500" title="" class="thickbox"><img src="' + img.src + '" ' + img_attr + '/></a>';
-
 			}
 			jQuery('#img_container').html(strtoappend);
+			tb_init('a.thickbox, area.thickbox, input.thickbox');
 
 <?php die; }
 
