function newsletterSignup(emailAddr)
{
	if(emailAddr != "Enter your email address")
	{
		window.location = "/content/45.htm?userEmail=" + escape(emailAddr);
	}

}
