$(document).ready(function() { 
	$('#headgal').innerfade({ 
		speed: 2000, 
		timeout: 4000,
		containerheight: '310px'
	});
});
