//  Pavilion Fitness jQuery Slider functions

//  Used in conjunction with animatedcollapse.js and http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js
//  JavaScript Document

animatedcollapse.addDiv('GymHours', 'fade=1,speed=300,persist=1,group=hours')
animatedcollapse.addDiv('HolidayHours', 'fade=1,speed=300,group=hours,hide=1')
animatedcollapse.addDiv('MembershipHours', 'fade=1,speed=300,group=hours,hide=1')

animatedcollapse.ontoggle=function($, divobj, state){ 
}

animatedcollapse.init()
