$(document).ready(function(){

	$('.htext').cycle({
		fx: 'fade',
		timeout: 4000,
		speed: 2000

	});

});