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

