<!--
function confirm_entry()
{
    if (confirm("You are now leaving the Technology Evaluation Center (TEC) Web site. \n\nPLEASE NOTE: Links to Web sites outside of the TEC Web site are offered for your convenience in accessing related information. Please be aware that when you exit the TEC Web site, you are subject to the privacy policy of the new site.  Neither TEC nor BCBSA attests to the accuracy of information provided by linked sites, and such information does not necessarily represent the viewpoints of TEC or BCBSA.\n\nTo remain on the TEC Web site, click Cancel."))
window.location.href = URL;
    else
         return false;
}

function enter_TEC()
{
    if (confirm("You are now leaving the Blue Cross and Blue Shield Association (BCBSA) Web site and entering the Technology Evaluation Center (TEC) Web site. \n\nPLEASE NOTE: Please be aware that when you exit the BCBSA Web site, you are subject to the Privacy Policy and Terms and Conditions of the TEC Web site, which are separate from those governing the BCBSA Web site.\n\nTo remain on the BCBSA Web site, click Cancel."))
window.location.href = URL;
    else
         return false;
}

function exit_TEC()
{
    if (confirm("You are now leaving the Technology Evaluation Center (TEC) Web site and entering the Blue Cross Blue Shield Association (BCBSA) Web Site. \n\nPLEASE NOTE: Please be aware that when you exit the TEC Web site, you are subject to the Privacy Policy and Terms and Conditions of the BCBSA Web site, which are separate from those governing the TEC Web site.\n\nTo remain on the TEC Web site, click Cancel."))
window.location.href = URL;
    else
         return false;
}
-->
