jQuery(function(){
	jQuery("#promotionFlash").cycle({
		fx: "fade",
		speed: 2500,
		timeout: 2500
	});
});

