$(document).ready(function(){
	$('a').live('click', function( e ){
		if( window.location.hostname !== this.hostname ) $(this).attr( 'target', '_blank' );
	});
});
