$(document).ready(function(){ new jPlayerPlaylist({ jPlayer: "#jquery_jplayer_2", cssSelectorAncestor: "#jp_container_2" }, [ { title:"006 Al Anaam", mp3:"http://www.saint-coran.net/scn/scn/ahmad-bahbah/006.mp3" } ,{ title:"014 Ibrahim", mp3:"http://www.saint-coran.net/scn/scn/ahmad-bahbah/014.mp3" } ,{ title:"015 Al Hijr", mp3:"http://www.saint-coran.net/scn/scn/ahmad-bahbah/015.mp3" } ,{ title:"025 Al Furqan", mp3:"http://www.saint-coran.net/scn/scn/ahmad-bahbah/025.mp3" } ], { swfPath: "js", supplied: "mp3", wmode: "window", smoothPlayBar: true, keyEnabled: true }); });