$(document).ready(function(){
	
	// header images

	$('#header-images').innerfade({
		speed:            2000, 
		timeout:         11000,
		type:            'random',
		containerheight: '197px'
	});
});
