// homepage js functions
$(document).ready(function()
{
	for (var i=1; i<9; i++)
	{
		$('#gallery' + i).cycle(
  	{
			fx: 'fade',
			timeout: 6000,
			speed:  6000
		});
	}
});
