$(document).ready(function(){$(".a").hover(function(){$(this).animate({"opacity":"0"},"slow");},function(){$(this).animate({"opacity":"1"},"slow");});});
