$(document).ready(function(){

// box 1
	$('#jqbox1').cycle({
		fx: 'scrollUp',
		speed: 4000,
		timeout: 800
	});

// box 2	
	$('#jqbox2').cycle({
		fx: 'scrollUp',
		speed: 3000,
		timeout: 200
	});	

	
});

