$(document).ready( function()
{
	$("a[@href^='http']").attr(
	{
		target: "_blank",
		title: "Opens in a new window"
	});
	$('ul.logos').innerfade({
		animationtype: 'fade',
		speed: 1500,
		timeout: 4000,
		type: 'random_start',
		containerheight: '90px'
	});
});