// JavaScript Document

$(document).ready(function() {
	$('#afbeelding_content_container').cycle({
    fx:    'fade', 
    timeout: 4000
});
});
