var message = "You are about to leave Electronic Arts' website and go to a website owned by a third party. Electronic Arts is not responsible for content on third party sites, and our privacy policy does not apply to their information collection practices.\n\n Press \"OK\" to access the linked site or press \"Cancel\" to return to your original page.";


function confirmExitSI()
{
    var return_value = confirm(message);
    if ( return_value == true )
        {
        window.open("http://www.stressinstitute.com");
        }
}

function confirmExitML()
{
    var return_value = confirm(message);
    if ( return_value == true )
        {
        window.open("http://www.mindfullivingtv.com");
        }
}

function confirmExitBalance()
{
    var return_value = confirm(message);
    if ( return_value == true )
        {
        window.open("http://www.stressinstitute.com/StressAndWorkLifeBalanceTips/WorkLifeBalance.aspx");
        }
}

function confirmExitWellness()
{
    var return_value = confirm(message);
    if ( return_value == true )
        {
        window.open("http://www.stressinstitute.com/StressAndWorkLifeBalanceTips/HealthAndWellness.aspx");
        }
}

function confirmExitBag()
{
    var return_value = confirm(message);
    if ( return_value == true )
        {
        window.open("http://alteryourlife.com/Store/Detail.aspx?Category=7&Section=3&ProductGroup=232");
        }
}

function confirmExitMug()
{
    var return_value = confirm(message);
    if ( return_value == true )
        {
        window.open("http://alteryourlife.com/Store/Detail.aspx?Category=25&Section=2&ProductGroup=248");
        }
}

function confirmExitAngel()
{
    var return_value = confirm(message);
    if ( return_value == true )
        {
        window.open("http://alteryourlife.com/Store/Detail.aspx?Category=10&Section=3&ProductGroup=310");
        }
}

function confirmExitBeads()
{
    var return_value = confirm(message);
    if ( return_value == true )
        {
        window.open("http://alteryourlife.com/Store/Detail.aspx?Category=2&Section=1&ProductGroup=242");
        }
}