	$(function() {
		$('.cycle').each(function() {
			eval($(this).text());
			$('.cycle').cycle({
				fx:     'fade',
				speed:  'slow',
				timeout: 7000,
				next:   '#next',
				prev:   '#prev',
				cleartypeNoBg: 'false'
			});
		});
	});
