jQuery(document).ready(function($) {
            //$('a[rel*=facebox]').facebox({ ajax: '../AudioReadAlong.aspx' });
			 $('a[rel*=facebox]').facebox();
			//Make the overlay darker
            $.facebox.settings.opacity = 0.5;
        });
