$(document).ready(function(){$("ul.sf-menu").supersubs().superfish({delay:1000,animation:{opacity:'show'},speed:'normal',autoArrows:false,dropShadows:false})
$("#toggle-all").toggle(function(){$(".excerpt").hide('slow')
$("#toggle").attr("class","show-all")},function(){$(".excerpt").show('slow')
$("#toggle").attr("class","hide-all")})
$(".view-excerpt").click(function(event){event.preventDefault()
$(this).parents(".headline").next(".excerpt").toggle("normal")})})