var $j = jQuery.noConflict();

$j(function(){

	$j('.targetBlank').attr({target: "_blank", title: "Opens in a new window"});

});
