$(document).ready(function(){

	$('#contactBox').innerfade({
				speed: 'slow',
				timeout: 4000,
				type: 'sequence',
				containerheight: '250px'
	});
});	