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