var $j = jQuery.noConflict();

$j(document).ready(function() {
	$j(".mp3").jmp3();
});
