// JavaScript Document
$(document).ready(function(){ 
	$('#top-banner')
	.innerfade({
    animationtype: 'fade',
    speed: 1200,
    timeout: 8000,
	type: 'random_start',
containerheight: '280px' 
});
	
	});
$(document).ready(function(){ 
	$('#featured-clients')
	.innerfade({
    animationtype: 'fade',
    speed: 1200,
    timeout: 8000,
	type: 'random_start',
containerheight: '150px' 
});
	
	});
