$(document).ready(function() {
	$('a.outside').attr('target', '_blank' );
});
