$(function(){

	$('.contentHeader p').innerfade({
		speed: 2000,
		timeout: 5000,
		containerheight: '389px'
	});
	
});
