$(function() {
    $('a').filter(function() { return this.hostname && this.hostname !== location.hostname; }).attr('target', '_blank');
/*
    
    $('div#flashContainer').each(function() {
        var so = new SWFObject($(this).attr('data-animation'), "flashContainer", "860", "230", "7", "#FFFFFF");
        so.write("flashContainer");
    }); 
*/
});


$(function(){
	$('#theTeam').masonry({
	// options
	itemSelector : '.person',
	columnWidth : 445
	});
});

