
$(document).ready(function(){
    
	$("a.out").attr("target", "_blank");

 });
