function newsletterSignup(emailAddr)
{
	if(emailAddr != "Enter your email address to receive updates on special offers")
	{
		window.location = "/content/30.htm?userEmail=" + escape(emailAddr);
	}

}