$(document).ready(function(){ new jPlayerPlaylist({ jPlayer: "#jquery_jplayer_2", cssSelectorAncestor: "#jp_container_2" }, [ { title:"001 Al Fatiha", mp3:"http://www.saint-coran.net/scn/scn/yusuf-abkar/001.mp3" } ,{ title:"011 Hud", mp3:"http://www.saint-coran.net/scn/scn/yusuf-abkar/011.mp3" } ,{ title:"036 Ya Seen", mp3:"http://www.saint-coran.net/scn/scn/yusuf-abkar/036.mp3" } ,{ title:"067 Al Mulk", mp3:"http://www.saint-coran.net/scn/scn/yusuf-abkar/067.mp3" } ,{ title:"075 Al Qiyama", mp3:"http://www.saint-coran.net/scn/scn/yusuf-abkar/075.mp3" } ], { swfPath: "js", supplied: "mp3", wmode: "window", smoothPlayBar: true, keyEnabled: true }); });