$(document).ready(function() { 
	$('#bannerInner').innerfade({ 
		speed: 'slow', 
		timeout: 6000, 
		type: 'random', 
		containerheight: '0'
	});

	$('#logos').innerfade({ 
		speed: 'slow', 
		timeout: 6000, 
		type: 'random', 
		containerheight: '0'
	});
});

$(function(){$('a[href][rel*=external]').each(function(i){this.target = "_blank";});});
