$(document).ready(function() {
    $('.bannercontainer').cycle({
		fx: 'fade',
		timeout: 3500,
	});
});
