theObjects = $('.flash-fix');
theObjects.each(
    function(){
        $(this).html($(this).html());
    }
);                         

