jQuery(document).ready(function(){
	$('#accordion').accordion({
	collapsible: true
	});
});

(function($, window, undefined) {
	$(function() {
		$('.slideshow').cycle({
			fx: 'fade', 
			speed: 2800, 
			timeout: 6500, 
			pager: '#pager'
		});
		$('#banner').find('div.right').children('a').click(function() {
			$(this).hide().next().show();
			return false;
		});
		if($('#quote_new').find('p.error').length) {
			$('#banner').find('div.right').children('a').click();
		}
	});	
})(jQuery, this);
