$(document).ready( 
				function(){ 
					$('.homebanner').innerfade({ 
										 animationtype: 'fade',
										 speed: 'slow', 
										 timeout: 7000, 
										 type: 'random_start', 
										 containerheight: '277px'
										 });
					} ); 
