function setStatus(msg) {
    window.status = msg;
    return true;
}

function externalLink() {
    alert("You are about to temporarily leave COUMADIN.com by opening a new web page. The site we are linking to is not controlled or endorsed by Bristol-Myers Squibb and we are not responsible for the content presented on that site.");
}

if (currentPage == hcpIndexPage) {
    alert("The health information contained herein is provided for general education purposes only. Your healthcare professional is the single best source of information regarding your health. Please consult your healthcare professional if you have any questions about your health or treatment. The information on this site is intended for residents of the United States.");
}

if (currentPage == coumadinLanding || currentPage == '') {
    alert("The health information contained herein is provided for general education purposes only. Your healthcare professional is the single best source of information regarding your health. Please consult your healthcare professional if you have any questions about your health or treatment. The information on this site is intended for residents of the United States.");
}

