$j(function(){$j("#box-history").each(function(){$j(this).parent().children('h1').click(function(){if(!$j(this).parent().children('#box-history').is(":visible")){$j(this).parent().children('#box-history').slideDown('fast');$j(this).parent().addClass("open");}else if($j(this).parent().children('#box-history').is(":visible")){$j(this).parent().children('#box-history:visible').slideUp('fast');$j(this).parent().removeClass("open");}});});});

