function topBanner() {
    $("#topBanner").cycle({
		fx: "fade",
		timeout: 25000,
		speed: 3000
	});
};