/* Basic slideshow settings for Modern history */
        $(document).ready(function(){
    	$('#mainex').cycle({
          fx:      'fade',
         timeout:  5000,
        next:   '#mainex'
        });

        });

