$(document).ready(function() {
    
	// ETUSIVU
	$('#cyclebox').cycle({
		fx:    'fade',
    	delay:  -2000,
		speed:  4000
	});
	
});
