// JavaScript Document
$(document).ready(function() {
    $('.hm-slides').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		random: true // true for random, false for sequence (not applicable to shuffle fx) 
	});
});
