
function goToDirecTV()
{
    var destination_url = document.getElementById('directv').options[document.getElementById('directv').selectedIndex].value;
    
    //window.location = destination_url;
    window.open(destination_url, '', '');
}

function reloadAds() {
    
    // reload netscope
    w_counter.count();
    
    // reload banner
    $('#mrec_frame').attr('src', $('#mrec_frame').attr('src'));
}

