// JavaScript Document

$(document).ready(function() {
                           
    $(".banner-cycle").cycle({
		random: 1 
	});
    
});
