$(function otherdropdown(){$("div#other_exhibitions").hide();$("a#other_exhibitions_toggle").click(function(){$("div#other_exhibitions").slideToggle("fast");$(this).toggleClass("down");return false})});$(function(){$("#on-show").cycle({fx:"fade",speed:"fast",timeout:6000,pause:1,prev:".direction-prevNav",next:".direction-nextNav",after:onAfter,pager:"#exhibition_nav",pagerAnchorBuilder:function(idx,slide){return"#exhibition_nav li:eq("+(idx)+") a"}})});function onAfter(curr,next,opts){var index=opts.currSlide;$("#prev")[index==0?"hide":"show"]();$("#next")[index==opts.slideCount-1?"hide":"show"]()};