// JavaScript Document

$(document).ready(function() {
    $('#bildbox').cycle({
		fx: 'fade',
		speed: 2000,
		timeout: 1000
	});
	
});
