$(document).ready(
	function(){
		$('#homeflashs').innerfade({
			speed: 'slow',
			timeout: 2000,
			type: 'sequence',
			containerheight: '288px'
		});
	}
);