1jQuery(document).ready(function() {
2    jQuery.each(JSINFO.plugin.jplayer, function() {
3        new jPlayerPlaylist({
4            'jPlayer': '#' + this.ids.JPLAYER,
5            'cssSelectorAncestor': '#' + this.ids.WRAPPER
6        }, this.audio, this.options);
7    });
8});