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