var player = null; 
function playerReady(thePlayer) { 
	player = window.document[thePlayer.id]; 
	var lst = mAjQ("a[href$='mp3']").addToList();
	if (lst.length > 0) player.sendEvent('VOLUME','0');
}	
(function($){
	$.fn.addToList=function(){
		var lst = new Array();
		var i = 0;
        $.each(this,function(){
			var h=$(this).attr("href");
			var k=h.split(/\//);
			var t=$(this).html();
			lst[i] = {type: "audio", file: h, title: t, link: k[0]+"//"+k[2]+"/" };
			i++;
        });
        return lst;
    }
})(mAjQ);

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
