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

$(document).ready( 
				function(){ 
					$('#rssnews').innerfade({ 
										 animationtype: 'fade',
										 timeout: 5000, 
										 type: 'sequence', 
										 containerheight: '70px'
										 });
					} ); 
