$(document).ready(function() {
	if($('.topbanner').length > 1) {
		$('#topbanners').innerfade({
			speed: 1000,
			timeout: 6000,
			type: 'sequence',
			containerheight: '454px'
		});
	}
});

