$(document).ready(
	function()
	{
		$('#bodyTopRightB').cycle({ 
			fx:     'fade',
			delay:  1000
		});
	}
);
