(function($) {
    $(function(){
	    $('A.thickbox,A.thickbox_image').each(function()	{
		    href = $(this).attr('href');
		    $(this).attr('href', href.replace(/\?/, "?js=yes&"));
	    });
    });
})(jQuery);

