// JavaScript Document

$(document).ready(function(){		   
						   
	$('#banner').innerfade({  
		speed: 4800, 
		timeout: 5500, 
		type: 'random', 
		containerheight: '228px' 
	});
	
});