$(document).ready( function(){ 
	$('#header').innerfade({
	speed: 2000,
	timeout: 6000,
	type: 'random',
	containerheight: '130px'
	});
})