$(document).ready( function() {
	
	// Find all the input elements with title attributes and add hint to it
    $('input[title!=""]').hint();
    
	// Accordion
	$('#lead-quotes-registration-accordion').accordionza({
		autoPlay: false,
		captionDelay: 1000,
		captionEasing: 'easeOutBounce',
		captionHeight: 40,
		captionHeightClosed: 10,
		navKey: true,
		slideDelay: 4000
	});

})

