var slideShow=function(){jQuery("#portal-images img").css({opacity:0});jQuery("#portal-images img:first").css({opacity:1});setInterval("gallery()",9000)};var gallery=function(){var b=(jQuery("#portal-images img.show")?jQuery("#portal-images img.show"):jQuery("#portal-images img:first"));var a=((b.next().length)?((b.next().hasClass("caption"))?jQuery("#portal-images img:first"):b.next()):jQuery("#portal-images img:first"));a.css({opacity:0}).addClass("show").animate({opacity:1},3000);b.animate({opacity:0},1000).removeClass("show")};jQuery(function(){slideShow();jQuery("#tabs").tabs()});