/*
function domainMessage()
{
	alert("If your email address is provided by either Comcast (comcast.net) or Roadrunner (roadrunner.com or rr.com), we are unable to send you the Health News monthly newsletter since these Internet Service Providers consider our newsletter spam.  This spam detection immediately blocks all email from the Schiff websites. " + '\n\n' + "You will be able to sign up for the Schiff Rewards program and access the online offers, but will be automatically excluded from receiving the monthly Health News Newsletter. " + '\n\n' + "If you have an alternate email address, we strongly suggest you use that email address instead. We apologize for this inconvenience.");
}

function domainMessage2()
{
	alert("If your email address is provided by either Comcast (comcast.net) or Roadrunner (roadrunner.com or rr.com), we may be unable to respond to you via email. " + '\n\n' + "These Internet Service Providers incorrectly consider our monthly Schiff newsletter spam; and this spam detection automatically blocks all email from the Schiff websites. " + '\n\n' + "If you prefer an email response and have an alternate email address, we strongly suggest you use that email address instead. We apologize for this inconvenience. You may also call us directly at 1-800-526-6251");
}
*/

function afMessage()
{
	var response = confirm("Proud Sponsors play an invaluable role in furthering the mission of Arthritis Foundation. These premier sponsors make it possible for the Foundation to continue investing in critical areas of advocacy, research and public health. Together, with Proud Sponsors like Schiff Nutrition, the Arthritis Foundation will realize its vision of a world free of arthritis pain.\n\nClick OK to visit www.Arthritis.org or CANCEL to return to the Move Free Advanced website.");
	if (response==true)
	{
		window.location.assign("http://www.arthritis.org/");
	}
	else
	{
	}
}
