$(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/Mohammed-Abu-Qarn/[Coran.net]_Mohammed-Abu-Qarn_001.mp3" } ,{ title:"083 Al Mutaffifin", mp3:"http://www.saint-coran.net/scn/scn/Mohammed-Abu-Qarn/[Coran.net]_Mohammed-Abu-Qarn_083.mp3" } ,{ title:"089 Al Fajr", mp3:"http://www.saint-coran.net/scn/scn/Mohammed-Abu-Qarn/[Coran.net]_Mohammed-Abu-Qarn_089.mp3" } ], { swfPath: "js", supplied: "mp3", wmode: "window", smoothPlayBar: true, keyEnabled: true }); });