$(function() 
{
   $('#imageWrapper')
   .cycle(
		  {
			  fx: 'fade',
			  speed: 3000,
			  timeout: 2000,
			  pause: 0
		  });
});
