$(document).ready(function () {
	$('#hardwood_copy').hide().width(0);
	
	$('#food_shots').innerfade({
		animationtype: 'fade',
		speed: 1000,
		timeout: 6000,
		type: 'sequence',
		containerheight: '615px'
	});

    $('#hardwood_logo_flash').flash({
		swf: public_folder+"flash/hardwood_logo_homeSmoke.swf",
		width: 160,
		height: 210,
		hasVersion: 9,
		expressInstaller: 'expressInstall.swf',
		params: {
			wmode: "transparent"
		}
	});
});
