<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"  xmlns:og="http://opengraphprotocol.org/schema/" >
<head profile="http://gmpg.org/xfn/11">
	
	<title>Fall Out Boy Will Donate All Proceeds from Houston Concert to Hurricane Harvey Relief | Andy Hurley, Fall Out Boy, Hurricane Harvey, Joe Trohman, Patrick Stump, Pete Wentz : Just Jared</title>
	<meta name="description" content="Fall Out Boy Will Donate All Proceeds from Houston Concert to Hurricane Harvey Relief Fall Out Boy announces that they are doing their part in helping those effected by Hurricane Harvey.    The guys - including Pete Wentz, Patrick Stump, Andy Hurley,&hellip;" />
	<meta name="news_keywords" content="Andy Hurley, Fall Out Boy, Hurricane Harvey, Joe Trohman, Patrick Stump, Pete Wentz"/>
	<meta name="generator" content="WordPress " /> <!-- leave this for stats -->
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	
	<meta property="og:title" content="Fall Out Boy Will Donate All Proceeds from Houston Concert to Hurricane Harvey Relief" />
	<meta property="og:site_name" content="Just Jared" />
	<meta property="og:url" content="http://www.justjared.com/2017/08/30/fall-out-boy-will-donate-all-proceeds-from-houston-concert-to-hurricane-harvey-relief/" />
	<meta property="og:type" content="article" />
	<meta property="og:description" content="Read more inside..." />
	<meta property="og:image" content="http://cdn01.cdn.justjared.com/wp-content/uploads/headlines/2017/08/boy-harvey.jpg" />
	<meta name="twitter:card" content="summary_large_image">
	<meta name="twitter:site" content="@justjared">
	<meta name="twitter:url" content="http://www.justjared.com/2017/08/30/fall-out-boy-will-donate-all-proceeds-from-houston-concert-to-hurricane-harvey-relief/">
	<meta name="twitter:title" content="Fall Out Boy Will Donate All Proceeds from Houston Concert to Hurricane Harvey Relief">
	<meta name="twitter:description" content="Read more inside...">
	<meta name="twitter:image" content="http://cdn01.cdn.justjared.com/wp-content/uploads/headlines/2017/08/boy-harvey.jpg" />
		
	<link rel="image_src" href="http://cdn02.cdn.justjared.com/wp-content/uploads/headlines/2017/08/fall-out-boy-will-donate-proceeds-from-houston-concert-to-hurricane-harvey.jpg" />
	<link rel="canonical" href="http://www.justjared.com/2017/08/30/fall-out-boy-will-donate-all-proceeds-from-houston-concert-to-hurricane-harvey-relief/" />
	<link rel="stylesheet" href="/wp-content/themes/default/style.css?12142016" type="text/css" />
	<link rel="alternate" type="application/rss+xml" title="Just Jared RSS Feed" href="http://www.justjared.com/feed/" />
	<link rel="pingback" href="http://www.justjared.com/xmlrpc.php" />
	<link rel="apple-touch-icon-precomposed" href="http://cdn03.cdn.justjared.com/wp-content/themes/default/images/default_apple_touch_icon.png" />
	<link href="https://plus.google.com/+justjared" rel="publisher" />
	
	<script type="text/javascript">var is_home=0;</script>
	
	<!-- Google Analytics -->
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-86316-1', 'auto');
  ga('require', 'displayfeatures');
 	  ga('send', 'pageview', {
  'dimension1': 'tommy'});
  </script>
<script>
/**
* Function that tracks a click on an outbound link in Google Analytics.
* This function takes a valid URL string as an argument, and uses that URL string
* as the event label.
*/
var trackOutboundLink = function(url) {
   ga('send', 'event', 'outbound', 'click', url, {'hitCallback':
     function () {
     document.location = url;
     }
   });
}
</script>
<!-- End Google Analytics -->

<!-- Comscore JJRY -->
<script type="text/javascript">
    var _comscore = _comscore || [];
    var _comscoreId = "5859724";
    _comscore.push({ c1: "2", c2: _comscoreId });
    (function() {
        var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
        s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
        el.parentNode.insertBefore(s, el);
    })();

    var trackPageviewComscore = function()
    {
        _comscore.push({ c1: "2", c2: _comscoreId });
        COMSCORE.purge();
    }
</script>
<noscript><img src="https://sb.scorecardresearch.com/p?c1=2&c2=5859724&cv=2.0&cj=1" /></noscript>
<!-- END Comscore JJRY -->

<!-- Quantcast Tag, part 1 --> 
<script type="text/javascript">
  var _qevents = _qevents || [];
  (function() {
   var elem = document.createElement('script');
   elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge")
               + ".quantserve.com/quant.js";
   elem.async = true;
   elem.type = "text/javascript";
   var scpt = document.getElementsByTagName('script')[0];
   scpt.parentNode.insertBefore(elem, scpt);  
  })();
</script>

	<script type="text/javascript" src="/wp-content/themes/default/target.js?1"></script>
	<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.async=true;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
	
	<script language="javascript" type="text/javascript">
	function limitText(limitField, limitCount, limitNum) {
		if (limitField.value.length > limitNum) {
			limitField.value = limitField.value.substring(0, limitNum);
		} else {
			limitCount.value = limitNum - limitField.value.length;
		}
	}
	</script>
	
	
	<script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script>
<script>
  var googletag = googletag || {};
  googletag.cmd = googletag.cmd || [];
</script>

<script>
  googletag.cmd.push(function() {
    googletag.defineSlot('/183691092/jj-cat-arch-300x250', [300, 250], 'div-gpt-ad-1517423097039-0').addService(googletag.pubads());
    googletag.defineSlot('/183691092/jj-search-300x250', [300, 250], 'div-gpt-ad-1517423097039-1').addService(googletag.pubads());
    googletag.defineSlot('/183691092/jj-midcontent-300x250', [300, 250], 'div-gpt-ad-1517423097039-2').addService(googletag.pubads());
    googletag.defineSlot('/183691092/jj-mid-336x280', [336, 280], 'div-gpt-ad-1517423097039-3').addService(googletag.pubads());
    googletag.defineSlot('/183691092/jj-mobile-300x250', [300, 250], 'div-gpt-ad-1517423097039-4').addService(googletag.pubads());
    googletag.defineSlot('/183691092/jj-mobile-320x50', [320, 50], 'div-gpt-ad-1517423097039-5').addService(googletag.pubads());
    googletag.defineSlot('/183691092/just-jared-sidebar-300x250', [300, 250], 'div-gpt-ad-1517423097039-6').addService(googletag.pubads());
    googletag.defineSlot('/183691092/jj-sidebar-300x600', [300, 600], 'div-gpt-ad-1517423097039-7').addService(googletag.pubads());
	googletag.defineSlot('/183691092/jj-very-top-970', [[970, 90], [970, 250], [728, 90]], 'div-gpt-ad-1518455574632-0').addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>


<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({
          google_ad_client: "ca-pub-0118550258943979",
          enable_page_level_ads: true
     });
</script>
	
	<link rel="alternate" type="application/rss+xml" title="Just Jared &raquo; Fall Out Boy Will Donate All Proceeds from Houston Concert to Hurricane Harvey Relief Comments Feed" href="http://www.justjared.com/2017/08/30/fall-out-boy-will-donate-all-proceeds-from-houston-concert-to-hurricane-harvey-relief/feed/" />
<link rel='stylesheet' id='wpBannerizeStyleDefault.css-css'  href='http://www.justjared.com/wp-content/plugins/wp-bannerize/css/wpBannerizeStyleDefault.css?ver=3.2.1' type='text/css' media='all' />
<script type='text/javascript' src='http://www.justjared.com/wp-includes/js/l10n.js?ver=20101110'></script>
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js?ver=3.2.1'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.justjared.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.justjared.com/wp-includes/wlwmanifest.xml" /> 
<link rel='index' title='Just Jared' href='http://www.justjared.com/' />
<link rel='start' title='New Years 2007!!  Dun dun dun...' href='http://www.justjared.com/2007/01/01/christina-aguilera-new-years-eve/' />
<link rel='prev' title='Kaley Cuoco Teams Up with Panera Bread to Launch New Beverage Station' href='http://www.justjared.com/2017/08/30/kaley-cuoco-teams-up-with-panera-bread-to-launch-new-beverage-station/' />
<link rel='next' title='Halsey Drops &#039;Bad At Love&#039; Music Video, Inspired by Leonardo DiCaprio - Watch Now!' href='http://www.justjared.com/2017/08/30/halsey-drops-bad-at-love-music-video-inspired-by-leonardo-dicaprio-watch-now/' />
<meta name="generator" content="WordPress " />
<link rel='canonical' href='http://www.justjared.com/2017/08/30/fall-out-boy-will-donate-all-proceeds-from-houston-concert-to-hurricane-harvey-relief/' />
<link rel='shortlink' href='http://www.justjared.com/?p=1366788' />

<!-- Start Of Script Generated By WP-PageNavi 2.20 -->
<link rel="stylesheet" href="http://www.justjared.com/wp-content/plugins/pagenavi/pagenavi-css.css" type="text/css" media="screen" />
<!-- End Of Script Generated By WP-PageNavi 2.20 -->

<script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>

<script type="text/javascript" src="/wp-content/themes/default/js/jquery.als-1.2.min.js?v=1"></script>
<script type="text/javascript" src="/wp-content/themes/default/js/jquery.mobile.custom.swipe.min.js"></script>
<script type="text/javascript" src="/wp-content/themes/default/js/jj-mobile.js"></script>

    <script type="text/javascript" src="//services.brid.tv/player/build/brid.outstream.min.js"></script> <script type="text/javascript">$bos("Brid_16819200",{"id":"4780","width":"400","height":"225"}); </script>
   
<!--
	_generated in 0.159 seconds
	68810 bytes batcached for 300 seconds
  key:fdb6214cf6df466aed675c427c791090
-->
</head>
<body class="single single-post postid-1366788 single-format-standard">

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.6&appId=145071315902360";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>


<div class="topads">
<!-- /183691092/jj-very-top-970 -->
<div id='div-gpt-ad-1518455574632-0'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1518455574632-0'); });
</script>
</div>
<div style="clear: both"></div>
</div>

<div id="page">		
	
		<div class="takeoverhed">
		<div class="takeovertop">	
				<a href="/" class="circlelogo" style=""><img src="http://cdn04.cdn.justjared.com/wp-content/themes/default/images/justjared_circlelogo_2.gif" /></a>		
			<div class="jjlogo">
				<a href="/" class="logo"><img src="http://cdn01.cdn.justjared.com/wp-content/themes/default/images/jjlogo4.gif" /></a>
				<div class="module module-follow">
			<div class="modulecontent">
			<ul>
				<li><a href="http://www.justjaredjr.com" title="Celebrity Teen News" onClick="ga(\'send\', \'event\', \'Outgoing Links\', '/follow/http://www.justjaredjr.com')" rel="external" target="_blank"><img src="http://cdn02.cdn.justjared.com/wp-content/themes/default/images/button_jjj.gif" alt="Just Jared Jr." align="middle" width="50" height="50" /><span>JJ Jr.</span></a></li>
				<li><a href="http://feeds2.feedburner.com/justjared/TOvO" onClick="ga(\'send\', \'event\', \'Outgoing Links\', '/follow/http://feeds2.feedburner.com/justjared/TOvO')" rel="external" target="_blank" title="Subscribe via RSS"><img src="http://cdn03.cdn.justjared.com/wp-content/themes/default/images/button_feed.gif" alt="Subscribe via RSS" align="middle" width="50" height="50" /><span>RSS</span></a></li>
				<li><a href="http://www.twitter.com/justjared" onClick="ga(\'send\', \'event\', \'Outgoing Links\', '/follow/http://www.twitter.com/justjared')" rel="external" target="_blank" title="Subscribe via RSS"><img src="http://cdn04.cdn.justjared.com/wp-content/themes/default/images/button_twitter.gif" alt="JJ Site Twitter Feed" align="middle" width="50" height="50" /><span>Twitter</span></a></li>
				<li><a href="http://www.facebook.com/justjared" onClick="ga(\'send\', \'event\', \'Outgoing Links\',, '/follow/http://facebook.com/justjared')" target="_blank" rel="external"><img src="http://cdn01.cdn.justjared.com/wp-content/themes/default/images/button_facebook.gif" alt="Become a fan on Facebook" align="middle" width="50" height="50" /><span>Facebook</span></a></li>
				<li><a href="http://www.instagram.com/justjared" onClick="recordOutboundLink(this, 'Outbound Links', '/follow/http://instagram.com/justjared');return false;" rel="external nofollow"><img src="http://cdn02.cdn.justjared.com/wp-content/themes/default/images/button_instagram.gif" alt="Follow us on Instagram" align="middle" width="50" height="50" /><span>Instagram</span></a></li>		
			</ul>
			<div style="clear: both"></div>
		</div>
		</div>		 
		</div>
		</div>
	</div>
     	<div id="topmenu">				
				<ul class="topnav">
					<li><a href="/">Main</a></li>
					<li><a href="/about/">About Us</a></li>
					<li><a href="/tags/exclusive">Exclusive</a></li>
					<li><a href="/contact/">Contact</a></li>
					<li><a href="mailto:tips@justjared.com" class="sendtips">Send Tips</a></li>
				</ul>
				
				<div class="searchin">
					<form method="get" id="searchform" action="http://www.justjared.com/">
<input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</form>
				</div>
				
				
			</div>
		<div id="pushdown_ad"></div>

	<!-- End Header -->

<div id="hot_stories_slider">
		<div class="b2_title">Top Stories</div>
			<div class="b2_scroll">
				<div class="scrollContainer"><div id="-24060" class="single">
				<a class="thumbnail" href="http://www.justjared.com/2018/02/16/nathan-chen-becomes-first-person-to-land-six-quadruple-jumps-in-competition/" target="_blank" onClick="ga('send', 'event', 'Outgoing Links', '/topposts/http://www.justjared.com/2018/02/16/nathan-chen-becomes-first-person-to-land-six-quadruple-jumps-in-competition/')">
					<img src="http://cdn02.cdn.justjared.com/wp-content/uploads/headlines/2018/02/nathan-chen-makes-olympic-history.jpg" width="200" class="pic" alt="Nathan Chen Makes Olympic History &amp;amp; Lands Six Quadruple Jumps!" />
				</a>
			<p class="desc"><a href="http://www.justjared.com/2018/02/16/nathan-chen-becomes-first-person-to-land-six-quadruple-jumps-in-competition/" target="_blank" onClick="ga('send', 'event', 'Outgoing Links', '/topposts/http://www.justjared.com/2018/02/16/nathan-chen-becomes-first-person-to-land-six-quadruple-jumps-in-competition/')">Nathan Chen Makes Olympic History &amp; Lands Six Quadruple Jumps!</a></p>
		</div><div id="-75389" class="single">
				<a class="thumbnail" href="http://www.justjared.com/2018/02/16/eric-dane-rebecca-gayheart-file-for-divorce-after-14-years-of-marriage/" target="_blank" onClick="ga('send', 'event', 'Outgoing Links', '/topposts/http://www.justjared.com/2018/02/16/eric-dane-rebecca-gayheart-file-for-divorce-after-14-years-of-marriage/')">
					<img src="http://cdn04.cdn.justjared.com/wp-content/uploads/headlines/2018/02/rebecca-gayheart-eric-dane-file-for-divorce.jpg" width="200" class="pic" alt="Eric Dane &amp;amp; Rebecca Gayheart File For Divorce After 14 Years of Marriage" />
				</a>
			<p class="desc"><a href="http://www.justjared.com/2018/02/16/eric-dane-rebecca-gayheart-file-for-divorce-after-14-years-of-marriage/" target="_blank" onClick="ga('send', 'event', 'Outgoing Links', '/topposts/http://www.justjared.com/2018/02/16/eric-dane-rebecca-gayheart-file-for-divorce-after-14-years-of-marriage/')">Eric Dane &amp; Rebecca Gayheart File For Divorce After 14 Years of Marriage</a></p>
		</div><div id="-217886" class="single">
				<a class="thumbnail" href="http://www.justjared.com/2018/02/16/adam-levine-behati-prinsloo-welcome-second-baby-girl-find-out-her-name/" target="_blank" onClick="ga('send', 'event', 'Outgoing Links', '/topposts/http://www.justjared.com/2018/02/16/adam-levine-behati-prinsloo-welcome-second-baby-girl-find-out-her-name/')">
					<img src="http://cdn01.cdn.justjared.com/wp-content/uploads/headlines/2018/02/adam-baby.jpg" width="200" class="pic" alt="Adam Levine &amp;amp; Behati Prinsloo Welcome Second Baby Girl - Find Out Her Name!" />
				</a>
			<p class="desc"><a href="http://www.justjared.com/2018/02/16/adam-levine-behati-prinsloo-welcome-second-baby-girl-find-out-her-name/" target="_blank" onClick="ga('send', 'event', 'Outgoing Links', '/topposts/http://www.justjared.com/2018/02/16/adam-levine-behati-prinsloo-welcome-second-baby-girl-find-out-her-name/')">Adam Levine &amp; Behati Prinsloo Welcome Second Baby Girl - Find Out Her Name!</a></p>
		</div><div id="-133609" class="single">
				<a class="thumbnail" href="http://www.tmz.com/2018/02/17/brandi-omarosa-trump-sex-big-brother-white-house-sleeping-around-apprentice/" target="_blank" onClick="ga('send', 'event', 'Outgoing Links', '/topposts/http://www.tmz.com/2018/02/17/brandi-omarosa-trump-sex-big-brother-white-house-sleeping-around-apprentice/')">
					<img src="http://cdn01.cdn.justjared.com/wp-content/uploads/headlines/2018/02/omarosa-back-at-cbb-house1.jpg" width="200" class="pic" alt="Has Omarosa Slept with Trump? She Responds!" />
				</a>
			<p class="desc"><a href="http://www.tmz.com/2018/02/17/brandi-omarosa-trump-sex-big-brother-white-house-sleeping-around-apprentice/" target="_blank" onClick="ga('send', 'event', 'Outgoing Links', '/topposts/http://www.tmz.com/2018/02/17/brandi-omarosa-trump-sex-big-brother-white-house-sleeping-around-apprentice/')">Has Omarosa Slept with Trump? She Responds!</a></p>
		</div></div>
			</div>	
				</div>

			
<div id="content">
		<div class="navigation">
			<div class="nextlink"><a href="http://www.justjared.com/2017/08/30/halsey-drops-bad-at-love-music-video-inspired-by-leonardo-dicaprio-watch-now/" rel="next">Newer <img src="http://cdn03.cdn.justjared.com/img/slides/button_play.gif" alt="Newer" align="top" /></a></div>
			<div class="prevlink"><a href="http://www.justjared.com/2017/08/30/kaley-cuoco-teams-up-with-panera-bread-to-launch-new-beverage-station/" rel="prev"> <img src="http://cdn04.cdn.justjared.com/img/slides/button_reverse.gif" alt="Older" align="top" /> Older</a></div>
			<div style="clear:both;"></div>
		</div>
               
	
		<div id="post-1366788"  
							class="post">
	
		<div class="post-header">
						
										
			<div class="post-date">Wed, 30 August 2017 at 7:37 pm</div>
						<div class="retweet">
						   <a href="http://twitter.com/share" class="twitter-share-button"
						      data-url="http://www.justjared.com/2017/08/30/fall-out-boy-will-donate-all-proceeds-from-houston-concert-to-hurricane-harvey-relief/"
						      data-via="JustJared"
							  data-text="Fall Out Boy Will Donate All Proceeds from Houston Concert to Hurricane Harvey Relief"
							  data-count="horizontal">Tweet</a>
						</div>
													<div class="fb-like" data-href="http://www.justjared.com/2017/08/30/fall-out-boy-will-donate-all-proceeds-from-houston-concert-to-hurricane-harvey-relief/" data-layout="button" data-action="like" data-show-faces="true" data-share="false"></div>
							
						<div class="fb-share-button" data-href="http://www.justjared.com/2017/08/30/fall-out-boy-will-donate-all-proceeds-from-houston-concert-to-hurricane-harvey-relief/" data-layout="button_count" style="width: 90px"></div>
						
					<div class="clear"></div>
		</div>
			
			<h1>Fall Out Boy Will Donate All Proceeds from Houston Concert to Hurricane Harvey Relief</h1>
									
									
									<div class="lead-img">
                                                    <img class="alignleft "
													src="http://cdn02.cdn.justjared.com/wp-content/uploads/headlines/2017/08/fall-out-boy-will-donate-proceeds-from-houston-concert-to-hurricane-harvey.jpg" alt="Fall Out Boy Will Donate All Proceeds from Houston Concert to Hurricane Harvey Relief">

						</div>
															
			<div class="entry">
				<span>
				<p><a href="http://www.justjared.com/tags/fall-out-boy" title="Fall Out Boy"><strong>Fall Out Boy</strong></a> announces that they are doing their part in helping those effected by Hurricane Harvey.</p>
<p>The guys &#8211; including <a href="http://www.justjared.com/tags/pete-wentz" title="Pete Wentz"><strong>Pete Wentz</strong></a>, <a href="http://www.justjared.com/tags/patrick-stump" title="Patrick Stump"><strong>Patrick Stump</strong></a>, <a href="http://www.justjared.com/tags/andy-hurley" title="Andy Hurley"><strong>Andy Hurley</strong></a>, and <a href="http://www.justjared.com/tags/joe-trohman" title="Joe Trohman"><strong>Joe Trohman</strong></a> &#8211; announced that they will be donating all proceeds from the upcoming Houston, Texas <em>Mania Tour</em> stop to the Hurricane Harvey relief fund, <em><a href="http://variety.com/2017/music/news/fall-out-boy-concert-proceeds-hurricane-harvey-1202543400/" onClick="ga('send', 'event', 'Outgoing Links', '/outgoing/http://variety.com/2017/music/news/fall-out-boy-concert-proceeds-hurricane-harvey-1202543400/')" class="external" rel="external" target="_blank">Variety</a></em> reports.</p>
<p>The rock band will be performing in Houston on November 7 and will be donating the proceeds from the concert to local organizations aiding those in need.</p>
<p>Some of the other celebs who have joined forces to help in the Hurricane Harvey relief include the <a href="http://www.justjared.com/tags/sandra-bullock" title="Sandra Bullock"><strong>Sandra Bullock</strong></a>, who donated <a href="http://www.justjared.com/2017/08/29/sandra-bullock-donates-1-million-for-hurricane-harvey-relief/">$1 million</a>, <a href="http://www.justjared.com/tags/kim-kardashian" title="Kim Kardashian"><strong>Kardashian-Jenner</strong></a> family, who donated a <a href="http://www.justjared.com/2017/08/29/kardashians-donate-half-million-dollars-to-hurricane-harvey-relief/">collective $500,000</a>, as well as <a href="http://www.justjared.com/tags/kevin-hart" title="Kevin Hart"><strong>Kevin Hart</strong></a> who started the <a href="http://www.justjared.com/2017/08/29/celebrities-announce-hurricane-harvey-relief-donations-after-devastating-damage/">Hurricane Harvey Relief Challenge</a>.</p>
				</span>
					

			
				<!-- wibbitz article vid -->
				<div wibbitz="embed-main-player" class="article-video"></div>
				<!-- wibbitz article vid end -->
				
			<div class="plugs">	
				<div id="plug-facebook" class="post-plug"><span>Just Jared on Facebook</span><iframe src="http://www.facebook.com/plugins/like.php?app_id=267879983225765&amp;href=http%3A%2F%2Ffacebook.com%2Fjustjared&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe></div>
				<div id="plug-twitter" class="post-plug"><iframe allowtransparency="true" frameborder="0" scrolling="no"
      src="http://platform.twitter.com/widgets/follow_button.html?screen_name=justjared&link_color=ffffff&text_color=ffffff"
      style="width:250px; height:20px;"></iframe></div>
			</div>
				
				<div style="clear: both;"></div> 
				
				<div class="postdata">				
				<div class="details">
					Photos: Getty<div style="clear: both;"></div>					Posted to: <a href="http://www.justjared.com/tags/andy-hurley/" title="View all posts in Andy Hurley" rel="category tag">Andy Hurley</a>, <a href="http://www.justjared.com/tags/fall-out-boy/" title="View all posts in Fall Out Boy" rel="category tag">Fall Out Boy</a>, <a href="http://www.justjared.com/tags/hurricane-harvey/" title="View all posts in Hurricane Harvey" rel="category tag">Hurricane Harvey</a>, <a href="http://www.justjared.com/tags/joe-trohman/" title="View all posts in Joe Trohman" rel="category tag">Joe Trohman</a>, <a href="http://www.justjared.com/tags/patrick-stump/" title="View all posts in Patrick Stump" rel="category tag">Patrick Stump</a>, <a href="http://www.justjared.com/tags/pete-wentz/" title="View all posts in Pete Wentz" rel="category tag">Pete Wentz</a><br />
				</div>
			       
	<div style="text-align: center; margin-top:16px; margin-bottom: 24px; min-height:60px;">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- JJ Below Article Responsive -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-0118550258943979"
     data-ad-slot="3074138522"
     data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>

			       
				       <!-- zergnet widget -->
					  					  <div class="zergmod like-this">
					   <span class="small">Sponsored Links by ZergNet</span>
						<div id="zergnet-widget-40683"></div>
						<script language="javascript" type="text/javascript">
							(function() {
								var zergnet = document.createElement('script');
								zergnet.type = 'text/javascript'; zergnet.async = true;
								zergnet.src = 'http://www.zergnet.com/zerg.js?id=40683';
								var znscr = document.getElementsByTagName('script')[0];
								znscr.parentNode.insertBefore(zergnet, znscr);
							})();
						</script>
					  </div>
						  						<!-- zergnet widget end -->
					   
					
					<!-- wibbitz widget start -->
					<div wibbitz="embed-player-widget" class="video-widget"></div>
					<!-- wibbitz widget end  -->
				       
					<div class="like-this" style="margin-bottom: 20px;"> 
					<h4>Also on Just Jared</h4>
					<div class='als-container' id='als-related-list' ><div class="als-prev"><img src="http://cdn01.cdn.justjared.com/wp-content/themes/default/images/thin_left_arrow_333.png" alt="&lt;" title="previous" /></div><div class="als-viewport"><ul class='jj-related-posts als-wrapper'><li class='als-item'><div class='related-item-wrap'><a id='jj-related-post-1' class='related-image-link' href='http://www.justjared.com/2018/02/15/kim-kardashian-alicia-keys-pete-wentz-more-jam-out-to-maxs-lights-down-low-on-snapchat/'><img src='http://cdn02.cdn.justjared.com/wp-content/uploads/headlines/2018/02/max-lights.jpg' alt='' title='Kim Kardashian, Alicia Keys, Pete Wentz &amp; More Jam Out to MAX's 'Lights Down Low' on Snapchat!' /></a></div><span><a href='http://www.justjared.com/2018/02/15/kim-kardashian-alicia-keys-pete-wentz-more-jam-out-to-maxs-lights-down-low-on-snapchat/'>Kim Kardashian, Alicia Keys, Pete Wentz &amp; More Jam Out to MAX's 'Lights Down Low' on Snapchat!</a></span></li><li class='als-item'><div class='related-item-wrap'><a id='jj-related-post-2' class='related-image-link' href='http://www.justjared.com/2018/02/06/pete-wentz-ashlee-simpson-reunite-for-son-bronxs-tennis-lesson/'><img src='http://cdn03.cdn.justjared.com/wp-content/uploads/headlines/2018/02/pete-wentz-and-ashlee-simpson-reunite-for-son-bronxs-tennis-lesson.jpg' alt='' title='Pete Wentz &amp; Ashlee Simpson Reunite for Son Bronx's Tennis Lesson' /></a></div><span><a href='http://www.justjared.com/2018/02/06/pete-wentz-ashlee-simpson-reunite-for-son-bronxs-tennis-lesson/'>Pete Wentz &amp; Ashlee Simpson Reunite for Son Bronx's Tennis Lesson</a></span></li><li class='als-item'><div class='related-item-wrap'><a id='jj-related-post-3' class='related-image-link' href='http://www.justjared.com/2018/01/29/ashlee-simpson-evan-ross-join-ashley-tisdale-at-grammy-viewing-party/'><img src='http://cdn04.cdn.justjared.com/wp-content/uploads/headlines/2018/01/ashlee-simpson-and-evan-ross-join-ashley-tisdale-at-grammy-viewing-party.jpg' alt='' title='Ashlee Simpson &amp; Evan Ross Join Ashley Tisdale at Grammy Viewing Party' /></a></div><span><a href='http://www.justjared.com/2018/01/29/ashlee-simpson-evan-ross-join-ashley-tisdale-at-grammy-viewing-party/'>Ashlee Simpson &amp; Evan Ross Join Ashley Tisdale at Grammy Viewing Party</a></span></li><li class='als-item'><div class='related-item-wrap'><a id='jj-related-post-4' class='related-image-link' href='http://www.justjared.com/2018/01/19/fall-out-boy-mania-album-stream-download-listen-now/'><img src='http://cdn01.cdn.justjared.com/wp-content/uploads/headlines/2018/01/fall-out-boy-new-album-mania-stream-download.jpg' alt='' title='Fall Out Boy: 'Mania' Album Stream &amp; Download - Listen Now!' /></a></div><span><a href='http://www.justjared.com/2018/01/19/fall-out-boy-mania-album-stream-download-listen-now/'>Fall Out Boy: 'Mania' Album Stream &amp; Download - Listen Now!</a></span></li><li class='als-item'><div class='related-item-wrap'><a id='jj-related-post-5' class='related-image-link' href='http://www.justjared.com/2018/01/05/pete-wentz-steps-out-after-announcing-baby-news/'><img src='http://cdn02.cdn.justjared.com/wp-content/uploads/headlines/2018/01/pete-wentz-steps-out-after-announcing-baby-news.jpg' alt='' title='Pete Wentz Steps Out After Announcing Baby News' /></a></div><span><a href='http://www.justjared.com/2018/01/05/pete-wentz-steps-out-after-announcing-baby-news/'>Pete Wentz Steps Out After Announcing Baby News</a></span></li><li class='als-item'><div class='related-item-wrap'><a id='jj-related-post-6' class='related-image-link' href='http://www.justjared.com/2018/01/02/pete-wentzs-girlfriend-meagan-camper-is-pregnant/'><img src='http://cdn03.cdn.justjared.com/wp-content/uploads/headlines/2018/01/pete-wentz-meagan-camper-pregnant.jpg' alt='' title='Pete Wentz's Girlfriend Meagan Camper is Pregnant!' /></a></div><span><a href='http://www.justjared.com/2018/01/02/pete-wentzs-girlfriend-meagan-camper-is-pregnant/'>Pete Wentz's Girlfriend Meagan Camper is Pregnant!</a></span></li><li class='als-item'><div class='related-item-wrap'><a id='jj-related-post-7' class='related-image-link' href='http://www.justjared.com/2017/12/12/camila-cabello-liam-payne-more-light-up-the-stage-at-hot-99-5s-jingle-ball-2017/'><img src='http://cdn04.cdn.justjared.com/wp-content/uploads/headlines/2017/12/hot995.jpg' alt='' title='Camila Cabello, Liam Payne &amp; More Light Up the Stage at Hot 99.5's Jingle Ball 2017!' /></a></div><span><a href='http://www.justjared.com/2017/12/12/camila-cabello-liam-payne-more-light-up-the-stage-at-hot-99-5s-jingle-ball-2017/'>Camila Cabello, Liam Payne &amp; More Light Up the Stage at Hot 99.5's Jingle Ball 2017!</a></span></li><li class='als-item'><div class='related-item-wrap'><a id='jj-related-post-8' class='related-image-link' href='http://www.justjared.com/2017/12/05/halsey-camila-cabello-more-rock-the-stage-in-minnesota-for-jingle-ball-2017/'><img src='http://cdn01.cdn.justjared.com/wp-content/uploads/headlines/2017/12/jingle-mn.jpg' alt='' title='Halsey, Camila Cabello &amp; More Rock the Stage in Minnesota for Jingle Ball 2017!' /></a></div><span><a href='http://www.justjared.com/2017/12/05/halsey-camila-cabello-more-rock-the-stage-in-minnesota-for-jingle-ball-2017/'>Halsey, Camila Cabello &amp; More Rock the Stage in Minnesota for Jingle Ball 2017!</a></span></li><li class='als-item'><div class='related-item-wrap'><a id='jj-related-post-9' class='related-image-link' href='http://www.justjared.com/2017/11/16/celebrities-react-to-the-death-of-lil-peep/'><img src='http://cdn02.cdn.justjared.com/wp-content/uploads/headlines/2017/11/peep-dead-2.jpg' alt='' title='Celebrities React to the Death of Lil Peep' /></a></div><span><a href='http://www.justjared.com/2017/11/16/celebrities-react-to-the-death-of-lil-peep/'>Celebrities React to the Death of Lil Peep</a></span></li><li class='als-item'><div class='related-item-wrap'><a id='jj-related-post-10' class='related-image-link' href='http://www.justjared.com/2017/10/16/these-celebs-got-spooked-on-the-la-haunted-hayride/'><img src='http://cdn03.cdn.justjared.com/wp-content/uploads/headlines/2017/10/these-celebs-got-spooked-on-the-la-haunted-hayride.jpg' alt='' title='These Celebs Got Spooked on the LA Haunted Hayride!' /></a></div><span><a href='http://www.justjared.com/2017/10/16/these-celebs-got-spooked-on-the-la-haunted-hayride/'>These Celebs Got Spooked on the LA Haunted Hayride!</a></span></li><li class='als-item'><div class='related-item-wrap'><a id='jj-related-post-11' class='related-image-link' href='http://www.justjared.com/2017/08/28/julia-michaels-joins-chord-overstreet-jessie-j-more-at-republic-records-mtv-vmas-2017-after-party/'><img src='http://cdn04.cdn.justjared.com/wp-content/uploads/headlines/2017/08/julia-michaels-joins-chord-overstreet-jessie-j-more-at-republic-records-mtv-vmas-2017.jpg' alt='' title='Julia Michaels Joins Chord Overstreet, Jessie J &amp; More at Republic Records MTV VMAs 2017 After Party!' /></a></div><span><a href='http://www.justjared.com/2017/08/28/julia-michaels-joins-chord-overstreet-jessie-j-more-at-republic-records-mtv-vmas-2017-after-party/'>Julia Michaels Joins Chord Overstreet, Jessie J &amp; More at Republic Records MTV VMAs 2017 After Party!</a></span></li><li class='als-item'><div class='related-item-wrap'><a id='jj-related-post-12' class='related-image-link' href='http://www.justjared.com/2017/08/27/fall-out-boy-bring-their-llamas-to-mtv-vmas-2017-red-carpet/'><img src='http://cdn01.cdn.justjared.com/wp-content/uploads/headlines/2017/08/fall-out-boy-1.jpg' alt='' title='Fall Out Boy Bring Their Llamas to MTV VMAs 2017 Red Carpet' /></a></div><span><a href='http://www.justjared.com/2017/08/27/fall-out-boy-bring-their-llamas-to-mtv-vmas-2017-red-carpet/'>Fall Out Boy Bring Their Llamas to MTV VMAs 2017 Red Carpet</a></span></li><li class='als-item'><div class='related-item-wrap'><a id='jj-related-post-13' class='related-image-link' href='http://www.justjared.com/2017/08/06/pete-wentz-has-high-hopes-for-fall-out-boys-new-album/'><img src='http://cdn02.cdn.justjared.com/wp-content/uploads/headlines/2017/08/pete-wentz-has-high-hopes-for-fall-out-boys-new-album.jpg' alt='' title='Pete Wentz Has High Hopes for Fall Out Boy's New Album!' /></a></div><span><a href='http://www.justjared.com/2017/08/06/pete-wentz-has-high-hopes-for-fall-out-boys-new-album/'>Pete Wentz Has High Hopes for Fall Out Boy's New Album!</a></span></li><li class='als-item'><div class='related-item-wrap'><a id='jj-related-post-14' class='related-image-link' href='http://www.justjared.com/2017/05/28/pete-wentz-grabs-lunch-with-son-bronx-in-studio-city/'><img src='http://cdn03.cdn.justjared.com/wp-content/uploads/headlines/2017/05/pete-wentz-grabs-lunch-with-son-bronx-in-santa-monica.jpg' alt='' title='Pete Wentz Grabs Lunch with Son Bronx in Studio City' /></a></div><span><a href='http://www.justjared.com/2017/05/28/pete-wentz-grabs-lunch-with-son-bronx-in-studio-city/'>Pete Wentz Grabs Lunch with Son Bronx in Studio City</a></span></li><li class='als-item'><div class='related-item-wrap'><a id='jj-related-post-15' class='related-image-link' href='http://www.justjared.com/2017/04/29/pete-wentz-reveals-meaning-of-fall-out-boys-young-and-menace/'><img src='http://cdn04.cdn.justjared.com/wp-content/uploads/headlines/2017/04/pete-wentz-reveals-meaning-of-fall-out-boys-young-and-menace.jpg' alt='' title='Pete Wentz Reveals Meaning of Fall Out Boy's 'Young And Menace'' /></a></div><span><a href='http://www.justjared.com/2017/04/29/pete-wentz-reveals-meaning-of-fall-out-boys-young-and-menace/'>Pete Wentz Reveals Meaning of Fall Out Boy's 'Young And Menace'</a></span></li></ul></div><div class="als-next"><img src="http://cdn01.cdn.justjared.com/wp-content/themes/default/images/thin_right_arrow_333.png" alt="&gt;" title="next" /></div></div><script type="text/javascript">
			$(document).ready(function(){
				$("#als-related-list").als({
				visible_items: 3, 
				scrolling_items: 3});
				});
				</script>						
				<div class="clear"></div>
			</div>
							<div style="margin-top:30px; margin-bottom:2px; min-height:60px;">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- JustJared Homepage After Article 1 Responsive -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-0118550258943979"
     data-ad-slot="2241363619"
     data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>							
					</div>
							
				
		</div>
	</div>
	
</div>		
		
					<div class="post partnerlove partnerlovebtf">
					<h4><a href="/tags/newsies" title="Newsies">JJ Links Around The Web</a></h4>
					<div class="lead-img"><img class="alignleft" src="http://cdn02.cdn.justjared.com/wp-content/uploads/headlines/2018/02/cardi-offset-links.jpg" /></div><div class="entry"><div class="partnerphotocredit">Getty</div><ul>
<li><strong>Offset </strong>is speaking out about <strong>Cardi B</strong> pregnancy rumors - <a href="http://www.tmz.com/2018/02/16/offset-says-cardi-b-not-pregnant-migos-nba-all-star-weekend/" onClick="ga('send', 'event', 'Outgoing Links', '/partnermodule/http://www.tmz.com/2018/02/16/offset-says-cardi-b-not-pregnant-migos-nba-all-star-weekend/')" class="external" rel="external" target="_blank">TMZ</a></li>
<li><strong>Camila Cabello</strong>'s 'Never Be The Same Tour' is already selling out - <a href="http://www.justjaredjr.com/2018/02/15/camila-cabellos-never-be-the-same-tour-is-already-selling-out/" onClick="ga('send', 'event', 'Outgoing Links', '/partnermodule/http://www.justjaredjr.com/2018/02/15/camila-cabellos-never-be-the-same-tour-is-already-selling-out/')" class="external" rel="external" target="_blank">Just Jared Jr</a></li>
<li><strong>Katie Holmes</strong> and <strong>Jamie Foxx</strong> spent Valentine's Day together - <a href="http://toofab.com/photos/85f1900b-bdd4-4942-c109-243f80623f21/" onClick="ga('send', 'event', 'Outgoing Links', '/partnermodule/http://toofab.com/photos/85f1900b-bdd4-4942-c109-243f80623f21/')" class="external" rel="external" target="_blank">TooFab</a></li>
<li><strong>Joel McHale </strong>is ready for <em>The Soup</em> 2.0 - <a href="https://www.hollywoodreporter.com/live-feed/joel-mchale-doing-soup-20-netflix-why-he-wont-target-trump-1085605" onClick="ga('send', 'event', 'Outgoing Links', '/partnermodule/https://www.hollywoodreporter.com/live-feed/joel-mchale-doing-soup-20-netflix-why-he-wont-target-trump-1085605')" class="external" rel="external" target="_blank">The Hollywood Reporter</a></li>
<li><em>Descendants 3</em> will reveal who Mal's father is - <a href="http://www.justjaredjr.com/2018/02/16/descendants-3-greenlit-will-reveal-just-who-mals-father-is/" onClick="ga('send', 'event', 'Outgoing Links', '/partnermodule/http://www.justjaredjr.com/2018/02/16/descendants-3-greenlit-will-reveal-just-who-mals-father-is/')" class="external" rel="external" target="_blank">Just Jared Jr</a></li>
</ul>
<div style="clear: both"></div></div></div>
<div style="clear: both"></div>   
					  
	
	
<div id="disqus_thread">
    </div>

<script type="text/javascript">
var disqus_url = 'http://www.justjared.com/2017/08/30/fall-out-boy-will-donate-all-proceeds-from-houston-concert-to-hurricane-harvey-relief/';
var disqus_identifier = '1366788 http://www.justjared.com/?p=1366788';
var disqus_container_id = 'disqus_thread';
var disqus_shortname = 'justjared';
var disqus_title = "Fall Out Boy Will Donate All Proceeds from Houston Concert to Hurricane Harvey Relief";
var disqus_config_custom = window.disqus_config;
var disqus_config = function () {
    /*
    All currently supported events:
    onReady: fires when everything is ready,
    onNewComment: fires when a new comment is posted,
    onIdentify: fires when user is authenticated
    */
    
    
    this.language = '';
        this.callbacks.onReady.push(function () {

        // sync comments in the background so we don't block the page
        var script = document.createElement('script');
        script.async = true;
        script.src = '?cf_action=sync_comments&post_id=1366788';

        var firstScript = document.getElementsByTagName('script')[0];
        firstScript.parentNode.insertBefore(script, firstScript);
    });
    
    if (disqus_config_custom) {
        disqus_config_custom.call(this);
    }
};

(function() {
    var dsq = document.createElement('script'); dsq.type = 'text/javascript';
    dsq.async = true;
    dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>

		</div>
	
    <div id="sidebar">
				<div style="clear: both"></div>				
				<div id="featuredpartner" style="margin-bottom: 7px">				

									
					 				

<!-- Raw Promo here -->
<!-- Raw promo end -->

			
			<div class="partnerposts jrpartner">			
				<div class="partnerrss_title"><a href="http://www.justjaredjr.com/" title="Just Jared Jr" onClick="ga('send', 'event', 'Outgoing Links', 'sidebarpartner');" target="_blank" rel="external" class="external"><img src="http://cdn03.cdn.justjared.com/wp-content/uploads/sidebar/jjjr_logo_featured.gif" alt="Just Jared Jr" border="0" align="middle" /></a></div>
					
			<ol>
											<li>
						<div class="partnerimg"><a href="http://www.justjaredjr.com/2018/02/16/nathan-chen-nails-six-quadruple-jumps-at-the-olympics/" title="Nathan Chen Nails Six Quadruple Jumps at the Olympics!" class="external" rel="external" onClick="ga('send', 'event', 'Outgoing Links', 'sidebarpartner');" target="_blank" rel="external" class="external"><img src="http://cdn01.cdn.justjaredjr.com/wp-content/uploads/headlines/2018/02/nathan-chen-makes-olympic-history.jpg" style="border:0;" alt="Nathan Chen Nails Six Quadruple Jumps at the Olympics!" /></a></div><div class="partnertitle"><a href="http://www.justjaredjr.com/2018/02/16/nathan-chen-nails-six-quadruple-jumps-at-the-olympics/" title="Nathan Chen Nails Six Quadruple Jumps at the Olympics!" class="external" rel="external" onClick="ga('send', 'event', 'Outgoing Links', 'sidebarpartner');" target="_blank" rel="external" class="external">Nathan Chen Nails Six Quadruple Jumps at the Olympics!</a></div><div class="partnertext">We are totally blown away by Nathan Chen! The 18-year-old figure skater just made Olympic history...</div>						</li>
												<li>
						<div class="partnerimg"><a href="http://www.justjaredjr.com/2018/02/16/descendants-3-greenlit-will-reveal-just-who-mals-father-is/" title="&#039;Descendants 3&#039; Greenlit; Will Reveal Just Who Mal&#039;s Father Is" class="external" rel="external" onClick="ga('send', 'event', 'Outgoing Links', 'sidebarpartner');" target="_blank" rel="external" class="external"><img src="http://cdn02.cdn.justjaredjr.com/wp-content/uploads/headlines/2018/02/descendants-news-zombies.jpg" style="border:0;" alt="&#039;Descendants 3&#039; Greenlit; Will Reveal Just Who Mal&#039;s Father Is" /></a></div><div class="partnertitle"><a href="http://www.justjaredjr.com/2018/02/16/descendants-3-greenlit-will-reveal-just-who-mals-father-is/" title="&#039;Descendants 3&#039; Greenlit; Will Reveal Just Who Mal&#039;s Father Is" class="external" rel="external" onClick="ga('send', 'event', 'Outgoing Links', 'sidebarpartner');" target="_blank" rel="external" class="external">&#039;Descendants 3&#039; Greenlit; Will Reveal Just Who Mal&#039;s Father...</a></div><div class="partnertext">After two very vague, but interesting teasers earlier this week, Disney finally made the big...</div>						</li>
												<li>
						<div class="partnerimg"><a href="http://www.justjaredjr.com/2018/02/16/niall-horan-didnt-expect-to-have-an-explicit-labeled-song-at-all/" title="Niall Horan Didn&#039;t Expect To Have An &#039;Explicit&#039; Labeled Song At All" class="external" rel="external" onClick="ga('send', 'event', 'Outgoing Links', 'sidebarpartner');" target="_blank" rel="external" class="external"><img src="http://cdn03.cdn.justjaredjr.com/wp-content/uploads/headlines/2018/02/niall-horan-explicit-song.jpg" style="border:0;" alt="Niall Horan Didn&#039;t Expect To Have An &#039;Explicit&#039; Labeled Song At All" /></a></div><div class="partnertitle"><a href="http://www.justjaredjr.com/2018/02/16/niall-horan-didnt-expect-to-have-an-explicit-labeled-song-at-all/" title="Niall Horan Didn&#039;t Expect To Have An &#039;Explicit&#039; Labeled Song At All" class="external" rel="external" onClick="ga('send', 'event', 'Outgoing Links', 'sidebarpartner');" target="_blank" rel="external" class="external">Niall Horan Didn&#039;t Expect To Have An &#039;Explicit&#039; Labeled...</a></div><div class="partnertext">Niall Horan has a song on his debut album that&#8217;s labeled explicit &#8212; and it&#8217;s...</div>						</li>
										</ol>
				<span class="more"><a href="http://www.justjaredjr.com/" title="Just Jared Jr" onClick="ga('send', 'event', 'Outgoing Links', 'sidebarpartner');" target="_blank" rel="external" class="external">Read more on Just Jared Jr! &raquo;</a></span></span>
			</div>
						
				</div>
				<div class="clear"></div>
				
				
				<div style="margin-top:10px; margin-bottom:10px;">
<!-- /183691092/jj-search-300x250 -->
<div id='div-gpt-ad-1517423097039-1' style='height:250px; width:300px;'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1517423097039-1'); });
</script>
</div>
					
				</div>				
					<div id="sidebarleft">			
					<div class="module module-topceleb">
						<h4>Top Celebs</h4>
							<div class="modulecontent">
								  <ul class="topfive">
								    <li>
								      <a href="/tags/taylor-swift/">
									<img src="http://cdn04.cdn.justjared.com/wp-content/uploads/sidebar/topcelebs/taylor-swift-square.jpg" alt="Taylor Swift" width="100" height="100" />
									<br />
									Taylor Swift
								      </a>
								    </li>
									<li>
								      <a href="/tags/jamie-dornan/">
									<img src="http://cdn01.cdn.justjared.com/wp-content/uploads/sidebar/topcelebs/jamie-dornan-square.jpg" alt="Jamie Dornan" width="100" height="100" />
									<br />
									Jamie Dornan
								      </a>
								    </li>
									<li>
								      <a href="/tags/kim-kardashian/">
									<img src="http://cdn02.cdn.justjared.com/wp-content/uploads/sidebar/topcelebs/kim-kardashian-square.jpg" alt="Kim Kardashian" width="100" height="100" />
									<br />
									Kim Kardashian
								      </a>
								    </li>
									<li>
								      <a href="/tags/beyonce-knowles/">
									<img src="http://cdn03.cdn.justjared.com/wp-content/uploads/sidebar/topcelebs/beyonce-knowles-square.jpg" alt="Beyonce" width="100" height="100" />
									<br />
									Beyonce
								      </a>
								    </li>
									<li>
								      <a href="/tags/dakota-johnson/">
									<img src="http://cdn04.cdn.justjared.com/wp-content/uploads/sidebar/topcelebs/dakota-johnson-square.jpg" alt="Dakota Johnson" width="100" height="100" />
									<br />
									Dakota Johnson
								      </a>
								    </li>
									<li>
								      <a href="/tags/leonardo-dicaprio/">
									<img src="http://cdn01.cdn.justjared.com/wp-content/uploads/sidebar/topcelebs/leonardo-dicaprio-square.jpg" alt="Leonardo DiCaprio" width="100" height="100" />
									<br />
									Leonardo DiCaprio</a>
								    </li>
									<li>
								      <a href="/tags/angelina-jolie/">
									<img src="http://cdn02.cdn.justjared.com/wp-content/uploads/sidebar/topcelebs/angelina-jolie-square.jpg" alt="Angelina Jolie" width="100" height="100" />
									<br />
									Angelina Jolie
								      </a>
								    </li>
									<li>
								      <a href="/tags/sam-heughan/">
									<img src="http://cdn03.cdn.justjared.com/wp-content/uploads/sidebar/topcelebs/sam-heughan-square.jpg" alt="Sam Heughan" width="100" height="100" />
									<br />
									Sam Heughan
								      </a>
								    </li>
									<li>
								      <a href="/tags/kylie-jenner/">
									<img src="http://cdn04.cdn.justjared.com/wp-content/uploads/sidebar/topcelebs/kylie-jenner-square.jpg" alt="Kylie Jenner" width="100" height="100" />
									<br />
									Kylie Jenner
								      </a>
								    </li>
									<li>
								      <a href="/tags/gerard-butler/">
									<img src="http://cdn01.cdn.justjared.com/wp-content/uploads/sidebar/topcelebs/gerard-butler-square.jpg" alt="Gerard Butler" width="100" height="100" />
									<br />Gerard Butler</a>
								    </li>
									<li>
								      <a href="/tags/bikini/">
									<img src="http://cdn02.cdn.justjared.com/wp-content/uploads/sidebar/topcelebs/bikini-celebs-square.jpg" alt="Celebrities in Bikinis" width="100" height="100" />
									<br />
									Bikini Celebs</a>
								    </li>									
								    <li>
								      <a href="/tags/brad-pitt/">
									<img src="http://cdn03.cdn.justjared.com/wp-content/uploads/sidebar/topcelebs/brad-pitt-square.jpg" alt="Brad Pitt" width="100" height="100" />
									<br />
									Brad Pitt
								      </a>
								    </li>
									 <li>
								      <a href="/tags/rihanna/">
									<img src="http://cdn04.cdn.justjared.com/wp-content/uploads/sidebar/topcelebs/rihanna-square.jpg" alt="Rihanna" width="100" height="100" />
									<br />
									Rihanna
								      </a>
								    </li>
								    <li>
								      <a href="/tags/jennifer-lawrence/">
									<img src="http://cdn01.cdn.justjared.com/wp-content/uploads/sidebar/topcelebs/jennifer-lawrence-square.jpg" alt="Jennifer Lawrence" width="100" height="100" />
									<br />
									Jennifer Lawrence</a>
								    </li>
									<li>
								      <a href="/tags/kristen-stewart/">
								      <img src="http://cdn02.cdn.justjared.com/wp-content/uploads/sidebar/topcelebs/kristen-stewart-square.jpg" alt="Kristen Stewart" width="100" height="100" />
								      <br />
								      Kristen Stewart</a>
								    </li>  
						        </ul>
							<div class="clear"></div>
								<div class="more-nav">
									<form name="topcelebsnav">
										<select name="menu" onChange="location=document.topcelebsnav.menu.options[document.topcelebsnav.menu.selectedIndex].value;" value="GO">
											<option value="" selected>More Top Celebs...</option>
											<option value="/tags/kendall-jenner">Kendall Jenner</option>
											<option value="/tags/justin-bieber">Justin Bieber</option>
											<option value="/tags/shirtless">Shirtless Celebs</option>
											<option value="/tags/miley-cyrus">Miley Cyrus</option>
											<option value="/tags/selena-gomez">Selena Gomez</option>
											<option value="/tags/blake-lively">Blake Lively</option>
											<option value="/tags/orlando-bloom">Orlando Bloom</option>
											<option value="/tags/ben-affleck">Ben Affleck</option>
											<option value="/tags/jennifer-garner">Jennifer Garner</option>
											<option value="/tags/kate-middleton">Kate Middleton</option>
											<option value="/tags/meghan-markle">Meghan Markle</option>
											<option value="/tags/robert-pattinson">Robert Pattinson</option>
										</select>
									</form>
							</div>
						    </div>
	               </div>  		
	
	<div style="clear: both"></div>
	</div>
					
					

						
	    					
	    					
	
	
	<div class="module module-archive">
		<h4>Just Jared Archives</h4>
		<div class="modulecontent">
			<form action="" name="postarchives">
                <select id="archive_month">
                </select>
                <select id="archive_day">
                </select>
                <select id="archive_year">
                </select>
            </form>
            <input onclick="getArchiveDate();" type="button" value="Go" class="action">

            <script type="text/javascript">
                function getArchiveDate() {
                    var year = document.getElementById('archive_year').value;
                    var month = document.getElementById('archive_month').value;
                    var day = document.getElementById('archive_day').value;
                    document.location.href="/" + year + "/" + month + "/" + day;
                }
                populatedropdown("archive_day", "archive_month", "archive_year");
            </script>
		</div>
	</div>
		
	    <!--Start zergnet -->
	    <div class="module module-zerg">
	    <div class="modulecontent">
	   <div id="zergnet-widget-44221"></div>
		<script language="javascript" type="text/javascript">
			(function() {
				var zergnet = document.createElement('script');
				zergnet.type = 'text/javascript'; zergnet.async = true;
				zergnet.src = (document.location.protocol == "https:" ? "https:" : "http:") + '//www.zergnet.com/zerg.js?id=44221';
				var znscr = document.getElementsByTagName('script')[0];
				znscr.parentNode.insertBefore(zergnet, znscr);
			})();
		</script>
	    <span class="small">Sponsored Links by ZergNet</span>
	    <div style="clear: both"></div>
	    </div>
	    </div>
	    <!--end zergnet -->	

	<div style="clear: both; margin-bottom: 10px;"></div>
	
	<!-- /183691092/jj-sidebar-300x600 -->
<div id='div-gpt-ad-1517423097039-7' style='height:600px; width:300px;'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1517423097039-7'); });
</script>
</div>


<div style="margin-top:18px;">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
     style="display:inline-block;width:300px;height:450px"
     data-ad-client="ca-pub-0118550258943979"
     data-ad-slot="7717759413"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>

</div><div class="clear"></div>
</div><!-- close -->

<!-- Quantcast Tag, part 2 -->
<script type="text/javascript">
    _qevents.push( { qacct:"p-2bXhGE9g7fCno"} );
</script>
<noscript>
<div style="display: none;">
    <img src="http://pixel.quantserve.com/pixel/p-2bXhGE9g7fCno.gif" height="1" width="1" alt="Quantcast"/>
</div>
</noscript>
<div style="clear: both"></div>


<div id="footer">
  <div class="partnerfooter">	
            
	  <div class="recentposts tmz">
		<div class="partnerrss_title">
			<a href="http://www.tmz.com?utm_source=justjared" onClick="ga('send', 'event', 'Outgoing Links', '/footerpartner/http://www.tmz.com')" class="external" rel="nofollow" target="_blank">
				<img src="http://cdn03.cdn.justjared.com/wp-content/themes/default/images/tmz_footer.gif" alt="TMZ" border="0" align="middle" /></a></div>
		  <ol><li>
				<a href="http://www.tmz.com/2018/02/17/brandi-omarosa-trump-sex-big-brother-white-house-sleeping-around-apprentice/?utm_source=justjared"
				title="Posted 17 February 2018 | 3:17 pm" onClick="ga('send', 'event', 'Outgoing Links', '/footerpartner/http://www.tmz.com/2018/02/17/brandi-omarosa-trump-sex-big-brother-white-house-sleeping-around-apprentice/')" rel="nofollow" target="_blank" class="external">
		  Brandi to Omarosa on &#039;Big Brother&#039;:  So You Ever Have Sex...</a></li><li>
				<a href="http://www.tmz.com/2018/02/17/jennifer-aniston-justin-theroux-not-married-marriage-license/?utm_source=justjared"
				title="Posted 17 February 2018 | 9:00 am" onClick="ga('send', 'event', 'Outgoing Links', '/footerpartner/http://www.tmz.com/2018/02/17/jennifer-aniston-justin-theroux-not-married-marriage-license/')" rel="nofollow" target="_blank" class="external">
		  Jennifer Aniston, Justin Theroux, NO Evidence They Were...</a></li><li>
				<a href="http://www.tmz.com/2018/02/17/blac-chyna-baby-strollers-business-momiie-brand/?utm_source=justjared"
				title="Posted 17 February 2018 | 8:50 am" onClick="ga('send', 'event', 'Outgoing Links', '/footerpartner/http://www.tmz.com/2018/02/17/blac-chyna-baby-strollers-business-momiie-brand/')" rel="nofollow" target="_blank" class="external">
		  Blac Chyna&#039;s Getting in Baby Stroller Business with Momiie...</a></li></ol></div>
	  <div class="recentposts toofab">
		<div class="partnerrss_title">
			<a href="http://www.toofab.com?utm_source=justjared" onClick="ga('send', 'event', 'Outgoing Links', '/footerpartner/http://www.toofab.com')" class="external" rel="nofollow" target="_blank">
				<img src="http://cdn04.cdn.justjared.com/wp-content/themes/default/images/toofab_footer2.gif" alt="Too Fab" border="0" align="middle" /></a></div>
		  <ol><li>
				<a href="http://toofab.com/2018/02/16/celebrity-big-brother-blowout-brandi-glanville-asks-omarosa-if-she-slept-with-trump-power-player-evicted/?utm_source=justjared"
				title="Posted 17 February 2018 | 5:49 am" onClick="ga('send', 'event', 'Outgoing Links', '/footerpartner/http://toofab.com/2018/02/16/celebrity-big-brother-blowout-brandi-glanville-asks-omarosa-if-she-slept-with-trump-power-player-evicted/')" rel="nofollow" target="_blank" class="external">
		  &#039;Celebrity Big Brother&#039; Blowout: Brandi Glanville Asks...</a></li><li>
				<a href="http://toofab.com/photos/2e390e3e-dd66-4e29-9d8f-80bf06df1c3b/?utm_source=justjared"
				title="Posted 16 February 2018 | 11:18 pm" onClick="ga('send', 'event', 'Outgoing Links', '/footerpartner/http://toofab.com/photos/2e390e3e-dd66-4e29-9d8f-80bf06df1c3b/')" rel="nofollow" target="_blank" class="external">
		  Travis Barker &amp; Shanna Moakler Reunite to Watch Kids...</a></li><li>
				<a href="http://toofab.com/photos/best-celebrity-instagram-posts-of-the-week2/?utm_source=justjared"
				title="Posted 16 February 2018 | 11:18 pm" onClick="ga('send', 'event', 'Outgoing Links', '/footerpartner/http://toofab.com/photos/best-celebrity-instagram-posts-of-the-week2/')" rel="nofollow" target="_blank" class="external">
		  Khloe &amp; Tristan&#039;s Pregnant PDA: The Week&#039;s Best...</a></li></ol></div>			<div class="clear"></div>
  </div>
  <!-- end partner footer module RSS -->	
  <div class="footerlinks">
		<div class="moreposts">
		  		      <div class="recentposts">
		      <h4><img src="http://cdn01.cdn.justjared.com/wp-content/themes/default/images/jj-circle-logo.gif" width="30" height="30" alt="Just Jared" border="0" align="middle" /> <div class="pagenum"><a href="/">JJ: Latest Posts</a></div></h4>
			 <ol>
			  			 <li>
			     <a href='http://www.justjared.com/2018/02/17/courteney-cox-steps-out-for-dinner-in-weho-after-jennifer-aniston-breakup-news/'
			     title='Posted 17 February 2018 | 11:00 am' class="external" target="_blank">
			     Courteney Cox Steps Out for Dinner in...</a>
			 </li>
			 			 <li>
			     <a href='http://www.justjared.com/2018/02/17/kesha-carries-a-rose-while-catching-flight-out-of-nyc-on-valentines-day/'
			     title='Posted 17 February 2018 | 9:30 am' class="external" target="_blank">
			     Kesha Carries a Rose While Catching...</a>
			 </li>
			 			 <li>
			     <a href='http://www.justjared.com/2018/02/17/get-the-scoop-on-disneys-zombies-watch-now-exclusive/'
			     title='Posted 17 February 2018 | 7:43 am' class="external" target="_blank">
			     Get The Scoop On Disney&#039;s &#039;Zombies&#039; -...</a>
			 </li>
			 			 <li>
			     <a href='http://www.justjared.com/2018/02/17/jamie-foxx-walks-out-on-interview-when-asked-about-katie-holmes/'
			     title='Posted 17 February 2018 | 6:52 am' class="external" target="_blank">
			     Jamie Foxx Walks Out On Interview When...</a>
			 </li>
			 			 <li>
			     <a href='http://www.justjared.com/2018/02/17/caitriona-balfe-sam-heughan-show-their-chemistry-in-early-outlander-audition/'
			     title='Posted 17 February 2018 | 6:20 am' class="external" target="_blank">
			     Caitriona Balfe &amp; Sam Heughan Show...</a>
			 </li>
			 			 <li>
			     <a href='http://www.justjared.com/2018/02/17/lupita-nyongo-danai-gurira-premiere-black-panther-in-south-africa/'
			     title='Posted 17 February 2018 | 5:12 am' class="external" target="_blank">
			     Lupita Nyong&#039;o &amp; Danai Gurira...</a>
			 </li>
			 			 <li>
			     <a href='http://www.justjared.com/2018/02/16/disney-confirms-descendants-3-movie-to-premiere-in-2019/'
			     title='Posted 17 February 2018 | 4:29 am' class="external" target="_blank">
			     Disney Confirms &#039;Descendants 3&#039; Movie...</a>
			 </li>
			 			</ol>	
		      </div>
		        		      <div class="recentposts">
		     <h4><img src="http://cdn01.cdn.justjared.com/wp-content/themes/default/images/jj-circle-logo.gif" width="30" height="30" alt="Just Jared" border="0" align="middle" /> <div class="pagenum"><a href="/page/2/">JJ: Page 2</a></div></h4>
			     <ol>
			  			 <li>
			     <a href='http://www.justjared.com/2018/02/16/rihanna-breaks-a-major-billboard-record-with-consideration/'
			     title='Posted 17 February 2018 | 3:57 am' class="external" target="_blank">
			     Rihanna Breaks a Major Billboard...</a>
			 </li>
			 			 <li>
			     <a href='http://www.justjared.com/2018/02/16/nathan-chen-becomes-first-person-to-land-six-quadruple-jumps-in-competition/'
			     title='Posted 17 February 2018 | 3:30 am' class="external" target="_blank">
			     Nathan Chen Becomes First Person to...</a>
			 </li>
			 			 <li>
			     <a href='http://www.justjared.com/2018/02/16/courtney-love-celebrates-bread-is-gold-release-with-gucci/'
			     title='Posted 17 February 2018 | 2:46 am' class="external" target="_blank">
			     Courtney Love Celebrates &#039;Bread is...</a>
			 </li>
			 			 <li>
			     <a href='http://www.justjared.com/2018/02/16/eric-dane-rebecca-gayheart-file-for-divorce-after-14-years-of-marriage/'
			     title='Posted 17 February 2018 | 1:18 am' class="external" target="_blank">
			     Eric Dane &amp; Rebecca Gayheart File...</a>
			 </li>
			 			 <li>
			     <a href='http://www.justjared.com/2018/02/16/andi-mack-tackles-the-emotion-of-a-military-homecoming-exclusive/'
			     title='Posted 17 February 2018 | 1:00 am' class="external" target="_blank">
			     Disney Channel’s &#039;Andi Mack&#039; Tackles...</a>
			 </li>
			 			 <li>
			     <a href='http://www.justjared.com/2018/02/16/ryan-gosling-looks-handsome-while-heading-to-a-boxing-gym/'
			     title='Posted 17 February 2018 | 12:53 am' class="external" target="_blank">
			     Ryan Gosling Looks Handsome While...</a>
			 </li>
			 			 <li>
			     <a href='http://www.justjared.com/2018/02/16/evan-rachel-wood-hosts-anti-valentines-concert-with-sarah-hyland-other-friends/'
			     title='Posted 17 February 2018 | 12:51 am' class="external" target="_blank">
			     Evan Rachel Wood Hosts Anti-Valentines...</a>
			 </li>
			 			</ol>	
		      </div>
		
		    
		  
		
		   		     
		           <div class="recentposts">
				<h4><img src="http://cdn02.cdn.justjared.com/wp-content/themes/default/images/jr-circle-logo.gif" width="30" height="30" alt="Just Jared Jr." border="0" align="middle" /> <div class="pagenum"><a href="http://www.justjaredjr.com" onClick="ga('send', 'event', 'Outgoing Links', '/footerlinkout/www.justjaredjr.com')" target="_blank">Just Jared Jr.</a></div></h4>
				<ol>
			  			 <li>
			     <a href='http://www.justjaredjr.com/2018/02/16/nathan-chen-nails-six-quadruple-jumps-at-the-olympics/'
			     title='Nathan Chen Nails Six Quadruple Jumps...' target="_blank" class="external">
			     Nathan Chen Nails Six Quadruple Jumps...</a>
			 </li>
			 			 <li>
			     <a href='http://www.justjaredjr.com/2018/02/16/descendants-3-greenlit-will-reveal-just-who-mals-father-is/'
			     title='&#039;Descendants 3&#039; Greenlit; Will Reveal...' target="_blank" class="external">
			     &#039;Descendants 3&#039; Greenlit; Will Reveal...</a>
			 </li>
			 			 <li>
			     <a href='http://www.justjaredjr.com/2018/02/16/niall-horan-didnt-expect-to-have-an-explicit-labeled-song-at-all/'
			     title='Niall Horan Didn&#039;t Expect To Have An...' target="_blank" class="external">
			     Niall Horan Didn&#039;t Expect To Have An...</a>
			 </li>
			 			 <li>
			     <a href='http://www.justjaredjr.com/2018/02/16/who-stars-in-disney-channels-zombies-meet-the-full-cast-here/'
			     title='Who Stars in Disney Channel&#039;s...' target="_blank" class="external">
			     Who Stars in Disney Channel&#039;s...</a>
			 </li>
			 			 <li>
			     <a href='http://www.justjaredjr.com/2018/02/16/kaitlyn-dever-beanie-feldstein-are-on-a-mission-to-party-in-booksmart/'
			     title='Kaitlyn Dever &amp; Beanie Feldstein...' target="_blank" class="external">
			     Kaitlyn Dever &amp; Beanie Feldstein...</a>
			 </li>
			 			 <li>
			     <a href='http://www.justjaredjr.com/2018/02/16/kirstin-maldonado-talks-about-how-pentatonixs-fans-made-them-a-success/'
			     title='Kirstin Maldonado Talks About How...' target="_blank" class="external">
			     Kirstin Maldonado Talks About How...</a>
			 </li>
			 			 <li>
			     <a href='http://www.justjaredjr.com/2018/02/16/presley-gerber-gets-permanent-tribute-to-sister-kaia-inked-on-arm/'
			     title='Presley Gerber Gets Permanent Tribute...' target="_blank" class="external">
			     Presley Gerber Gets Permanent Tribute...</a>
			 </li>
			 			</ol>	
			</div>
		</div>
  </div>
  <div class="clear"></div>
</div>
  <!-- end footer-->
  
    <div class="clear"></div>     
	<div id="footerbar">
		<div id="footermenu">
			<ul class="footernav">
				<li>&#169; 2005-2018 <a href="/contact/" rel="nofollow">Just Jared, Inc.</a> ||</li>
				<li><a href="/">Main</a></li>
				<li><a href="/about/" rel="nofollow">About Us</a></li>
				<li><a href="/advertising/" style="color: #1a9dfe" rel="nofollow">Advertise With Us</a></li>
				<li><a href="/faq/" rel="nofollow">FAQ</a></li>
				<li><a href="/contact/" rel="nofollow">Contact</a></li>
				<li><a href="/terms/" rel="nofollow">Terms</a></li>
				<li><a href="/privacy/" rel="nofollow">Privacy Policy</a></li>
				<li style="display:none;" id="returntomobilelink"><a onclick="return returnToMobile();" href="#" rel="nofollow">Return to Mobile</a></li>
			</ul>
		    <div class="clear"></div>
		</div>
	</div>	
</div>
	<div id="assignment">	 
	</div>
	



<script type='text/javascript'>
/* <![CDATA[ */
var wpBannerizeJavascriptLocalization = {
	ajaxURL: "http://www.justjared.com/wp-admin/admin-ajax.php"
};
/* ]]> */
</script>
<script type='text/javascript' src='http://www.justjared.com/wp-content/plugins/wp-bannerize/js/wpBannerizeFrontend.min.js?ver=3.0.62'></script>
        <script type="text/javascript">
        // <![CDATA[
        var disqus_shortname = 'justjared';
        (function () {
            var nodes = document.getElementsByTagName('span');
            for (var i = 0, url; i < nodes.length; i++) {
                if (nodes[i].className.indexOf('dsq-postid') != -1) {
                    nodes[i].parentNode.setAttribute('data-disqus-identifier', nodes[i].getAttribute('data-dsqidentifier'));
                    url = nodes[i].parentNode.href.split('#', 1);
                    if (url.length == 1) { url = url[0]; }
                    else { url = url[1]; }
                    nodes[i].parentNode.href = url + '#disqus_thread';
                }
            }
            var s = document.createElement('script'); 
            s.async = true;
            s.type = 'text/javascript';
            s.src = '//' + disqus_shortname + '.disqus.com/count.js';
            (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
        }());
        // ]]>
        </script>
        <div id="assignment" style="display:none !important;"><span id="nointelliTXT"></span></div>
<script>ggv2id='jstjared';</script><script src="https://g2.gumgum.com/javascripts/ggv2.js"></script>


<!-- Wibbitz Start -->
<script type="text/javascript" src="//cdn4.wibbitz.com/just_jared/embed.js" async></script>
<!-- Wibbitz End -->

<div class="ad_desktop" data-out-of-page="true"></div>

<script type="text/javascript" src="//s.skimresources.com/js/93029X1547060.skimlinks.js"></script>


</body>
</html>