var $j = jQuery.noConflict();

$j(function(){

    $j("#menu-item-150 a").attr("target", "_blank");

});
