﻿function acessarTagPredicta (tag) {
    var urlPredicta = "../tagsPredicta/?t=" + tag;
    window.open(urlPredicta, 'ifrPredicta', '');
}
