
// homepage js

$(document).ready(function(){	


	$('#homepage-slideshow').cycle({ 
		fx:    'fade',
		speed:  2000,
		random:  1
 	});


});