// JavaScript Document
$(document).ready(function() {
	$("table.newspage tbody").quickPager({
		pageSize: 3}); //numero news nella pagina notizie
	$("table.cataloguepage tbody").quickPager({
		pageSize: 5}); //numero news nella pagina notizie
});

function popup_podcast() {
	window.open('podcast.php', 'Podcast', 'width=320, height=220, left=300, top=200');
}
function popup_aotmpodcast() {
	window.open('aotmpodcast.php', 'Album of the month podcast', 'width=320, height=220, left=300, top=200');
}
function popup_newsletter() {
	window.open('newsletter.php', 'Newsletter', 'width=320, height=180, left=300, top=200');
}

$(document).ready(function(){
	$(".mp3").jmp3({
	showfilename: "false",
	width: "200",
	backcolor: "ffd356",
	showdownload: "true",
	forecolor: "bd7801"
	});
});


