$(document).ready(function() { 
        $('#content h1').each(function(){
                $(this).css({
                        'text-indent':-9000,
                        'background-image'  : 'url(/libs/php/headlines.php?txt='+ escape($(this).html()) +')',
                        'background-repeat' : 'no-repeat'
                });
                
        });
});
