$(document).ready(function(){
	if($.cookie('regpopup2011') != 'viewed'){
		var getURL = document.location.toString();
		if(getURL.match('newsletter')) {
			$.cookie('regpopup2011', 'viewed', { expires: 1500, path: '/' });
		}
	}
});	

