if (anchors[i].getAttribute('href').indexOf('javascript:') === -1) {
anchors[i].setAttribute("target", "_blank");
}

これでいいと思うけど