Make Yahoo Your Homepage
Discover something new every day from News, Sports, Finance, Entertainment and more!
generic
Sign in
Sign in to view your mail
- News
- Finance
- Sports
- Entertainment
- Life
- Shopping
- 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
How many Papa John's does Shaq own? ›
Papa John's
He not only bought nine franchises but also sold the company the right to use his likeness and voice for a cool $8.5 million. Shaq has also been a board member since 2019 and also a brand ambassador for the popular restaurant franchise.
The Full name of Shaq is Shaquille O'Neal he is a retired American basketball player but is currently an entrepreneur, television host and product endorser. Well according to the reports his net worth is $ 400 million. And during his basketball career, he earned $ 292 million in salary.
Who is worth more Michael Jordan or Shaq? ›Even though Shaq is worth more than $400 million, Shaq still has a lot to catch up to when compared to players like MJ and LeBron. Michael is the richest NBA athlete ever with a net worth of more than $2.2 billion dollars.
How many businesses does Shaq own? ›Shaq owns a total of 50 brands in different industries. He certainly knows how to make money. From fitness, to car washes, to restaurants, Shaq has his hands in a little bit of everything.
What brands do Shaq own? ›- Krispy Kreme. The American chain of doughnut shops Krispy Kreme was established in 1937. ...
- Papa John's Pizza. In terms of pizza delivery services, Papa John's is ranked third in the country. ...
- Five Guys. ...
- Auntie Anne's Pretzel. ...
- Sacramento Kings. ...
- eSports. ...
- Big Chicken. ...
- Lyft.
O'Neal is reportedly the second highest individual shareholder of the Authentic Brands Group. This company is responsible for many brand and retailer acquisitions, including Forever 21, Reebok, Barneys New York and JCPenney.
How much does Shaq make off Walmart? ›14 years from his record $70,000 Walmart purchase, Shaquille O'Neal goes into details of his insane bill. Shaquille O'Neal is quite the storyteller when it comes to narrating his own tales. Shaq's infectious personality and incredible stories have made him a media darling since his playing days.
Who is the richest basketball player? ›According to Forbes, Michael Jordan is NBA's richest player with a humongous net worth of US$1.7 billion. He earned US$90 million in salaries during his basketball career, but reportedly made US$1.8 billion (pre-tax) for endorsement deals from brands like Nike, Gatorade and Hanes.
How much is Papa John's paying Shaq? ›The NBA Hall-of-Famer will be paid roughly $5.63 million for his services. The new contract will expire in 2025, with the option of a one-year extension. Papa Johns and Shaquille O'Neal, the chain's biggest celebrity spokesperson, agreed to a new endorsement deal worth $5.63 million, according to an SEC filing.
Who are the 3 billionaire athletes? ›But in terms of net worth, again, only three athletes have made it to the billionaires club. They are LeBron James, Michael Jordan and Tiger Woods. Exclusive company.
Who is the richest athlete? ›
Rank | Name | Sport |
---|---|---|
1 | Floyd Mayweather Jr. | Boxing |
2 | Cristiano Ronaldo | Association football |
3 | Lionel Messi | Association football |
4 | LeBron James | Basketball |
Forbes estimates it at $3.2 billion as of October 26, 2022, with Trump making much higher claims. Trump received a loan from his father, and he has also made money from fundraising, real estate ventures, hotels, casinos, golf courses, and Trump-branded products including neckties and steaks.
What nightclubs does Shaq own? ›- XS NIGHTCLUB.
- ENCORE BEACH CLUB.
- ENCORE BEACH CLUB AT NIGHT.
- WYNN FIELD CLUB.
Shaquille O'Neal, the king of franchises: 155 burger joints, 40 gyms and a $400 million fortune.
Does Shaq own any NBA teams? ›He was a minority owner of the Sacramento Kings from 2013 to 2022 and is the general manager of Kings Guard Gaming of the NBA 2K League.
What does Michael Jordan own? ›Jordan is the principal owner and chairman of the Charlotte Hornets of the NBA and of 23XI Racing in the NASCAR Cup Series. He was integral in popularizing the NBA around the world in the 1980s and 1990s, becoming a global cultural icon in the process.
What pizza place does Shaq own? ›Shaquille O'Neal has an ownership stake in nine Atlanta-area Papa John's pizza restaurants, is a member of the company's board of directors and has a new endorsement deal with the brand.
What brand does Shaq own at Walmart? ›“So, I started the Shaq brand. I went to my favorite store, Walmart, and we did a deal. I was in all stores and my price point for the shoes was $29-$19 and since then we sold over 400 million pairs.” He added that he brought on designers from Reebok to join him in the new Walmart venture.
How much did Shaq pay for Elvis Presley? ›Who owns Elvis Presley? Me!” The former NBA champion spent around $135,000,000 to buy the rights to royalties from stars like Elvis Presley and Marilyn Monroe. This deal was possible due to Shaq's smart business investment. O'Neal signed with the Authentic Brands Group in December 2015.
What kind of restaurant does Shaq own? ›Big Chicken, a fast-casual chicken restaurant founded by NBA Hall of Famer Shaquille O'Neal, opened its first location in the Midwest last week at Austin Landing.
Does Shaq own Elvis Presley rights? ›
In the years that followed the deal, the NBA legend eventually became the second-largest individual shareholder of the brand management entity. Due to his extensive investment in ABG, Shaq owns a percentage of Elvis' royalties.
How much does Shaq make for commercials? ›Shaquille O'Neal's Net Worth: $400 Million
Much of Shaq's money came through his NBA career. He earned $292 million from his NBA contracts and an estimated $200 million in endorsements while he was playing. Today, much of his wealth comes from the superstar's new business endeavors.
As reported by Findingfuel.com, these include 17 Auntie Annie's Pretzels restaurants, nine Papa John's, one Krispy Kreme and a Big Chicken restaurant that is being franchised.
Did Shaq invest in Starbucks? ›Oct 24, 2022. Shaquille O'Neal once turned down what later became a lucrative deal for someone else. Starbucks franchisee opportunity: During an episode of Drink Champs, O'Neal explained Starbucks CEO Howard Schultz once offered him a chance to become a franchisee of a location that would open in the hood.
Who is the richest NFL player of all time? ›The biggest of the lot belongs to Patrick Mahomes, quarterback for the Kansas City Chiefs who signed a 10-year contract worth an eye-watering $450 million. Salaries are not the only way for NFL players to make their money.
What NBA stars are billionaires? ›LeBron James joins Michael Jordan as the only NBA billionaires.
Are there any billionaire basketball players? ›James' net worth recently broke $1 billion, making him the first ever active NBA player to become a billionaire. LeBron James, the basketball legend with four NBA championships, three Olympic medals and 18 NBA All-Star appearances under his belt, is the first active NBA player to achieve billionaire status.
What does Shaq do with his money? ›Shaquille O'Neal made most of his money as a basketball star, but started investing in car washes and franchises early on. Today, Shaq invests in various franchises, brands, startups, and real estate holdings. With a net worth of $400 million, Shaq is the second-largest shareholder of Authentic Brands Group.
Does Shaq have his own jet? ›Shaquille O'Neal travels around the world in his private jet. Every single amenity imaginable in an aircraft gets delivered to his private jet while he avails all the luxuries of life. Occasionally, Shaq is seen flying in business class on commercial flights.
How much did Shaq spend a day at Walmart? ›Shaq spent $70000 at Walmart, which he claims is the biggest purchase in Walmart history. He says that he tried to use his credit card and it got declined. And sometime later, the security from the bank contacted him and told him his card was stolen and someone was trying to buy 70000 worth of stuff from Walmart.
Who is the first athlete to make $1000000? ›
1970's: The million dollar contract
At the time the sum was considered absurd. However, it was soon superseded by baseball player Dave Parker, who in 1978 signed a 5-year contract with the Pittsburgh Pirates for $5 million, making him the first professional athlete to earn $1 million per year.
Tom Brady's Net Worth and Career
Brady has won seven Lombardi trophies, five Super Bowl MVP awards and has a net worth of $250 million according to Celebrity Net Worth. He led the New England Patriots to six Super Bowl victories in 20 seasons with the team, adding one with the Buccaneers after his 2020 campaign.
Basketball is the highest paid sport in the world, with the average annual salary in the NBA in 2023 being nearly $10.5 million. This is more than double the average salary in the NFL, which sits in second place at $4.5 million.
Who is the richest retired athlete? ›Michael Jordan | $2.2 Billion | Basketball
After playing a total of 15 seasons in the NBA, playing for both the Chicago Bulls and Washington Wizards, there's no surprise that Michael Jordan is the richest athlete in the world.
He joins LeBron James and Michael Jordan as the only athletes to reach the mark. Woods, 46, has earned over $1.7 billion in salary, endorsements and other forms of income during his decorated career, Forbes reports.
Who is the highest paid athlete in the US? ›LeBron James leads the list overall with a total of $126.9 million earnings from a combined salary/winnings and endorsements. Boxer Canelo Alvarez leads the list with the highest salary/winnings total with $84 million.
How much is Bill Gates worth? › Which president is a billionaire? ›...
List of presidents by peak net worth.
Name | Franklin D. Roosevelt |
---|---|
Net worth (millions of 2022 US$) | 79 |
Political party | Democratic |
Years in office | 1933–1945 |
JCPenney has around 670 stores today and has little debt for the first time in years. The company is owned by mall landlords Simon Property Group (SPG) and Brookfield Asset Management (BAM). The two firms rescued JCPenney out of bankruptcy for $1.75 billion in the fall of 2020.
Does Shaq own vitamin water? ›
D., who owns fitness centers, car washes, Five Guys franchises, nightclubs, and real estate, has his own shoe brand, and holds equity positions in companies like Google (his slice was pre-IPO), Vitamin Water, and Muscle Milk.
Why did Shaq sell his shares of the Kings? ›O'Neal, 49, who retired from the NBA in 2011 and was inducted into the Basketball Hall of Fame in 2016, posted on his official Twitter page that in order to pursue a business interest in the sports gambling world, he had to leave the Kings.
Who has the highest Walmart purchase? ›O'Neal said in an interview with HBO that he once spent $70,000 at Walmart in a single visit. When the Miami Heat traded Shaq to the Phoenix Suns, his apartment wasn't furnished, so he went to Walmart to buy all of his essentials.
How much does Shaq make off Papa Johns? ›How many Papa John's does Shaq own? Shaq owns nine Papa John's in Atlanta and has been the spokesman and director of the pizza chain since 2019. He also earns 20 cents for each Shaqaroni pizza that is sold. With $3 million worth of pizzas sold just in 2020, that means Shaq made $600,000 by using his name to sell pizza.
Who is the majority owner of Papa John's? ›Kennedy Capital Management, Inc.
How much did Shaq buy Papa Johns? ›Shaquille O'Neal, the former NBA player who has had a more lucrative post-playing career as a pitchman and investor, signed a new three-year endorsement deal for the pizza chain worth more than $11 million in cash and stock, according to a federal securities filing on Thursday.
How many 5 guys does Shaq own? ›Since he announced his retirement in 2011, the NBA star has become the owner of 155 Five Guys hamburger establishments, which represented 10% of the total company.
How much does Shaq make at Walmart? ›The host duo decided to ask Shaq about one famous Superman story from his playing days. Shaq had allegedly spent $70,000 in a Walmart in one shopping spree.
How much does Shaq make a month? ›Well, even an extravagant spending routine does not seem to hinder much of the 2 million he made per month. This is why even after spending whatever amount on whatever things and donating massively, Shaq remains one of the richest athletes in the world.
Does Papa John get royalties? ›...
$788,930.
Type of Fee | Amount |
---|---|
Royalty | 5% of net sales of the restaurant for each period; 6% for small town non-traditional restaurants. |
On-Line Transaction Fee | 1.75% of net sales via digital/internet on-line ordering, including aggregator orders. |
How much does Papa Johns CEO make a year? ›
Name And Title | Total Compensation |
---|---|
Robert M. Lynch President and Chief Executive Officer | Total Compensation $7,239,979 View details |
Marvin Boakye Chief People and Diversity Officer | Total Compensation $1,625,743 View details |
The Papa John's restaurants are primarily owned by Russians through a franchise agreement with a company controlled by Colorado native Christopher Wynne, who told the Times that Russians are “clearheaded and understand the dark gravity of the situation they're in” and that “at the end of the day, they appreciate a good ...
Does Shaq own Krispy Kreme? ›A rebuild is on the way with the original designs of the place to be brought back as a historical reminder. Shaquille O'Neal, who owns the Ponce de Leon Krispy Kreme, is set to shell out $1,400,000 to bring the place back to its glory days.
Did Shaq buy Starbucks? ›Oct 24, 2022. Shaquille O'Neal once turned down what later became a lucrative deal for someone else. Starbucks franchisee opportunity: During an episode of Drink Champs, O'Neal explained Starbucks CEO Howard Schultz once offered him a chance to become a franchisee of a location that would open in the hood.