// JavaScript Document $(function(){ $('#dvd_list').hide(); $('#dvd_view').empty().load('sec_dvd_view.php?id=7',function(){ $.getScript('http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4e20447d321cd54f', function(){ addthis.init(); //callback function for script loading }); $('#fechar').click(function(){ $('#dvd_view').hide(); $('#dvd_list').show(); }); $('a[rel="letra"]').click(function(e){ e.preventDefault(); $('#letra').load($(this).attr("href")).show(); }); $("a[rel^='prettyPhoto']").prettyPhoto({ show_title: false, default_width:370, default_height:250, theme: 'dark_square' }); ;}).show(); })