Make Yahoo Your Homepage
Discover something new every day from News, Sports, Finance, Entertainment and more!
Yahoo Home
Sign in
Sign in to view your mail
- News
- Election Results
- Finance
- Sports
- Entertainment
- Life
- Shopping
- Cyber Monday
- Yahoo Plus
- More...
…
- {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 r=t.promos.enableNotifOnboard&&i&&o?notifOnboardPromoTemplate:"";if(r){var s=t.promos.showYahooLogo?"":"yns-no-logo";r=r.replace("{notifOnboardBtnLabel}",t.promos.notifOnboardBtnLabel).replace("{notifOnboardMsg}",t.promos.notifOnboardMsg).replace("{subscriptionTopic}",t.promos.subscriptionTopic).replace("{noLogoClass}",s).replace("{promoLogo}",t.promos.promoLogo)}var a=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}",r).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,a)}},{key:"render",value:function(e,n){var t=this;if(t._panelNode){var i=void 0,o=t._panelNode,r=void 0,s=void 0;switch(e){case EXPANDED_PANEL:i=panelTemplate,s=t._store.getNotifications(),r=t._generatePanelMarkup(i,s),o.innerHTML=r;break;case ERROR_PANEL:r=(i=panelErrorTemplate).replace("{errorMsg}",t._config.panel.errorMsg),o.innerHTML=r}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 r=o._config.panel;o._panelParentNode=document.querySelector(r.parentSelector),o._badgeNode=o._config.badge.selector&&document.querySelector(o._config.badge.selector),o._indicatorNode=r.indicatorSelector&&document.querySelector(r.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},r=(null===(e=window.YAHOO)||void 0===e?void 0:e.context)||(null===(n=window.Af)||void 0===n?void 0:n.context)||{};return r.region&&r.lang&&(o.lang=r.lang,o.region=r.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,r={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}},s=document.getElementById("notification-container"),a=null===(e=null==s?void 0:s.dataset)||void 0===e?void 0:e.config,c={};if(a){"att"===(null===(n=this.partnerClasses)||void 0===n?void 0:n[1])&&(r.promos.showYahooLogo=!1);try{var l=JSON.parse(a);c=__assign({},l),this.personalized=1===l.personalize}catch(e){logError("Notifications config parsing error",e)}s&&delete s.dataset.config}var d=this.mergeConfigs(r,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
Should you feel guilty for calling in sick? ›
We need to learn to be vulnerable, and to show that we're not OK – even if our inner critic doesn't like it. But the truth is it's nothing to be ashamed of. Being honest with yourself that you need a break can make you stronger, and healthier, in the long run.
How do I stop feeling guilty for taking a sick day? ›One way that Dr. Zelis recommends avoiding sick-day guilt? By getting a doctor's note. Not only will it give you the peace of mind that a real-life doctor agrees that you deserve to take the day, but it will also show your employer that you're not trying to just skip out on work.
Should I work from home if unwell? ›Data has long shown working while sick leads to worse job performance. Research also suggests a link between not taking sick days and an increased risk of depression, while a 2022 study showed that working from home sick made workers feel than if they had just taken the sick day.
Why do I feel guilty for taking time off work? ›You may even feel guilty for asking to take a day off because you have a mentality that “success comes from no rest, I've got to keep showing up.” If this sounds like you, this is your sign to reprioritize your mindset and not feel guilty about taking care of your own body.
Should I apologize for being sick at work? ›It's important to apologize for any inconvenience caused by your absence, as this effectively demonstrates team morale and responsibility. Make sure you end the phone call/email with an appreciative tone and ask if there's anything you can do while you're off.
What reason should I give for calling in sick? ›The survey found that flu is the most widely accepted excuse for staying home, although just about 42 percent of bosses thought it was necessary to do so. Next up were back pains, accident-related injuries, and stress. These are the top 10 reasons for calling in sick, in order from most acceptable to least.
Do I have to explain why I'm taking a sick day? ›Take a sick day when your physical health inhibits your ability to work effectively. Communicate with your manager via email, phone or text as soon as you feel sick, provide a brief explanation, explain your availability and offer helpful information your team may need to know before leaving or signing off.
Can I call in sick if I work from home? ›Calling in sick from home may follow the same process as an in-office request. Your supervisor or other stipulated workers should be informed. This communication can be made via phone call, text, or email—depending on what your manager has established as preferred methods of communication.
How do you ask to work from home when you're sick? ›Hi [Your Boss's Name], Unfortunately, I woke up feeling ill and am concerned that if I come into the office, I might get someone sick. I think it's best that I not come into the office today. That said, I can work from home on the projects I have going and respond via email and Slack to any questions the team has.
Is a cold a reason to stay home from work? ›If you've had cold symptoms for 10 days or fewer and you've been fever-free for 24 hours, you're probably safe to go to work. Keep your tissues, over-the-counter remedies, and hand sanitizer close by, and try to remember that even though you're miserable now, you'll likely feel better in a few days.
Should you feel guilty for taking leaves? ›
Stress and guilt about taking time off work can prevent you from reaping the mental health benefits of vacation days. You can overcome these negative feelings by identifying your cognitive distortions, by reminding yourself that breaks are necessary, and by doing what makes you uncomfortable (desensitization).
Is it wrong to take a day off work? ›Taking leave is an essential component to assuring your working life and personal life remain in harmonious balance. Working yourself down to a fine powder and mechanically pressing ahead even if your body and soul scream at you will ultimately benefit no one.
How do I say I feel sick professionally? ›- “I have [sickness] and will need to take a sick day today. ...
- “I'm really not feeling well today, so I don't think I will be able to do my job productively or efficiently. ...
- “I've come down with [sickness] and need to use a sick day today, but I'll be back at work tomorrow.
- "I don't feel well." "I am feeling sick." ...
- "I am feeling very tired today." "I have been feeling very run-down lately." ...
- "I have a bad headache." "I have a sore arm." ...
- "I'm sorry you're not feeling well. Maybe you should go home to bed?" ...
- "I'm still not feeling well."
“I'm here if you need any advice.” “I'm here, let me know you need help with errands or fixing up dinner one night.” “I'm here if you need a space to express your frustrations free of judgment.” “I'm here, let me know if I can do some research for you/help you find a new doctor/therapist.”
Do I have to tell my employer why I am calling in sick? ›The next time you wake up ill, the best practice is to call in immediately and request a sick day. It is up to you whether you choose to disclose brief details upfront. If your employer asks, you should provide general details, unless your illness is protected by the ADA.
Are employers allowed to ask why you called in sick? ›Is it legal for an employer to ask why you are sick? No federal law prohibits employers from asking employees why they are out sick. They are free to ask questions such as when you expect to return to work. They may also require you to furnish proof of your illness, such as a note from a physician.
What is a believable excuses for missing work? ›The best last-minute excuses to miss work include personal illness, family emergency, doctor's appointments, child care, mental health challenges, death of a loved one, and household problems. In fact, any unforeseen circumstance that requires your attention is among the best last-minute excuses to miss work.
Is it wrong to use sick days? ›The primary reason to use sick days is when you are ill. The reason businesses offer sick days is not only so that you can rest but so that you can avoid infecting others in the office. If you are feeling even a little sick, it's typically okay to take a sick day to be cautious.
Can my boss tell me no when I call in sick? ›Many employers provide paid time off (PTO) for sickness. This should be used if you have it. Bosses typically should not deny your request for sick time off, whether they're happy about it or not. But you may not need to listen to your boss's demands that you work.
What are medical reasons for working home? ›
People who are particularly vulnerable to coronavirus have high blood pressure, chronic lung disease, diabetes, obesity, asthma, and compromised immune systems. The Americans with Disabilities Act (ADA) states that these individuals are entitled to “reasonable accommodations” from their employers.
Can you get fired if you keep calling in sick? ›Illness. If you are persistently off sick, or on long-term sick, your employer should normally look at any alternatives before deciding to dismiss you. For example, they might have to consider whether the job itself is making you sick and needs to be changed. You can still be dismissed if you are off sick.
How do you say you are staying home sick? ›I'm not feeling well today, I have intense fatigue and I'm feeling very nauseous and feverish. Since I have a fever, I think it might be a good idea to stay home today so I don't expose anyone else to whatever illness I might have.
How do I get an excuse to work from home? ›- Doctor's Appointment. Duh. ...
- Dentist Appointment. If you use this one more than twice a year, everyone is going to think you have gnarly teeth. ...
- Car Troubles. Ah, one of my all-time favorites. ...
- House Work. This one is good. ...
- Family Emergency. ...
- Vet Appointment. ...
- Sick Kids. ...
- Jury Duty.
Reasonable accommodations for anxiety can include remote work, a support animal, a rest area, a modified break schedule, a flexible schedule, and shifts in schedule. The type of anxiety you have, your limitations, and your employer's resources will determine what accommodation is appropriate.
Why do we stay home when we are sick? ›To recover properly. By attending work, you could exacerbate your health problems and later have to take a longer period of sick leave to recover. “It's important to stay home from work when sick with the flu to rest and give yourself the best chance of recovery,” says Dr Hampson.
How often is it okay to call in sick? ›Most companies will tolerate 1 “sick day” per month, but if you establish a pattern, such as always calling in sick on a Monday or Friday, you are going to be questioned, possibly warned, possibly fired.
How many days should I stay home from work with a cold? ›What's smartest is to stay home for the worst of the illness-about two to four days for a severe cold and five to seven days for the flu, Saxinger said. "When you're feeling your worst, try not to be out and about; that's when you are most infectious."
How do I feel less guilty at work? ›- What the Experts Say. ...
- Reframe the situation. ...
- Gain perspective on your productivity. ...
- Recognize your limitations. ...
- Get pragmatic about your to-do list. ...
- Set expectations. ...
- Practice self-empathy. ...
- Be patient.
- Communicate your working hours to your colleagues. ...
- Track how you're spending your time. ...
- Reduce the length and frequency of meetings. ...
- Create separate personal and professional user accounts on your devices. ...
- Find a quiet desk away from home.
Is it okay to call out of work for a mental health day? ›
If you wake up and feel especially stressed, down, or anxious — at a level that impairs your functioning — it's time to consider taking the day off. Of course, sometimes you just feel unexplainably “off.” It's OK to take the day to yourself then, too. Use your personal judgement and listen to your mind and body.
Is it OK to call off work once in awhile? ›In fact, you should make it a priority to call out of work when you need to — if you have a job that provides PTO. Because you've earned those days. And time off can help with your overall health and productivity (see: burnout). And yet, many people don't use the time off they've earned.
Why is it so hard to quit a job? ›Many professionals have a strong resistance to leaving a job that's not working out. Quitting is hard because it carries an implication that you gave up, did not try hard enough, or were not good enough to make it work.
Is it OK to call out of work for anxiety? ›Anxiety, stress, or depression leave from work may require multiple days off, which is where FMLA may come in handy. This may be enough time to seek more intensive treatment if needed or time to relax and seek support. However, if you are thinking “can I get a sick note for anxiety”, the answer is yes.
Do I need to give a reason for a personal day? ›You don't always need a good reason to take a personal day. Sometimes you may just need to take a break to recharge, especially if you haven't had a vacation or a day off in a long time.
How long should you be at a job before taking a day off? ›So exactly how long should you wait before taking time off from your new job? That'll depend on your specific role, your employer, and your industry, among other things — but experts suggest you wait at least three months.
Is it unprofessional to call in sick? ›While you don't want to be unreliable in your workplace or call out too often and get the reputation of a slacker, you do want to reserve the right to call in sick. Calling in sick can help spare your co-workers when you have a fever, strep throat, are sneezing, coughing or have an upset stomach or food poisoning.
Is it OK to call in sick sometimes? ›Don't be afraid to make the call
First and foremost, it's important to understand that you mustn't feel guilty about not feeling well and taking a sick day; we all get sick now and again, regardless of rank or role.
The State of California's Paid Sick Leave Laws
It is illegal for a California employer to terminate your employment if you use sick leave that you have accrued and are entitled to use. If you are fired for using your sick leave, you might be able to file a lawsuit for wrongful termination.
Some of the best last-minute excuses to miss work include feeling sick, having a household problem, or an emergency appointment. Generally, these excuses need to be unpredictable as it's unprofessional to give a reason at the last minute when you would have communicated them to your boss several days before.
What to say when calling in sick working from home? ›
Hi [Your Boss's Name], Unfortunately, I woke up feeling ill and am concerned that if I come into the office, I might get someone sick. I think it's best that I not come into the office today. That said, I can work from home on the projects I have going and respond via email and Slack to any questions the team has.
What do bosses think when you call in sick? ›In most cases, your boss is thinking more about how they're affected, or how your absence affects the business overall. Calling in sick is never easy, whether you're running a company or just starting your career. You likely feel that being out, even for one day, will mean letting someone down.
How do you say I'm sick professionally? ›- “I have [sickness] and will need to take a sick day today. ...
- “I'm really not feeling well today, so I don't think I will be able to do my job productively or efficiently. ...
- “I've come down with [sickness] and need to use a sick day today, but I'll be back at work tomorrow.
Many companies use the three-day guideline for sick days, but be sure you don't run afoul of any mandatory sick leave law that your company may be subject to.
Can you be fired for asking for a sick day? ›Sick leave laws normally come with job protection. This means that an employer cannot retaliate (fire) against you for taking sick leave. This would be wrongful termination.
Can your boss not let you call in sick? ›"If you're working in a state with at-will employees, they can fire you for anything that's not illegal," Augustine says. That means that unless you qualify for legal protections under FMLA or the Americans with Disabilities Act, there is nothing stopping an employer from firing you for calling in sick.
What is a good excuse to miss work during Covid? ›Personal Illness
Personal illness, especially contagious types, are almost always a valid excuse to take off time off from work. Employers don't want to find themselves with an epidemic of illness spreading through the workplace because this seriously affects operations and productivity.
Anytime you need to call out you should give your supervisor as much notice as possible before your shift begins, when possible you should contact your employer at least 2 hours before your shift so that they can plan and prepare for your absence.
What's the best excuse to miss work? ›- Sickness. If you're not feeling well, it's best not to go to work. ...
- Family illness or emergency. A family emergency could refer to a variety of circumstances, such as a sick child or dependent, a car accident or an unexpected surgery. ...
- Home emergency/car trouble. ...
- Death of a loved one.