$(function(){$(".image-fade").hover(function(){$(this).stop(true,false).animate({opacity:0},550)},function(){$(this).stop(true,false).animate({opacity:1},450)});$("a.toggle").click(function(){$($(this).attr("href")).toggle(250);return false})});
