	$(document).ready(function() {
    $('#flashdiv').cycle({
		fx: 'fade', random:1
	});
});
