$(function(){ 
	createPlayer('/xml/mp3/catid/1');		
	$(".popupPlayer a").click(function(){
		createWindow('audioplayer/?'+currentItem);
		return false;
	});
});
