$(function() {
		   	
	$("a[rel^='external']").click(function() {
		window.open($(this).attr('href'));
		return false;
	});
	
	$('ul.images').innerfade({speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '435px' });

});


