$(function () {
   /* $('.url_img').each(function () {
        (new Image()).src = 'http://yami.com.br/c/mentor/share/destaques/' + $(this).text();
    });
    $('.destaque').mouseover(function () {
        var topo = $(this).offset().top;
        var esq  = $(this).offset().left;

        $('.setavermelha').offset({ 'top': topo + 10, 'left': esq - 30 });
        if ($(this).find('.url_img').text())
            $('.img_banner img').attr('src', 'http://yami.com.br/c/mentor/share/destaques/' + $(this).find('.url_img').text());
    });*/
});

