﻿function bannerSlideshow() {
  	$('#banner').cycle({
		fx: 'fade',
		speed:    1500, 
    	timeout:  3000,
	});
};
