//********
//*
//*		home.js...display image gallery for index.htm
//*
//********

$(document).ready(function() {
    $('#gallery').cycle({
		fx: 'fade'
	});
});

