jQuery(document).ready(function() 
{
	jQuery('#greeting_slideshow').cycle(
	{
		fx: 'fade',
		speed:  2500,
		timeout:  6000
	});
	
});
