

//$(document).ready(function() {
//	$("a").hover(
//	  function () {
//	  //  $(this).append($("<span> ***</span>"));
//		  $(this).animate({
//			opacity: 0.8,
//			
//		  }, 100, function() {
//	
//		  });
//	
//	  }, 
//	  function () {
//	 //  $(this).find("span:last").remove();
//		$(this).animate({
//			opacity: 1,
//			
//		  }, 200, function() {
//	
//		  });
//	  }
//	);
//	
//	$("a").hover();
//});

//.animateToClass("bar", 1000);