var j$=jQuery;j$(function(){j$(".trigger").each(function(){j$(".detail > a",this).each(function(index){var $this=j$(this);if(index>0)$this.next().hide();$this.click(function(){j$(this).next().fadeIn(1000).parent().siblings().children("div:visible").fadeOut(1000);return false})})})});
