jQuery(function() {
	jQuery('#featured').cycle({
		fx: 'scrollLeft',
		speed: 500,
		timeout: 6000
	});
});

function Navigal(Hova) {
			if (Hova!="0") {
				window.location.href=Hova;
			} else history.back(1);
}
