// JavaScript Document

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