var $j = jQuery.noConflict();

$j('document').ready(
	function() {
		$j('a[class="blank"]').attr('target', '_blank');
	}
);