$(document).ready(function(){
	$(".flash").innerfade({
		speed: 1200,
		timeout: 5000,
		type: 'sequence',
		containerheight: '402px'
	});
});
