$(document).ready(function() {
	$('div.view-tarjous-lohko div.view-content').cycle({
		fx: 'fade',
		timeout: '5000'
	});
});
