// home_ready.js
// functions to execute when ready

$(document).ready(function()
{
     $('#Home-Gallery').innerfade({
	containerheight: '421px',
	speed: 500,
	timeout: 4000
	});
});
