 $(document).ready(function() {        try {          $('h3.s_headline:first').addClass('first');             $(".pg-discography.summary #primary .s_artist_name:contains('Lady Gaga')").hide();            $(".pg-discography.summary #primary .s_artist_name:contains('Lady GaGa')").hide();            $('.s_paging:eq(1)').show();        }        catch (e) {            return false;        }               			$("#slider_01").easySlider({				auto: true, 				continuous: true,				pause: 15000,				controlsShow: false			});            });  // end:DOM ready
