﻿/// <reference path="jquery.js" />

$(document).ready(function () {
    $("a[rel=externo]").attr("target", "_blank");
});
