<!--  initialize the slideshow when the DOM is ready -->
$(document).ready(function() {
    $('.bannerswitch').cycle({
		fx: 'fade',
		delay: 1000,
		speed: 1000,		
		timeout: 5000
	});
	
	/*
	$('#news-accordion').accordion({
		header: 'h3',
	})
	*/
});

$(function() {
	$('#news-accordion').accordion({
		//header: 'h3',
	})
});