function player(){ var myPlaylist = new jPlayerPlaylist({ jPlayer: "#jquery_jplayer_1", cssSelectorAncestor: "#jp_container_1" }, [{ title:"Mohan Bhusal - Jati Heryo", mp3:"/music/ez/index.php?x=18" },{ title:"Sanjeep Pradhan - Sirima Siri", mp3:"/music/ez/index.php?x=28" },{ title:"Nabin Bhattarai - Mero Saath", mp3:"/music/ez/index.php?x=32" },{ title:"1974 AD - Samjhi Baschu", mp3:"/music/ez/index.php?x=23" },{ title:"1974 AD - Hijomatra", mp3:"/music/ez/index.php?x=25" },{ title:"Deepak Bajracharya - Oh Amira", mp3:"/music/ez/index.php?x=22" },{ title:"Nabin Bhattarai - Sayad", mp3:"/music/ez/index.php?x=9" },{ title:"Adrian Pradhan - Sambodhan", mp3:"/music/ez/index.php?x=19" },{ title:"Sugam Pokharel - Timi Nabhaye", mp3:"/music/ez/index.php?x=6" },{ title:"Niharika - Sapanima Aune", mp3:"/music/ez/index.php?x=29" },{ title:"Deepak Bajracharya - Maitigharma", mp3:"/music/ez/index.php?x=10" },{ title:"1974 AD - Pahilo Junimai", mp3:"/music/ez/index.php?x=26" },{ title:"Adrian Pradhan - Nepali Ho", mp3:"/music/ez/index.php?x=15" },{ title:"Babin Pradhan - Jhaljhali", mp3:"/music/ez/index.php?x=24" },{ title:"Dhiraj Rai - Salala", mp3:"/music/ez/index.php?x=30" },{ title:"1974 AD - Parelima", mp3:"/music/ez/index.php?x=16" },{ title:"Harish Mathema - Aakha Ko Nani Ho Timi", mp3:"/music/ez/index.php?x=8" },{ title:"Paribesh - Mutu Chune Lumleko", mp3:"/music/ez/index.php?x=11" },{ title:"Nabin Bhattarai - Yaad Sachi", mp3:"/music/ez/index.php?x=27" },{ title:"Nabin Bhattarai - Timro Mayale", mp3:"/music/ez/index.php?x=21" },{ title:"Nabin Bhattarai - Sanjha Pakha", mp3:"/music/ez/index.php?x=20" },{ title:"1974 AD - Sambodhan", mp3:"/music/ez/index.php?x=12" },{ title:"Deepesh Kishor Bhattarai - Malai Maaf Gari Deu", mp3:"/music/ez/index.php?x=17" },{ title:"Deepesh Kishor Bhattarai - Juneli Raatko", mp3:"/music/ez/index.php?x=13" },{ title:"Kandara - Lekaki He Maya", mp3:"/music/ez/index.php?x=2" },{ title:"Nabin Bhattarai - Aankhama Herain", mp3:"/music/ez/index.php?x=4" },{ title:"Nabin Bhattarai - Aankhama Timilai", mp3:"/music/ez/index.php?x=0" },{ title:"Adrian Pradhan - Tyo Ratko", mp3:"/music/ez/index.php?x=3" },{ title:"Dhiraj Rai - Timra Nayan", mp3:"/music/ez/index.php?x=14" },{ title:"Sanjeep Pradhan - Deuraliko Chautarima", mp3:"/music/ez/index.php?x=31" },{ title:"", mp3:"/music/ez/index.php?x=1" },{ title:"Nepathya - Goreto Gaunko", mp3:"/music/ez/index.php?x=5" },{ title:"Mero Nepal - Raju Lama", mp3:"/music/ez/index.php?x=7" }], { swfPath: "/js", supplied: "mp3", wmode: "window", smoothPlayBar: true, keyEnabled: true, preload: "auto" }); $('#jquery_jplayer_1').bind($.jPlayer.event.play, function(event) { var current = myPlaylist.current; var playlist = myPlaylist.playlist; $.each(playlist, function(index, object) { if(index == current) { $('#currentSong').html(object.title); $('#musicanalyzer').html('

Explore Nepal: MusicExplore Nepal: Music

'); } }); }); $('#jquery_jplayer_1').bind($.jPlayer.event.pause, function(event) { var current = myPlaylist.current; var playlist = myPlaylist.playlist; $.each(playlist, function(index, object) { if(index == current) { $('#musicanalyzer').html(" "); } }); }); }