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