jQuery(function(){
	var options = {
		speed: 500,
		max: 500,
		easing: "easeOutBounce"
    };
    jQuery("#hordion").hordion(options);

	var options2 = {
		speed: 500,
		max: 700,
		easing: "easeInOutSine",
		activeClass: "active"
    };
    jQuery("#hordion2").hordion(options2);
});
