$(document).ready(function() {
	// photo-show
	//$('.photo-show li:not(:first-child)').hide();
	$('.shows').css({'background': 'none'});
	$('.photo-show').innerfade({
			animationtype: 'fade',
			speed: 2000,
			timeout: 5000,
			type: 'sequence',
			containerheight: '197px'
	});
		
	// external Links
	$('ul.external li a, #backdoor a').attr('target', '_blank');
	$('a[rel*=external], #friend-links li a').attr('target', '_blank');
});
