jQuery(function($hza){
$hza(document).ready(function() {
	$hza(".featured").hrzAccordion({eventTrigger:"click",
    listItemClass:"listItem3",
    hashPrefix:"feature",
    containerClass:"feature-home",
    openOnLoad:"1",
    handlePositionArray:"right,right,right,right,right"
    });
  });
});