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