$(document).ready(function(){

  $(".scrollable").scrollable({ size:3, clickable:false }).circular(); 

	$(".scrollable .item").click(function(){
		    $(".scrollable .item").removeClass("active");
		    $(this).addClass("active");
		    //window.console.log($(this).attr("id"));
	   	 	series =  $(this).attr("id"); 
			  media =""; date =""; speaker=""; 
			  $("#text").html("<img class='spinner' src='/_img/spinner3.gif' alt='searching'/>"); 
			   window.location = "/media/series/"+series;
	}); 
	
	$("a.audioplayer").monkmediapopup({ 

			file:"href",
			width:"400",
			height:"225",
			playlist:"false",
			autostart:"false",
			type:"sound",
			stretching:"fill",
			image:"id"
		});
});
