var userCookie = get_cookie('at');
	
if (userCookie == null) {
	window.location = "http://www.npr.org/templates/reg/login.php?returnUrl=/programs/asc/polls/index.html"
}
