/* 
 *  Used to make the slideshow of intro mainpage
 */

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