$(document).ready(function() {
	// Set up the letterbox fades
	$('#letterbox').innerfade(
	{
		speed: 'slow',
		timeout: 4000,
		containerheight: '250px'
	}); 
});