
$(document).ready(function() {
  
	$(".test").hrzAccordion({eventTrigger:"mouseover",openOnLoad:"5",cycle: true});
 	
 });
