$(document).ready(function(){
	// image cycling for vendors on home page
	$('#home-vendor-box').cycle({
		fx: 'fade',
		timeout: 2000,
		speed: 500,
		pause: 1,
		random: 1
	});
});
