$(document).ready(function() {
	if (artist=="athena") {
		// $("#sidebar ul li.page-item-43 li").hide();
		$("#sidebar ul li.page-item-43").remove();
		// $("#sidebar ul li.page-item-29 a:first").css("font-weight","bolder");
	} else {
		// menu_athena = $("#sidebar ul li.page-item-29").html();
		$("#sidebar ul li.page-item-29").remove();
		// $("#sidebar ul:first").append("<li>"+menu_athena+"</li>");
		// $("#sidebar ul:last").hide();
		// $("#sidebar ul li.page-item-43 a:first").css("font-weight","bolder");
	}
	
	$('td img').click(function () { 
	      $('td img').fadeTo("slow", 0.33);
				$(this).fadeTo("slow", 1);
	    });
	
			// $('td img').fadeTo("fast", 0.33);
			// 
			// $('td img').hover(
			//   function () {
			// 		$(this).fadeTo("fast", 1);
			//   }, 
			//   function () {
			//     $('td img').fadeTo("fast", 0.33);
			//   }
			// );
			// 	
			// 
			// 
		
		
});


