﻿$(document).ready(function() {
$("a[@rel$='nofollow']").attr('target', '_blank');
});
