function slideSwitch(){var a=$("#slideshow IMG.active");if(a.length==0)a=$("#slideshow IMG:last");var b=a.next().length?a.next():$("#slideshow IMG:first");a.addClass("last-active");b.css({opacity:0}).addClass("active").animate({opacity:1},1e3,function(){a.removeClass("active last-active")})}$(function(){setInterval("slideSwitch()",6e3)});$(document).ready(function(){$("a[rel=external]").click(function(){window.open(this.href);return false})});$(document).ready(function(){$(".topofpage").click(function(){$("html, body").animate({scrollTop:0},"400");return false})});$(function(){if($("#placeholder").length){$("#placeholder").crossSlide({speed:35,fade:1},[{src:"images/banners/banner-about-pan-01.jpg",dir:"left"},{src:"images/banners/banner-about-pan-02.jpg",dir:"right"}])}})
