$(document).ready(function(){
	$('.HomePageBody').cycle({
		fx: 'fade',
		timeout: 6000,
		delay: -1000
	});
});
