Yahoo News
Sign in
Sign in to view your emails
- News News
- Cost-of-living crisis Cost-of-living crisis
- Yahoo Originals Yahoo Originals
- Quizzes Quizzes
- TV + Celebrity TV + Celebrity
- Royals Royals
- Crime Crime
- Motoring Motoring
- Viral Viral
- UK UK
- World World
- On This Day On This Day
- News Video News Video
- Finance Finance
- Sport Sport
- Style Style
- Movies Movies
- Weather Weather
…
…
- {promoMarkup}{notifMarkup}
{notificationCenterNavMsg}
',panelEmptyTemplate='
{emptyPanelMsg}
',panelErrorTemplate='
{errorMsg}
',panelParentTemplate='
',notifOnboardPromoTemplate='
{notifOnboardMsg}
',EXPANDED_PANEL="expanded_panel",ERROR_PANEL="error_panel",NotificationView=function(){function e(n,t){classCallCheck(this,e);var i=this;i._config=n,i._panelNode=null,i._store=t}return createClass(e,[{key:"_generatePanelMarkup",value:function(e,n){var t=this._config,i=void 0,o=void 0;"undefined"!=typeof window&&(i=window.Notification&&"default"===window.Notification.permission,o=t.promos.bypassEligibleClassCheck||hasClass(document.body,t.promos.eligibleBodyClass));var s=t.promos.enableNotifOnboard&&i&&o?notifOnboardPromoTemplate:"";if(s){var a=t.promos.showYahooLogo?"":"yns-no-logo";s=s.replace("{notifOnboardBtnLabel}",t.promos.notifOnboardBtnLabel).replace("{notifOnboardMsg}",t.promos.notifOnboardMsg).replace("{subscriptionTopic}",t.promos.subscriptionTopic).replace("{noLogoClass}",a).replace("{promoLogo}",t.promos.promoLogo)}var r=n.newCount>t.panel.maxCount?n.newCount:"",c=t.panel.notificationCenterPath,l=c?"":constants.panelHideElement,d=t.panel.headerMsg?"":" "+constants.panelHideElement,u=c?constants.panelPaddingBtm:"",p=void 0;n.count?p=n.markup:p=panelEmptyTemplate.replace("{emptyPanelMsg}",t.panel.emptyPanelMsg);return e=e.replace("{notifMarkup}",p).replace("{promoMarkup}",s).replace("{hideClass}",l).replace("{notifCenterLink}",c).replace("{paddingClass}",u).replace("{headerMsg}",t.panel.headerMsg).replace("{hideHeaderClass}",d).replace(/{notificationCenterNavMsg}/g,t.panel.notificationCenterNavMsg).replace(/{newCount}/g,r)}},{key:"render",value:function(e,n){var t=this;if(t._panelNode){var i=void 0,o=t._panelNode,s=void 0,a=void 0;switch(e){case EXPANDED_PANEL:i=panelTemplate,a=t._store.getNotifications(),s=t._generatePanelMarkup(i,a),o.innerHTML=s;break;case ERROR_PANEL:s=(i=panelErrorTemplate).replace("{errorMsg}",t._config.panel.errorMsg),o.innerHTML=s}n&&n()}else n&&n(new Error("No panel parent"))}},{key:"createPanelParentNode",value:function(e){e&&(e.innerHTML=panelParentTemplate,this._panelNode=document.getElementById(constants.panelNodeId))}},{key:"updateBadgeNode",value:function(e){if(e){var n=this._store.getNotifications().newCount,t=this._config.badge.maxCount;if(n){var i=n>t?t+"+":n;e.innerHTML=i}else e.innerHTML=""}}},{key:"addStyles",value:function(e){if(e&&"undefined"!=typeof window){var n=document.getElementById(this._config.panel.styleTagId);n||((n=document.createElement("style")).type="text/css",n.id=this._config.panel.styleTagId,n.innerText=e,document.head.appendChild(n))}}}]),e}(),EXPANDED_PANEL$1="expanded_panel",ERROR_PANEL$1="error_panel",PanelController=function(){function e(n,t,i){classCallCheck(this,e);var o=this;o._store=t,o._view=i,o._config=n;var s=o._config.panel;o._panelParentNode=document.querySelector(s.parentSelector),o._badgeNode=o._config.badge.selector&&document.querySelector(o._config.badge.selector),o._indicatorNode=s.indicatorSelector&&document.querySelector(s.indicatorSelector)}return createClass(e,[{key:"createPanelParentNode",value:function(){this._view.createPanelParentNode(this._panelParentNode),this._notifPanelNode=document.getElementById(constants.panelNodeId)}},{key:"refreshPanelNode",value:function(e,n){var t=this;addClass(t._notifPanelNode,constants.panelLoading),t._store.fetchNotifications(e,(function(e,i){var o=window.wafer&&window.wafer.base;o&&o.destroy(t._notifPanelNode),e?t._notifPanelNode.innerHTML||(t._view.render(ERROR_PANEL$1),addClass(t._notifPanelNode,constants.panelLoading)):(t._view.render(EXPANDED_PANEL$1),t._view.updateBadgeNode(t._badgeNode),t._showBadge(),t._showIndicator(),t._view.addStyles(i.css)),removeClass(t._notifPanelNode,constants.panelLoading),o&&o.sync(t._notifPanelNode.parentNode),n&&n(e,i)}))}},{key:"resetBadge",value:function(){var e=this;e._store.resetNewCount(),e._view.updateBadgeNode(e._badgeNode),addClass(e._badgeNode,e._config.badge.hideClass)}},{key:"_showIndicator",value:function(){this._indicatorNode&&(this._store.getNotifications().newCount?addClass(this._indicatorNode,this._config.panel.indicatorClass):removeClass(this._indicatorNode,this._config.panel.indicatorClass))}},{key:"_showBadge",value:function(){var e=this;e._store.getNotifications().newCount?removeClass(e._badgeNode,e._config.badge.hideClass):addClass(e._badgeNode,e._config.badge.hideClass)}}]),e}(),config={promos:{eligibleBodyClass:"display-push-promos",enableNotifOnboard:!0,bypassEligibleClassCheck:!1,notifOnboardBtnLabel:"Notify Me",notifOnboardMsg:"Get alerts for breaking news and top stories",promoLogo:"https://s.yimg.com/cv/apiv2/ae/news/circle_bell.png",showYahooLogo:!0,subscriptionTopic:"gondor_homerun_news"},badge:{hideClass:"",maxCount:5,selector:""},panel:{emptyPanelMsg:"You have no new notifications.",errorMsg:"",headerMsg:"Notifications",imageTag:"img:40x40|2|80",indicatorClass:"yns-indicator",indicatorSelector:null,maxCount:6,notificationCenterNavMsg:"View all {newCount} notifications",notificationCenterPath:"",notificationTypes:"",parentSelector:null,styleTagId:"notificationStyles",theme:"default"},service:{attemptCount:2,attemptDelay:1,url:null,resetUrl:null,isRMP:!1,responseType:"json",timeout:1500}},Main=function(){function e(n){classCallCheck(this,e);var t=this;t.config=t._parseConfig(n),t._validateRequiredConfigs()&&(t._request=new NotificationRequest(t.config),t._store=new NotificationStore(t.config,t._request),t._view=new NotificationView(t.config,t._store),t._panelController=new PanelController(t.config,t._store,t._view),t._panelController.createPanelParentNode(),t._assignHelperMethods())}return createClass(e,[{key:"_parseConfig",value:function(e){var n={};for(var t in objectAssign(n,config),n)if(n.hasOwnProperty(t)){var i=n[t],o=e[t];"object"===(void 0===i?"undefined":_typeof(i))?objectAssign(i,o):n[t]=e[t]}return n}},{key:"_validateRequiredConfigs",value:function(){var e=this.config;return!(!e.panel.parentSelector||!e.service.url)}},{key:"_assignHelperMethods",value:function(){var e=this;e.helpers={refreshPanelNode:e._panelController.refreshPanelNode.bind(e._panelController),resetBadge:e._panelController.resetBadge.bind(e._panelController),resetIndicator:function(){removeClass(e._panelController._indicatorNode,e.config.panel.indicatorClass)}}}}]),e}(),notificationClient_module_min=Main,notificationClient={NotificationClient:notificationClient_module_min},CONSUMPTION_STORAGE_KEY="lnct",NotifClient=function(){function e(){var e,n;this.personalized=!1,this.ybarElem=document.getElementById("ybar"),this.partnerClasses=null===(n=null===(e=this.ybarElem)||void 0===e?void 0:e.className)||void 0===n?void 0:n.match(/ybar-variant-([a-z]*)/),this.client=new notificationClient.NotificationClient(this.getConfig())}return e.prototype.refreshPanel=function(){var e,n,t,i=this,o={lastUpdate:this.getTimeStamp()||this.setTimeStamp(),loadInHpViewer:!0,includePersonalized:this.personalized},s=(null===(e=window.YAHOO)||void 0===e?void 0:e.context)||(null===(n=window.Af)||void 0===n?void 0:n.context)||{};return s.region&&s.lang&&(o.lang=s.lang,o.region=s.region),(null===(t=this.partnerClasses)||void 0===t?void 0:t.length)&&(o.partner=this.partnerClasses[1]),new Promise((function(e,n){i.client.helpers.refreshPanelNode({matrixParams:o},(function(t,i){t&&(logError("Notification refresh error:",t),n(t)),e(i)}))}))},e.prototype.resetBadge=function(){this.client.helpers.resetBadge(),this.setTimeStamp()},e.prototype.getConfig=function(){var e,n,t,i,o,s={promos:{eligibleBodyClass:"display-push-promos",enableNotifOnboard:!0},badge:{selector:"#notif-badge",hideClass:"ybar-notification-hidden"},panel:{emptyPanelMsg:"You have no new notifications.",errorMsg:"Please check back later.",headerMsg:"Notifications",maxCount:5,parentSelector:"#ybarNotificationBody",notificationTypes:"breakingNews"},service:{url:"/tdv2_fp/api/resource/NotificationHistory.getHistory",isRMP:!1}},a=document.getElementById("notification-container"),r=null===(e=null==a?void 0:a.dataset)||void 0===e?void 0:e.config,c={};if(r){"att"===(null===(n=this.partnerClasses)||void 0===n?void 0:n[1])&&(s.promos.showYahooLogo=!1);try{var l=JSON.parse(r);c=__assign({},l),this.personalized=1===l.personalize}catch(e){logError("Notifications config parsing error",e)}a&&delete a.dataset.config}var d=this.mergeConfigs(s,c);return(null===(t=this.partnerClasses)||void 0===t?void 0:t.length)&&"yahoo"!==(null===(i=this.partnerClasses)||void 0===i?void 0:i[1])&&(null===(o=d.promos)||void 0===o?void 0:o.subscriptionTopic)&&delete d.promos.subscriptionTopic,d},e.prototype.mergeConfigs=function(e,n){var t=__assign({},e);for(var i in e)t[i]=__assign(__assign({},e[i]),n[i]);return t},e.prototype.getTimeStamp=function(){var e;return null===(e=window.localStorage)||void 0===e?void 0:e.getItem(CONSUMPTION_STORAGE_KEY)},e.prototype.setTimeStamp=function(){var e,n=""+Math.floor((new Date).getTime()/1e3);return null===(e=window.localStorage)||void 0===e||e.setItem(CONSUMPTION_STORAGE_KEY,n),n},e}(),notifClient=new NotifClient,getNotifClient=function(){return notifClient},reInit=function(){notifClient=new NotifClient},ybarRapid,ybarRapidInterval,ybarRapidErrMsg="",beaconQueue=[],noop=function(){},logRapidError=function(){window.removeEventListener("beforeunload",logRapidError),""!==ybarRapidErrMsg&&logError("Rapid not found on page",new Error(ybarRapidErrMsg))},findRapidWithSpaceid=function(e){var n=void 0;if(e&&e.length>0)for(var t=0;t
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\".concat(self.i18n.t('search.voice.permission_title'), \"
\\n
\").concat(self.i18n.t('search.voice.permission_text'), \"
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n \\n \\n \\n \\n \\n \\n
\\n
\\n
\\n \\n \\n \".concat(self.i18n.t('search.voice.recognition_retry'), \"\\n
\\n
\\n
\\n
\\n
\\n
\\n \").concat(self.i18n.t('search.voice.trending_title'), \"\\n \\n
\\n
\\n
FAQs
What is causing bats to go extinct? ›
Sadly, many bat species around the world are vulnerable or endangered due to factors ranging from loss and fragmentation of habitat, diminished food supply, destruction of roosts, disease and hunting or killing of bats. In the UK, bat populations have declined considerably over the last century.
Is the tricolored bat endangered? ›On September 13, 2022 the U.S. Fish and Wildlife Service announced a proposal to list the tricolored bat as endangered under the Endangered Species Act.
Are any bat species in danger of extinction? ›*The five species listed by the IUCN as endangered are the Indiana bat (Myotis sodalis), Gray bat (M. grisescens), Big-eared bat (Plecotus townsendii), Sanborn's long-nosed bat (Leptonycteris sanborni) and the Mexican long-nosed bat (L. nivalis).
Why is the tri colored bat important? ›Tri-colored bats are among the first to emerge at dusk, darting around the treetops in search of moths, beetles, mosquitoes, midges, bugs, ants and other insects. The bats penchant for grain moths and beetles suggests that it holds important agricultural value.
What is the biggest threat to bats? ›The devastating disease called white-nose syndrome, windmill turbines, habitat loss, and climate change have caused large numbers of bats to die.
What disease kills bats? ›White-nose syndrome (WNS) is the fungal disease killing bats in North America. Research indicates the fungus that causes WNS, Pseudogymnoascus destructans, is likely exotic, introduced from Europe.
Why are little brown bats endangered? ›Sadly, little brown bats are one of the three bats most threatened by White-nose Syndrome (WNS), a deadly fungal disease, caused by the fungus Pseudogymnoascus destructans. The fungus is rapidly spreading throughout North America and has killed millions of bats over the past decade.
What is the most colorful bat? ›Tricolored bat | |
---|---|
Family: | Vespertilionidae |
Tribe: | Perimyotini |
Genus: | Perimyotis Menu, 1984 |
Species: | P. subflavus |
Without pollinating and seed-dispersing bats, many ecosystems would gradually die. Plants would fail to provide food and cover for wildlife species near the base of the food chain. If these plants die, wildlife will die, causing entire ecosystems to deteriorate.
Do you think bats are on the verge of extinction? ›
Today, bats are under unprecedented threat from widespread habitat destruction, accelerated climate change, invasive species, and other stresses. Without concerted international action, their populations will continue to fall, driving many species to extinction.
What is killing bats in North America? ›White-nose Syndrome mostly affects hibernating bats. More than half of the 47 bat species living in the United States and Canada hibernate to survive the winter. Twelve bat species, including two endangered species and one threatened species, have been confirmed with white-nose syndrome in North America.
Are bats blind? ›No, bats are not blind. Bats have small eyes with very sensitive vision, which helps them see in conditions we might consider pitch black. They don't have the sharp and colorful vision humans have, but they don't need that.
What do tri Coloured bats eat? ›Tri-colored Bats eat flying insects and spiders gleaned from webs. At the end of the summer they travel to a location where they swarm; it is generally near the cave or underground location where they will overwinter.
Are little brown bats federally protected? ›In 2010, Kunz and Reichard published a report arguing that the precipitous decline of the little brown bat justified its emergency listing as a federally endangered species under the U.S. Endangered Species Act.
How can we protect bats from extinction? ›- Be a bat ambassador and spread the word. ...
- Turn off unnecessary lights and watch for bats. ...
- Promote natural habitat around your home. ...
- Feed hungry bats by minimizing the use of pesticides in your yard. ...
- Provide shelter by installing a bat box. ...
- Avoid disturbing bats. ...
- Remove unwanted bats humanely.
Many bats are under severe threat from increasing human pressures. Globally, the main threats to bats include habitat loss and degradation, climate change, overexploitation, disease, disturbance and persecution.
Why are Indiana bats going extinct? ›The Indiana bat (Myotis sodalis) is both a state and federally endangered species. The species was listed in the late 1960s due to human disturbance of caves that bats use for winter hibernating. Indiana bats are vulnerable to these disturbances as they hibernate in large colonies in very few caves.
What does it mean when you find a dead bat? ›Bats are often feared due to their superstitious associations, however bats – in particular dead bats – hold deep symbolism. They are a sign of a difficult moment coming to an end, allowing closure and healing. The dead bat is a sign of change and accepting that change is inevitable and not always a bad thing.
Can humans get white-nose syndrome? ›Thousands of people have visited affected caves and mines since White-nose Syndrome (WNS) was first observed, and there have been no reported human illnesses attributable to WNS. We are still learning about WNS, but we know of no risk to humans from contact with WNS-affected bats.
What kills white-nose syndrome? ›
Is there a cure for white-nose syndrome? No and because the fungus that causes white-nose syndrome is now established in North America, it is unlikely that it will go away. The focus is not on a single cure, but on several tools such as treating bats or changing environments that will help bats survive.
What eats a brown bat? ›A variety of wild mammals, birds, and snakes will incorporate these bats into their diets, because the large colony sizes make them easy to catch. Domestic cats are a major predator of bats that roost near people. To locate their prey, most insect-eating bats use a system called echolocation.
What predators eat bats? ›Bats have few natural predators — disease is one of the biggest threats. Owls, hawks and snakes eat bats, but that's nothing compared to the millions of bats dying from white-nose syndrome.
Do bats carry rabies? ›Bats are one of the most commonly reported rabid animal in the United States. Bats are the leading cause of rabies deaths in people in the United States. If you find a bat in your home, try to capture it for testing. By testing the bat for rabies, you can find out if you need to be vaccinated.
Which US state has the most bats? ›Texas happens to be the battiest state in the country. It is home to 32 of the 47 species of bats found in the United States.
What is the smartest bat? ›What is the smartest bat? Flying foxes or fruit bats are among the largest and smartest bats. In comparison to other species, flying foxes have displayed the highest level of intelligence. As well as the biggest brain size relative to body size.
Can a bat be a pet? ›A bat in the wild can live up to 30 years while only a few pet bats will make it to a year. Bats need special care, housing, and nutrition. They are complicated animals, making it almost impossible to take care of them properly even if you wanted to.
Do pipistrelle bats carry rabies? ›Rabies has not been found in pipistrelles – the type of bat most commonly found in UK homes. However, as a precautionary measure, PHE recommends a course of rabies vaccine for people who have been bitten by any species of bat. Bat bites and scratches are often felt and not seen.
How many bats are endangered? ›More than 200 bat species in 60 countries around the world are considered threatened (Critically Endangered, Endangered, or Vulnerable) by the International Union for the Conservation of Nature (IUCN).
Is the lesser horseshoe bat endangered? ›Is there anywhere in the world without bats? ›
The only places on Earth with no bats are the Arctic, Antarctic and a few isolated Oceanic islands. The tropics have the biggest variety of bat species: Indonesia has 175 species of bats (about ten times the number of species found in the UK).
Are bats friendly to humans? ›They are only aggressive when they're frightened or provoked. While you should always treat any bat you come into contact with as a wild animal, they are gentle.
What do bats need to survive? ›In order to survive, insectivorous bats need insects to eat, water to drink, places to sleep and raise their young (called roosts), and places to hibernate. Places where bats hunt for insects are called foraging habitats.
Can bats survive without oxygen? ›Bats are able to live in suspended animation for as long as six months, during which they cut their oxygen intake by nearly 98 percent. Some species can go to even greater extremes.
How long can bats live without water? ›If there is no food or water, a bat trapped in a house will die within 24 hours. Even after it is dead, you should not touch or go near the bat. Some animals seem scarier than they are, but bats are every bit as dangerous as they seem.
Why bats should be protected? ›Bats are of major environmental significance due to being important indicators of how well an ecosystem is doing. They are warm-blooded, suckle their young, and only have one pup a year, which means the population growth can decline dramatically if weather is particularly harsh and the pups are not able to survive.
How many bats have died from white-nose syndrome? ›White-nose syndrome has killed over 90% of northern long-eared, little brown and tri-colored bat populations in fewer than 10 years, according to a new study published in Conservation Biology. Researchers also noted declines in Indiana bat and big brown bat populations.
Are bats recovering from white-nose syndrome? ›The disease has caused populations to decline by about 78 percent, killing many hibernating colonies. Still, some populations appear to be recovering after significant declines, likely due to increased disease resistance.
Is white-nose syndrome still a problem? ›White-nose syndrome is a serious threat to hibernating bats in North America. Since 2006, it has steadily spread south and west from New York State. Millions of bats, up to 100 percent of some populations, have died due to this fungal disease.
Can bats hear? ›Bats navigate and find insect prey using echolocation. They produce sound waves at frequencies above human hearing, called ultrasound. The sound waves emitted by bats bounce off objects in their environment.
Do bats bite people? ›
Bats do not bite unless they are provoked. Even the occasional rabid bat seldom becomes aggressive. However, since bats are a rabies vector species in most places and, like all wild animals, can bite to defend themselves, it is crucial to take all necessary precautions to avoid a potential exposure to the virus.
How do bats fly if they can't see? ›The myth that they are blind may stem from the fact that bats often fly very close to objects, but that's a matter of curiosity more than bad eyesight, the park service reports. And bats don't rely on their eyesight to navigate in flight because they use their echolocation.
Where do tricolored bats live? ›HABITAT: Tricolored bats appear to inhabit landscapes that are partly open, with large trees and plentiful woodland edges. They are found in a variety of terrestrial habitats, including grasslands, old fields, suburban areas, orchards, urban areas and woodlands, especially hardwood woodlands.
How many babies does a pipistrelle bat have? ›Typically, they have one young, known as a pup, which is able to fly at around three weeks old and become fully independent two to three weeks later.
How long do little brown bats live? ›The little brown bat is long-lived for its size, and lives over 10 years in most cases (Barbour and Davis 1969).
Where would a bat hide during the day in my house? ›Bats will most likely land somewhere they can hang—behind curtains or upholstered furniture, on hanging clothes or in house plants. Carefully place a plastic tub or similar container over them. Gently work a piece of cardboard or stiff paper under the container, trapping the bat inside.
Do little brown bats eat mice? ›Do bats eat mice? The majority of bats eat only insects, while around a third of bat species eat fruit and nectar. A very small percentage of bats eat small vertebrates such as mice, fish, and frogs.
How common are bats in houses? ›Most of the people that call us have had at least two or three instances of bats in the house over the last few years though. Multiple bats in your house is a very strong indication of an infestation. Most bat colonies found in houses are maternal colonies.
Do tri colored bats hibernate? ›They require specific habitats for hibernating, roosting and foraging. These bats will hibernate in caves, mines and even buildings with variations in hibernation site selection by region. For example, tricolored bats in the northern part of their range hibernate almost exclusively in caves and mines.
What color can bats be? ›Bats can be a range of colors, including red, tan, brown, and gray. A bat's ears are very important because bats use them to hunt for food.
How long do little brown bats live? ›
The little brown bat is long-lived for its size, and lives over 10 years in most cases (Barbour and Davis 1969).
Where is the northern long eared bat located? ›The northern long-eared bat is found across much of the eastern and north central United States and all Canadian provinces from the Atlantic coast west to the southern Northwest Territories and eastern British Columbia. The species' range includes 37 states.