$(document).ready(function() {
    $('#imagewindow').cycle({
		fx: 'fade',
		speed:   4000,
		timeout: 2500,
		delay:  0,
	});
});
