
          var search = "img="
          if (document.cookie.length > 0) { // if there are any cookies
                    offset = document.cookie.indexOf(search) 
                    if (offset != -1) { // if cookie exists 
                     }else{
					window.location = "http://signin.dallasnews.com/servlet/UserProfile?fw=" + document.URL;
					}
          }

