// fade Variables

$(document).ready(
				  
				function(){				
					$('ul.banImg').innerfade({
						speed: 2000,
						timeout: 3000,
						type: 'random',
						containerheight: '90px'
	            	});

});