jQuery(function() {

	jQuery('.playlist').live('click', function(e) {
		e.preventDefault();
		window.open(jQuery(this).attr('href'), '_media',
		"menubar=no,width=440,height=360,toolbar=no");
	});
	
});
