if hostOf(Cookie) == hostOf(currentPage){
  return CookieIsFromMainPage; }
else {
  return CookieIsExternalToPage; }