function goToResults (q) {
    var $link = $('#view_genie'),
      href = '/' + locale + '/cites_trade/download/view_results?' + q;
    $link.attr('href', href).click();
    window.location.href = $link.attr("href");