$(document).ready( function() { 
	$('a.linkOut').click( function() { window.open( this.href); return( false);});
});
