jQuery(document).ready(function() {
    jQuery('#myaccpredictor2').jcarousel({
	scroll: 1,
	animation: 'slow',
	wrap: 'both',
	auto: 10,
	easing: 'linear'
	});
});