<!DOCTYPE html><html lang="en"><head><meta name="robots" content="index,follow" /><meta name="keywords" content="nuclear power plant, new nuclear power plants, world nuclear power news," /><meta name="description" content="World Nuclear Power Plant News" /><meta name="GENERATOR" content="Telligent Community 8" /><link rel="stylesheet" href="/cfs-file/__key/system/h-0000000006e7bd17-http-nuclearstreetcom-80-css/layout.css" type="text/css" media="screen" /><script type="text/javascript" src="/utility/jquery/jquery.min.js?LastChanged=635706609680000000"></script><script type="text/javascript" src="/utility/jquery/telligent.glow.min.js?LastChanged=635826918800000000"></script><script type="text/javascript" src="/utility/jquery/jquery.validate.min.js?LastChanged=635224570220000000"></script><script type="text/javascript">
// <![CDATA[
try { jQuery.extend(jQuery.validator.messages,{required:'This field is required.',remote:'Please fix this field.',date:'Please enter a valid date.',dateISO:'Please enter a valid date (ISO).',number:'Please enter a valid number.',digits:'Please enter only digits.',creditcard:'Please enter a valid credit card number.',equalTo:'Please enter the same value again.',accept:'Please enter a value with a valid extension.',maxlength:jQuery.validator.format('Please enter no more than {0} characters.'),minlength:jQuery.validator.format('Please enter at least {0} characters.'),rangelength:jQuery.validator.format('Please enter a value between {0} and {1} characters long.'),range:jQuery.validator.format('Please enter a value between {0} and {1}.'),max:jQuery.validator.format('Please enter a value less than or equal to {0}.'),min:jQuery.validator.format('Please enter a value greater than or equal to {0}.')}); } catch(e) { };
// ]]>
</script><script type="text/javascript" src="/utility/jquery/telligent.evolution.min.js?LastChanged=635834861700000000"></script><script type="text/javascript">
// <![CDATA[
try { jQuery.telligent.evolution.site.configure({baseUrl:'\/',isRemote:false,remoteUrlEncodePattern:'',monthNames:['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'],dayNames:['Sun','Mon','Tue','Wed','Thu','Fri','Sat'],authorizationCookieName:'AuthorizationCookie',defaultErrorMessage:'An error occurred.  Please try again or contact your administrator.',defaultMultiErrorMessagePrefix:'The following errors occurred:  ',silverlightFileUploadEnabled:true,accessingUserId:2101,accessingUserIsSystemAccount:true});
jQuery.extend($.fn.evolutionUserFileTextBox.defaults,{removeText:'Remove',selectText:'Select\/Upload...',noFileText:'No File Selected'});
jQuery.telligent.evolution.navigationConfirmation.configure({message:'Unless you save before leaving this page, you will lose any changes you have made.'});
jQuery.telligent.evolution.validation.registerExtensions({passwordInvalidMessage:'Password contains invalid chars ...',passwordRegex:'^(.*)$',emailInvalidMessage:'Your email address is invalid.',emailRegex:'^\\w+([-+.]\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*$',usernameInvalidMessage:'Your sign in name does not meet the requirements for this site.',usernameRegex:'^[a-zA-Z0-9_\\- @\\.]+$',emailsInvalidMessage:'One or more emails is invalid',urlInvalidMessage:'URL not in correct format',urlRegex:'^((http|https|mailto|mms):|\/|#|~\/)'});
jQuery.extend(jQuery.fn.evolutionLike.defaults,{likeText:'Like',unlikeText:'Unlike',modalTitleText:'People who like this',modalShowMoreText:'Show More',whoLikesOtherText:'<a href=\"{user_profile_url}\" class=\"internal-link view-user-profile\">{user_display_name}<\/a> likes this',whoLikesOtherTwoText:'<a href=\"{user_profile_url}\" class=\"internal-link view-user-profile\">{user_display_name}<\/a> and <span class=\"who-likes\">1 other<\/span> like this',whoLikesOtherMultipleText:'<a href=\"{user_profile_url}\" class=\"internal-link view-user-profile\">{user_display_name}<\/a> and <span class=\"who-likes\">{count} others<\/span> like this',whoLikesAccessingText:'You like this',whoLikesAccessingTwoText:'You and <span class=\"who-likes\">1 other<\/span> like this',whoLikesAccessingMultipleText:'You and <span class=\"who-likes\">{count} others<\/span> like this'});
jQuery.extend(jQuery.fn.evolutionInlineTagEditor.defaults,{editButtonText:'Edit tags',selectTagsText:'Select tags',saveTagsText:'Save',cancelText:'Cancel'});
jQuery.extend(jQuery.fn.evolutionStarRating.defaults,{titles:['Terrible','Poor','Fair','Average','Good','Excellent'],ratingMessageFormat:'Average rating: {rating} out of {count} ratings.'});
jQuery.extend(jQuery.fn.evolutionModerate.defaults,{moderateLinkText:'moderate',reportLinkText:'Flag as spam\/abuse',reportedLinkText:'Flagged as spam\/abuse',reportedNotificationMessageText:'{NAME}\'s post has been flagged. <strong>Thank you for your feedback.<\/strong>'});
jQuery.extend(jQuery.fn.evolutionBookmark.defaults,{deleteBookmarkText:'Unbookmark {content_type_name}',addBookmarkText:'Bookmark this {content_type_name}',processingText:'...'});
jQuery.extend(jQuery.telligent.evolution.ui.components.convertcontent.defaults,{resourcePromptTitle:'Convert',resourceContentTypeLabel:'To',resourceContentTypePlaceholder:'Select type…',resourceContentTypeErrorMessage:'This content is not eligible for conversion.',resourceContainerLabel:'In Group',resourceContainerErrorMessage:'No Matching Groups',resourceApplicationLabel:'In Application',resourceApplicationPlaceholder:'Select application…',resourceApplicationErrorMessage:'This group contains no eligible applications.',resourceConvertLabel:'Convert'});
} catch(e) { };
// ]]>
</script><style type="text/css">
li.activity-story.content-type-293f75d1-2a3e-43ed-9173-af885c593139 { padding: 10px 0 10px 10px !important; }
li.activity-story.content-type-293f75d1-2a3e-43ed-9173-af885c593139 .avatar { display: none !important; }
li.activity-story.content-type-293f75d1-2a3e-43ed-9173-af885c593139 .post-actions.activity { display: none; }
.twitter-tweet.twitter-tweet-rendered { margin: 0 0 5px !important; max-width: 99% !important; min-width: 95% !important; }
</style><script type="text/javascript">jQuery(function($) {
	$.telligent.evolution.messaging.subscribe('userActionFollowToggle', function(data) {
		var e = $(data.target);
		var userId = e.data('userid'), accessingUserId = e.data('accessinguserid'), v = e.data('follow');
		e.html('...');
		if (v) {
			$.telligent.evolution.post({
				url: $.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/users/{FollowerId}/following.json',
				data: { FollowerId: accessingUserId, FollowingId: userId },
				dataType: 'json',
				success: function(response) { e.html('Unfollow').data('follow', false); },
				error: function(response) {  e.html('Follow').data('follow', true); }
			});
		} else {
			$.telligent.evolution.del({
				url: $.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/users/{FollowerId}/following/{FollowingId}.json',
				data: { FollowerId: accessingUserId, FollowingId: userId },
				dataType: 'json',
				success: function(response) { e.html('Follow').data('follow', true); },
				error: function(response) {  e.html('Unfollow').data('follow', false); }
			});
		}
	});
});</script><script type="text/javascript">jQuery(function($) {
	$.telligent.evolution.messaging.subscribe('userActionFriendshipToggle', function(data) {
		var e = $(data.target);
		var userId = e.data('userid'), accessingUserId = e.data('accessinguserid'), v = parseInt(e.data('friendship'));
		var t = e.html();
		e.html('...');
		if (v == 0) {
				e.html(t);
				$.glowModal('/user/requestfriend?UserId=' + userId + '', {width:670,height:390});
		} else if (v == 3) {
				$.telligent.evolution.post({
					url: $.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/users/{RequestorId}/friends.json',
					data: { RequestorId: accessingUserId, RequesteeId: userId, RequestMessage: '<p>I\'d like to add you to my professional network on Nuclear Street.<\/p>\n<p><a title=\"Nuclear Street\" href=\"\/\">Nuclear Street<\/a> - Nuclear Power Portal<\/p> '},
					dataType: 'json',
					success: function(response) { window.location = window.location; },
					error: function(response) {  e.html(t); }
				});
		} else if (v == 1 || v == 2 || v == 4) {
			if (v == 4 || (v == 1 && window.confirm('Are you sure you want to cancel this friendship request?')) || (v == 2 && window.confirm('Are you sure you want to unfriend this person?'))) {
				$.telligent.evolution.del({
					url: $.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/users/{RequestorId}/friends/{RequesteeId}.json',
					data: { RequestorId: accessingUserId, RequesteeId: userId },
					dataType: 'json',
					success: function(response) { window.location = window.location; },
					error: function(response) {  e.html(t); }
				});
			} else { e.html(t); }
		}
	});
});</script><script src="http://nuclearstreet.com/callback.ashx?__type=Telligent.Evolution.Extensions.Ideation.Plugins.IdeaHeaderExtension%2C%20Telligent.Evolution.Extensions.Ideation&file=js"></script><script type="text/javascript">
(function($){{
$.extend($.fn.evolutionUpDownVoting.defaults,{voteDownMessage:'Vote against this opinion'
,voteUpMessage:'Vote for this opinion'
,loginMessage:'Sign in to vote on opinions'
,noPermissionMessage:'You do not have permission to vote for this opinion'
,notGroupMemberMessage:'Join this group to vote on this opinion'
,deleteMessage:'Remove your vote for this opinion'
,readOnlyMessage: 'Voting on this opinion has been disabled'
,switchToDownVoteMessage: 'Vote against this opinion instead of for it'
,switchToUpVoteMessage: 'Vote for this opinion instead of against it' });}}(jQuery));
</script>
<script type="text/javascript">(function($){ $.telligent.evolution.ui.components.convertcontent.defaults.configurableConverterFormEndpoint = 'http://nuclearstreet.com/callback.ashx?__type=Telligent.Evolution.CoreServices.ContentConversion.Implementations.ContentConversionHttpCallback%2C%20Telligent.Evolution.Core'; }(jQuery));</script><script type="text/javascript">(function($){ $.telligent.evolution.media.defaults.endpoint = 'http://nuclearstreet.com/callback.ashx?__type=Telligent.Evolution.Api.Plugins.Endpoints.FileViewerEndpoint%2C%20Telligent.Evolution.Api'; }(jQuery));</script><script type="text/javascript">(function($){ $.telligent.evolution.preview.defaults.endpoint = 'http://nuclearstreet.com/callback.ashx?__type=Telligent.Evolution.Api.Plugins.Endpoints.WebPreviewEndpoint%2C%20Telligent.Evolution.Api'; }(jQuery));</script><script type="text/javascript">(function($){ $.telligent.evolution.language.defaults.dateEndpoint = 'http://nuclearstreet.com/callback.ashx?__type=Telligent.Evolution.Api.Plugins.Endpoints.DateFormattingEndpoint%2C%20Telligent.Evolution.Api'; }(jQuery));</script><script type="text/javascript">(function($){ $.fn.evolutionUserFileTextBox.defaults.endpoint = 'http://nuclearstreet.com/callback.ashx?__type=Telligent.Evolution.Api.Plugins.Endpoints.UserFileTextBoxEndpoint%2C%20Telligent.Evolution.Api'; }(jQuery));</script><script type="text/javascript" src='https://www.google.com/recaptcha/api.js?hl=en'></script><script type="text/javascript">
//<![CDATA[
(function($){
$.telligent.evolution.recaptcha = {
	verify: function() {
		var callbackUrl ='http://nuclearstreet.com/callback.ashx?__type=Telligent.Evolution.VelocityExtensions.Recaptcha%2C%20Telligent.Evolution.VelocityExtensions'; 
		var pass = false;
		var rtnObj = null;
		if (grecaptcha && grecaptcha != 'undefined') {
			var response = grecaptcha.getResponse();
            
			if(!response || response == '')
				return false;

			$.telligent.evolution.post({
				url: callbackUrl,
				dataType:'json',
				async:false,
				data: { 
					r:response
				},
				success: function(res){
					if(!res||!res.verified||!res.token||res.token=='')
						grecaptcha.reset();
					rtnObj = res; 
				},
				error:function() { Recaptcha.reload(); }
			});
		}
		return rtnObj;
	}
};
}(jQuery));
//]]>
</script>
          <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width" /><meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1" /><link rel="shortcut icon" type="image/ico" href="http://nuclearstreet.com/cfs-filesystemfile/__key/themefiles/s-fd-3fc3f82483d14ec485ef92e206116d49-files/favicon.ico" /><link rel="apple-touch-icon-precomposed" href="http://nuclearstreet.com/cfs-filesystemfile/__key/themefiles/s-fd-3fc3f82483d14ec485ef92e206116d49-files/favicon152.png"><meta name="msapplication-TileColor" content="#FFFFFF"><meta name="msapplication-TileImage" content="http://nuclearstreet.com/cfs-filesystemfile/__key/themefiles/s-fd-3fc3f82483d14ec485ef92e206116d49-files/favicon144.png">
        <link type="text/css" rel="stylesheet" href="http://nuclearstreet.com/cfs-filesystemfile/__key/themefiles/h-000000000a7cbe74-s-3fc3f82483d14ec485ef92e206116d49-stylesheetfiles-http-nuclearstreetcom-80/screen.less" /><!--[if lte IE 7]><link type="text/css" rel="stylesheet" href="http://nuclearstreet.com/cfs-filesystemfile/__key/themefiles/h-000000000a7cbe74-s-3fc3f82483d14ec485ef92e206116d49-stylesheetfiles-http-nuclearstreetcom-80/ie7.less" /><![endif]--><!--[if lte IE 8]><link type="text/css" rel="stylesheet" href="http://nuclearstreet.com/cfs-filesystemfile/__key/themefiles/h-000000000a7cbe74-s-3fc3f82483d14ec485ef92e206116d49-stylesheetfiles-http-nuclearstreetcom-80/ie8.less" /><![endif]--><![if gte IE 9]><link type="text/css" rel="stylesheet" href="http://nuclearstreet.com/cfs-filesystemfile/__key/themefiles/h-000000000a7cbe74-s-3fc3f82483d14ec485ef92e206116d49-stylesheetfiles-http-nuclearstreetcom-80/print.css" media="print" /><![endif]><![if gte IE 9]><link type="text/css" rel="stylesheet" href="http://nuclearstreet.com/cfs-filesystemfile/__key/themefiles/h-000000000a7cbe74-s-3fc3f82483d14ec485ef92e206116d49-stylesheetfiles-http-nuclearstreetcom-80/handheld.less" media="only screen and (max-width: 570px)" /><![endif]><![if gte IE 9]><link type="text/css" rel="stylesheet" href="http://nuclearstreet.com/cfs-filesystemfile/__key/themefiles/h-000000000a7cbe74-s-3fc3f82483d14ec485ef92e206116d49-stylesheetfiles-http-nuclearstreetcom-80/tablet.less" media="only screen and (min-device-width: 571px) and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-device-width: 571px) and (max-device-width: 1024px) and (orientation: portrait)" /><![endif]><link type="text/css" rel="stylesheet" href="http://nuclearstreet.com/cfs-filesystemfile/__key/themefiles/h-000000000a7cbe74-s-3fc3f82483d14ec485ef92e206116d49-stylesheetfiles-http-nuclearstreetcom-80/calendar.css" /><![if gte IE 9]><link type="text/css" rel="stylesheet" href="http://nuclearstreet.com/cfs-filesystemfile/__key/themefiles/h-000000000a7cbe74-s-3fc3f82483d14ec485ef92e206116d49-stylesheetfiles-http-nuclearstreetcom-80/calendar_2D00_handheld.css" media="(max-width: 570px)" /><![endif]><link type="text/css" rel="stylesheet" href="http://nuclearstreet.com/cfs-filesystemfile/__key/themefiles/h-000000000a7cbe74-s-3fc3f82483d14ec485ef92e206116d49-stylesheetfiles-http-nuclearstreetcom-80/ideas.css" /><![if gte IE 9]><link type="text/css" rel="stylesheet" href="http://nuclearstreet.com/cfs-filesystemfile/__key/themefiles/h-000000000a7cbe74-s-3fc3f82483d14ec485ef92e206116d49-stylesheetfiles-http-nuclearstreetcom-80/ideas_2D00_handheld.css" media="(max-width: 570px)" /><![endif]><script type="text/javascript" src="http://nuclearstreet.com/cfs-filesystemfile/__key/themefiles/h-000000000a7cbe74-s-3fc3f82483d14ec485ef92e206116d49-jsfiles-http-nuclearstreetcom-80/theme.js"></script>
          <link type="text/css" rel="stylesheet" href="/dynamic-style?ThemeTypeId=0c647246-6735-42f9-875d-c8b991fe739b&amp;ThemeContextId=00000000-0000-0000-0000-000000000000&amp;PreviewKey=0&amp;Theme=3fc3f82483d14ec485ef92e206116d49" media="screen,print" />
        
          <script type='text/javascript'>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement('script');
gads.async = true;
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') + 
'//www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();
</script>

<script type='text/javascript'>
googletag.cmd.push(function() {
googletag.defineSlot('/54533697/NS_Homepage_Leaderboard_944x160', [944, 160], 'div-gpt-ad-1396354636812-0').addService(googletag.pubads());
googletag.defineSlot('/54533697/NS_NewsStory_FullBanner_550x100', [550, 100], 'div-gpt-ad-1493382720861-0').addService(googletag.pubads());
googletag.defineSlot('/54533697/NS_Homepage_Right_WideSkyscraper_160x600', [160, 600], 'div-gpt-ad-1399304266508-0').addService(googletag.pubads());
googletag.defineSlot('/54533697/NS_NewsStory_Right_SmallSquare_150x150', [150, 150], 'div-gpt-ad-1401461764728-0').addService(googletag.pubads());
googletag.defineSlot('/54533697/NS_Homepage_Small_Square', [170, 170], 'div-gpt-ad-1467734938293-0').addService(googletag.pubads());
googletag.defineSlot('/54533697/NS_Homepage_Left_Rectangle_Mid_360x100', [360, 100], 'div-gpt-ad-1422647788259-0').addService(googletag.pubads());
googletag.defineSlot('/54533697/NS_NewsHome_Right_Sidebar_315x170', [170, 315], 'div-gpt-ad-1453500796863-0').addService(googletag.pubads());
googletag.defineSlot('/54533697/NS_News_Upper_Right_Sidebar_315x170', [170, 315], 'div-gpt-ad-1460054475932-0').addService(googletag.pubads());
googletag.defineSlot('/54533697/NS_News_Upper_Right_Sidebar_170_315', [170, 315], 'div-gpt-ad-1460065703192-0').addService(googletag.pubads());
googletag.defineSlot('/54533697/NS_Home_Upper_Right_Sidebar_Long', [170, 315], 'div-gpt-ad-1460468526078-0').addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
</script>
        
          <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        
          <link type="text/css" rel="stylesheet" href="/dynamic-style?ThemeTypeId=c6108064-af65-11dd-b074-de1a56d89593&amp;ThemeContextId=4dc6cefb-498e-4740-91a6-9639dd7ff0ae&amp;PreviewKey=0&amp;Theme=3fc3f82483d14ec485ef92e206116d49" media="screen,print" />
        
          <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        
          <link type="text/css" rel="stylesheet" href="/dynamic-style?ThemeTypeId=a3b17ab0-af5f-11dd-a350-1fcf55d89593&amp;ThemeContextId=0052fb4f-0fd2-4cfa-ba1b-900b261275f2&amp;PreviewKey=0&amp;Theme=3fc3f82483d14ec485ef92e206116d49" media="screen,print" />
        <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','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-48431555-1', 'nuclearstreet.com');
  ga('send', 'pageview');

</script>
<link rel="pingback" href="http://nuclearstreet.com/pro_nuclear_power_blogs/b/world_nuclear_news/pingback" /><link rel="alternate" type="application/rss+xml" title="World Nuclear News (RSS 2.0)" href="http://nuclearstreet.com/pro_nuclear_power_blogs/b/world_nuclear_news/rss"  /><link rel="alternate" type="application/atom+xml" title="World Nuclear News  (Atom 1.0)" href="http://nuclearstreet.com/pro_nuclear_power_blogs/b/world_nuclear_news/atom"  /><link rel="alternate" type="application/rss+xml" title="World Nuclear News - All Comments (RSS 2.0)" href="http://nuclearstreet.com/pro_nuclear_power_blogs/b/world_nuclear_news/rsscomments"  /><link rel="alternate" type="application/rss+xml" title="World Nuclear News - Comments for this post (RSS 2.0)" href="http://nuclearstreet.com/pro_nuclear_power_blogs/b/world_nuclear_news/rsscomments?WeblogPostID=44204"  /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://nuclearstreet.com/pro_nuclear_power_blogs/b/world_nuclear_news/rsd" /><link rel="wlwmanifest" type="application/wlwmanifest+xml" title="WLWManifest" href="http://nuclearstreet.com/pro_nuclear_power_blogs/b/world_nuclear_news/wlwmanifest" /><title>
	Texan nuclear plants run through Hurricane Harvey - World Nuclear News - Pro-Nuclear Power Blogs - Nuclear Street - Nuclear Power Plant News, Jobs, and Careers
</title></head><body spellcheck="true"><form name="ctl03" method="post" action="./texan-nuclear-plants-run-through-hurricane-harvey?utm_source=dlvr.it&amp;utm_medium=facebook" id="ctl03">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUBMGRklvjOdtclGRAxN8ANiVEvMJGJlaGd5sM1qBD66u6c84w=" />


<script src="/WebResource.axd?d=8ruLNjBuEmHY8B26WDm2e9Jd9KCafq74czNXj9VlG6Ry2zHEukapumnQfonQOaKgyj0OKtiGc37sezjqsH7MohFoVVz9_TBSQ-ejWd3_MYiXAztRT_fyXJqA9A3r9C5E0edXnwleYPJBwuVTbyVrS1Sc0N56ATVG5kp36Ai0lT-sJ8KYlrRSEzuf0ajH21L24S4_gfrM_27CqAD6XUTjO4s15T9IYE0tssyWK2Ako3o1&amp;t=635857713600000000" type="text/javascript"></script>
<script src="/WebResource.axd?d=Nzc45xo7--zBozSk9n5t90vGkSciddwYngaujbkMqu2UwSW3sFVeD7PSB5XgVtyEyle_tqFQ4TOVpcqwbFi5zyPbMJFGaW2tBvQMZX8A7MDxyZaXjvMblPIDYdRDr8zkTwKy_TtuMuudlSkMwphxqUkfsN5E6JVxIi1w40eQ_OY1&amp;t=635826747680000000" type="text/javascript"></script>
<script src="/WebResource.axd?d=yAE4HC9Cckm1-1we2ALvR8Dyp2pzaYlK2TTbk9JDR-7GUHNnsfEoAFnqnmoVKKIiKJ0Cf-e1eTSN5YcuWFVOjx_lQCOtDle3ErwVjWLPrKhtGwHnHprKeXIDwdmqFrIp-SSlZKfmBoRbsScPB1yIT-MtOhW3RXGXJNWf6CNLZ20DOUHHoYQxzz29C71EhEQt0&amp;t=635826747680000000" type="text/javascript"></script>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C21772F6" /><div class="header-fragments-header"></div>
<div class="header-fragments" id="ctl04_ctl01_page"><div class="layout">
<div class="layout-header"></div>
<div class="layout-content header-top-content" id="ctl04_ctl01_layout">
<div class="layout-region header" id="ctl04_ctl01_header">
<div class="layout-region-inner header"><div class="content-fragment site-banner no-wrapper responsive-1" id="header-443">
<div class="content-fragment-content">






		



<div class="banner site  with-site-navigation " id="header-443_banner">
	<div class="avatar">
													<a href="/" title="Home"  class="ui-tip" >
				<img src="/cfs-filesystemfile/__key/communityserver-components-imagefileviewer/widgetcontainerfiles-3fc3f82483d14ec485ef92e206116d49-s-AAAAAAAAAAAAAAAAAAAAAA-header-header/NS_2D00_Logo.jpg_2D00_250x88.jpg" border="0px" style="max-width:125px;max-height:44px;" />
			</a>
			</div>

	<h1 class="name hidden">Nuclear Street - Nuclear Power Plant News, Jobs, and Careers</h1>

					<div class="navigation-list site-links" id="header-443_bannerSiteLinks">
			<ul>
				<li class="navigation-list-item">
					<a href="#"
																			class="site-navigation custom ui-tip"
											id="header-443_site">Site</a>
				</li>
			</ul>
		</div>
	
	<fieldset class="search" id="header-443_searchFields">
		<ul class="field-list">
			<li class="field-item">
				<span class="field-item-description hidden">
					<label>Search Nuclear Street</label>
				</span>
				<span class="field-item-input">
					<input autocomplete="off" type="search" placeholder="Search Nuclear Street" id="header-443_Search" value=""   />
				</span>
			</li>
		</ul>
	</fieldset>

					<div class="navigation-list user-links" id="header-443_bannerLinks">
				<ul>
																																																		<li class="navigation-list-item">
							<a href="/login?ReturnUrl=%2Fpro_nuclear_power_blogs%2Fb%2Fworld_nuclear_news%2Farchive%2F2017%2F08%2F29%2Ftexan-nuclear-plants-run-through-hurricane-harvey%3Futm_source%3Ddlvr.it%26utm_medium%3Dfacebook"  class="ui-tourtip internal-link user with-icon ui-tip" data-tourtipkey="t;MiuTydgpOEWSyHzvU9tlfg;uqnDnB3wREIoDPKHxPAQqg" data-tourtipmessage="Sign in or Join the community."  title="Join or Sign In">User</a>
						</li>
																																													</ul>
			</div>
	
	<div class="navigation-list handheld">
		<ul>
			<li class="navigation-list-item">
				<a href="#" class="site" id="header-443_handheldSiteLinksLink">Site</a>
			</li>
			<li class="navigation-list-item">
				<a href="#" class="search" id="header-443_handheldSearchFieldsLink">Search Nuclear Street</a>
			</li>
			<li class="navigation-list-item">
															<a href="/login?ReturnUrl=%2Fpro_nuclear_power_blogs%2Fb%2Fworld_nuclear_news%2Farchive%2F2017%2F08%2F29%2Ftexan-nuclear-plants-run-through-hurricane-harvey%3Futm_source%3Ddlvr.it%26utm_medium%3Dfacebook" class="user">User</a>
												</li>
		</ul>
	</div>
	<div class="container handheld">
		<fieldset class="search" style="display:none" id="header-443_handheldSearchFields"></fieldset>
		<div class="user-links" style="display:none" id="header-443_handheldBannerLinks"></div>
	</div>

</div>

</div>
<div class="content-fragment-footer"></div>
</div>
</div>
</div>
<div class="layout-region content" id="ctl04_ctl01_content">
<div class="layout-region-inner content"><div class="content-fragment navigation-custom no-wrapper responsive-1" id="header-438">
<div class="content-fragment-content">



	


			<div class="ui-links navigation-list links"
			id="header-438_container"
			data-minlinks="0"
			data-direction="horizontal"
			data-maxlinks="7">
			<ul class="navigation-list">
						<li class="navigation-list-item">
					<a href="http://nuclearstreet.com/" >Home</a>
																
				</li>
						<li class="navigation-list-item">
					<a href="/nuclear-power-suppliers-companies-equipment-parts/p/nuclear-buyers-guide" >Buyers Guide</a>
																
				</li>
						<li class="navigation-list-item">
					<a href="/buy-sell-nuclear-eqiupment/" >Marketplace</a>
																
				</li>
						<li class="navigation-list-item">
					<a href="/p/nuclear-jobs#/jobs" >Jobs</a>
																
				</li>
						<li class="navigation-list-item">
					<a href="/p/nuclear-forums" >Forums</a>
																
				</li>
						<li class="navigation-list-item">
					<a href="/nuclear_power_industry_news/b/nuclear_power_news" >Nuclear News</a>
																
				</li>
						<li class="navigation-list-item">
					<a href="http://nuclearstreet.com/r?3O" >Advertise Here</a>
																
				</li>
					<li class="navigation-list-item">
					<a href="#" data-more>More</a>
				</li>
				<li class="navigation-list-item">
					<a href="#" data-cancel>Cancel</a>
				</li>
			</ul>
		</div>
					</div>
<div class="content-fragment-footer"></div>
</div>
</div>
</div>
</div>
<div class="layout-footer"></div>
</div></div><div class="header-fragments-footer"></div><div class="content-fragment-page post" id="ctl04_ctl02_page"><div class="layout">
<div class="layout-header"></div>
<div class="layout-content content-left-sidebar-right" id="ctl04_ctl02_layout">
<div class="layout-region right-sidebar" id="ctl04_ctl02_right-sidebar">
<div class="layout-region-inner right-sidebar"><div class="content-fragment blog-details no-wrapper responsive-2" id="fragment-8840">
<div class="content-fragment-content">




<div class="content-details">

	<div class="content-author">
		<div class="avatar">
							<a href="/members/wnn">
					<img src="/cfs-filesystemfile/__key/communityserver-components-imagefileviewer/communityserver-components-avatars-00-00-00-47-61/4TGRU3053RUX.png_2D00_80x80x2.png" border="0px" alt="WNN" />
				</a>
					</div>
		<span class="user-name">
							<a href="/members/wnn" class="internal-link view-user-profile">
					WNN
				</a>
					</span>
	</div>

	<div class="content-date">
		Tue, Aug 29 2017
	</div>

				
	<ul class="attribute-list">

				
		
		
					<li class="attribute-item rating">
				<span class="attribute-name"></span>
				<span class="attribute-value">
					<span class="ui-rate" data-contentid="67a90211-d0c6-47fb-b21d-b69dce28450c" data-contenttypeid="f7d226ab-d59f-475c-9d22-4a79e3f0ec07" data-readonly="false" data-initialvalue="0" data-initialcount="0" data-configuration="" ></span>
				</span>
			</li>
			</ul>
</div>

	</div>
<div class="content-fragment-footer"></div>
</div>
<div id="fragment-8841"></div>
<div class="content-fragment blog-links no-wrapper responsive-2" id="fragment-8842">
<div class="content-fragment-content">




	<div class="ui-links navigation-list links" data-minlinks="2" data-direction="vertical" data-minlinks="7" data-maxlinks="7">
		<ul class="navigation-list">
																		<li class="navigation-list-item"><a href="mailto:?subject=Texan nuclear plants run through Hurricane Harvey&body=http://nuclearstreet.com/pro_nuclear_power_blogs/b/world_nuclear_news/archive/2017/08/29/texan-nuclear-plants-run-through-hurricane-harvey" class="internal-link email-post"><span></span>Share</a></li>
																																																																<li class="navigation-list-item">
							<a href="#" onclick="jQuery.glowModal('/utility/scripted-file.ashx?utm_source=dlvr.it\u0026utm_medium=facebook\u0026_cf=subscribebyemail.vm\u0026_fid=8842\u0026_ct=page\u0026_cp=post\u0026_ctt=a3b17ab0af5f11dda3501fcf55d89593\u0026_ctc=0052fb4f0fd24cfaba1b900b261275f2\u0026_ctn=3fc3f82483d14ec485ef92e206116d49\u0026_cc=0\u0026_pcurl=~%2Fpro_nuclear_power_blogs%2Fb%2Fworld_nuclear_news%2Farchive%2F2017%2F08%2F29%2Ftexan-nuclear-plants-run-through-hurricane-harvey%3Futm_source%3Ddlvr.it%26utm_medium%3Dfacebook\u0026BlogId=49', { width: 400, height: 200 }); return false;">Subscribe by email</a>
						</li>
																																																																		        <li class="navigation-list-item">
	            <a href="#" data-more>More</a>
	        </li>
	        <li class="navigation-list-item">
	            <a href="#" data-cancel>Cancel</a>
	        </li>
		</ul>
	</div>

			</div>
<div class="content-fragment-footer"></div>
</div>
<div class="content-fragment more-content no-wrapper with-spacing with-header responsive-2 
			as-slider
		" id="fragment-8843">
<div class="content-fragment-header">
Related Content
			</div>
<div class="content-fragment-content">

<div id="fragment-8843_delayedPagedContentWrapper"></div>





			</div>
<div class="content-fragment-footer"></div>
</div>
<div class="content-fragment more-content no-wrapper with-spacing with-header responsive-2 
			as-slider
		" id="fragment-8844">
<div class="content-fragment-header">
Recommended Content
			</div>
<div class="content-fragment-content">

<div id="fragment-8844_delayedPagedContentWrapper"></div>





			</div>
<div class="content-fragment-footer"></div>
</div>
</div>
</div>
<div class="layout-region content" id="ctl04_ctl02_content">
<div class="layout-region-inner content"><div id="fragment-8845"></div>
<div id="fragment-8846"></div>
<div class="content-fragment blog-post no-wrapper with-spacing responsive-1" id="fragment-8847">
<div class="content-fragment-content">




<div class="content full">
    <h3 class="name">Texan nuclear plants run through Hurricane Harvey</h3>
            <div class="content">Both units at the South Texas Project (STP) continued to operate at full power throughout Hurricane Harvey. Whilst the plant avoided the full force of the hurricane, its steel-reinforced containment building and flood protection measures ensured the reactors could continue operating safely. <a href="http://www.world-nuclear-news.org/RS-Texan-nuclear-plants-run-through-Hurricane-Harvey-2908174.html">...read more</a><div style="clear:both;"></div></div>
                </div>
        </div>
<div class="content-fragment-footer"></div>
</div>
<div class="content-fragment raw-html no-wrapper with-spacing responsive-1" id="fragment-8848">
<div class="content-fragment-content">
<div class="user-defined-markup"><!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_16x16_style">
<a class="addthis_button_print"></a>
<a class="addthis_button_email"></a>
<a class="addthis_button_linkedin"></a>
<a class="addthis_button_facebook"></a>
<a class="addthis_button_reddit"></a>
<a class="addthis_button_tumblr"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_google_plusone_share"></a>
<a class="addthis_button_compact"></a><a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=highrad"></script>
<!-- AddThis Button END --></div></div>
<div class="content-fragment-footer"></div>
</div>
<div class="content-fragment comment-form no-wrapper with-spacing responsive-3" id="fragment-8849">
<div class="content-fragment-content">






<div id="fragment-8849_form">
	<fieldset>
		<ul class="field-list">
			<li class="field-item post-body">
				<span class="field-item-input">
					<textarea placeholder="Leave a comment..."
						class="full"
						rows="3"
						id="fragment-8849_body"
						name="fragment-8849_body"
						style="padding:10px;"></textarea>
				</span>
				<span class="field-item-validation" style="display: none;"></span>
			</li>
			<li class="field-item post-submit">
				<span class="field-item-input">
					<a href="#" class="button" id="fragment-8849_save">
						Post
					</a>
					<span class="processing" style="visibility: hidden;"></span>
				</span>
			</li>
		</ul>
	</fieldset>
</div>


			</div>
<div class="content-fragment-footer"></div>
</div>
<div class="content-fragment comments no-wrapper with-spacing responsive-3" id="fragment-8850">
<div class="content-fragment-content">


<div id="pi8850-paged-content">


    <div class="content-list-name"></div>
    <div class="content-list-description"></div>
    <ul class="content-list content simple margin-bottom">
	<li class="content-item">

        <div class="content comment" data-commentid="d4ede27a-e7c5-439d-ab4b-caad9605f7d7">
            <div class="author">
                <div class="avatar">
											<img src="/cfs-filesystemfile/__key/communityserver-components-imagefileviewer/communityserver-components-avatars_2E00_/default.png_2D00_44x44x2.png" border="0px" alt="Anonymous" />
					                </div>
                <span class="user-name">
											Anonymous
					                </span>
            </div>
            <div class="content"><p>The plant avoided full force because it never hit the plant!</p>
</div>
            <div class="actions">
                <div class="navigation-list ui-links" data-minlinks="2" data-maxlinks="2" data-direction="horizontal">
                    <ul>
                        <li class="navigation-list-item">
														                            
                        </li>
                        <li class="navigation-list-item">
                            <a href="#" class="internal-link view-post">
                                <span class="post-date">5 months ago</span>
                            </a>
                        </li>
						                                                                        <li class="navigation-list-item">
                            <a href="#" class="more" data-more>More</a>
                        </li>
                        <li class="navigation-list-item">
                            <a href="#" data-cancel>Cancel</a>
                        </li>
                    </ul>
                </div>
            </div>
        </div>

	</li>
	</ul>



<div class="pager ui-page" data-currentpage="0" data-pagesize="15" data-totalitems="1" data-pagekey="pi8850" data-pagedcontenturl="/utility/scripted-file.ashx?utm_source=dlvr.it&amp;utm_medium=facebook&amp;_cf=load.vm&amp;_fid=8850&amp;_ct=page&amp;_cp=post&amp;_ctt=a3b17ab0af5f11dda3501fcf55d89593&amp;_ctc=0052fb4f0fd24cfaba1b900b261275f2&amp;_ctn=3fc3f82483d14ec485ef92e206116d49&amp;_cc=0&amp;_pcurl=%7e%2fpro_nuclear_power_blogs%2fb%2fworld_nuclear_news%2farchive%2f2017%2f08%2f29%2ftexan-nuclear-plants-run-through-hurricane-harvey%3futm_source%3ddlvr.it%26utm_medium%3dfacebook" data-pagedcontentwrapperid="pi8850-paged-content" data-pagedcontentpagingevent="ui.page.pi8850.paging" data-pagedcontentpagedevent="ui.page.pi8850.paged" data-loadonanyhashchange="false" data-loadingindicator="false" data-configuration="Target=comments&amp;BaseUrl=%2Fpro_nuclear_power_blogs%2Fb%2Fworld_nuclear_news%2Farchive%2F2017%2F08%2F29%2Ftexan-nuclear-plants-run-through-hurricane-harvey%3Futm_source%3Ddlvr.it%26utm_medium%3Dfacebook&amp;PagedContentFile=load.vm&amp;Transition=none" ></div>
</div>

            </div>
<div class="content-fragment-footer"></div>
</div>
</div>
</div>
</div>
<div class="layout-footer"></div>
</div></div><div class="footer-fragments-header"></div>
<div class="footer-fragments" id="ctl04_ctl03_page"><div class="layout">
<div class="layout-header"></div>
<div class="layout-content content" id="ctl04_ctl03_layout">
<div class="layout-region content" id="ctl04_ctl03_content">
<div class="layout-region-inner content"><div class="content-fragment raw-html no-wrapper responsive-1" id="footer-433">
<div class="content-fragment-content">
<div class="user-defined-markup"><br/><div style="text-align: center"><span id="siteseal"><script type="text/javascript" src="https://seal.starfieldtech.com/getSeal?sealID=6CLOoU6S7knyD6QfjrwpZYdWPR78d7D4saawQ4SfGlIHZ1LVLex6fDCNl"></script></span></div>
<p></p>
<div style="text-align: center;"><span style="font-size: 8pt; font-family: Verdana;color: #888888"><a style="text-decoration: none; color: #286ecc;" href="http://nuclearstreet.com/r?2G" target="_blank">Advertise With Us</a> | <a style="text-decoration: none; color: #286ecc;" href="http://nuclearstreet.com/p/nuclear-street-terms-conditions.aspx">Terms and Conditions</a> | <a style="text-decoration: none; color: #286ecc;" href="http://nuclearstreet.com/p/nuclear-street-privacy.aspx">Privacy</a> | <a style="text-decoration: none; color: #286ecc;" href="http://nuclearstreet.com/p/nuclear-street-copyright.aspx">Copyright</a> | <a style="text-decoration: none; color: #286ecc;" href="http://nuclearstreet.com/p/nuclear-street-contact">Contact Us</a></span><br/><br/></div>
<div style="text-align: center;"><span style="color: #888888;">Other Energy Markets: <a href="http://www.renewableenergystreet.com/" target="_blank" style="text-decoration: none; color: #286ecc;">Renewable 
Energy Street</a> | Oil and Gas Street (Coming Soon!)</div>
<div style="text-align: center;" ><span style="color: #888888;">Copyright (c) 2017 NuclearStreet.com - A&nbsp;Media X Group&nbsp;Digital&nbsp;Property</span></div><br/></div></div>
<div class="content-fragment-footer"></div>
</div>
<div class="content-fragment raw-html no-wrapper responsive-1" id="footer-464">
<div class="content-fragment-content">
<div class="user-defined-markup"><!-- Go to www.addthis.com/dashboard to customize your tools -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-52bdb54e49c9dba9" async="async"></script>
</div></div>
<div class="content-fragment-footer"></div>
</div>
<div id="footer-434"></div>
<div id="footer-435"></div>
<div id="footer-436"></div>
<div id="footer-437"></div>
</div>
</div>
</div>
<div class="layout-footer"></div>
</div></div><div class="footer-fragments-footer"></div>


	<script type="text/html" id="site-banner-notification-preferences-template">
		<div class="notification-preference">
			<span class="description">Do not notify me when someone <strong><%: notificationTypeName %></strong>?</span>
			<a href="#" class="confirm internal-link button submit-button" data-notificationtypeid="<%: notificationTypeId %>">Confirm</a>
			<a href="#" class="cancel internal-link button submit-button">Cancel</a>
		</div>
	</script>


	<script type="text/html" id="site-banner-list-template">
		<div>
			<div class="multiple-column-list columns-1">
				<div class="multiple-column-item column-1">
					<ul class="content-list content">
					</ul>
					<div class="loading">Loading...</div>
					<% if(footerContent) { %>
						<div class="content-list-footer">
							<%= footerContent %>
						</div>
					<% } %>
				</div>
			</div>
		</div>
	</script>


	<script type="text/html" id="site-banner-bookmark-filter-template">

		<ul class="navigation-list filter">
			<% if(contentTypeIds && contentTypeIds.length > 0) { %>
				<li class="navigation-item conversations">
					<a class="internal-link" href="#" data-contenttypeids="<%: contentTypeIds %>">Content</a>
				</li>
			<% } %>
			<% if(applicationContentTypeIds && applicationContentTypeIds.length > 0) { %>
				<li class="navigation-item conversations">
					<a class="internal-link" href="#" data-contenttypeids="<%: applicationContentTypeIds %>">Application</a>
				</li>
			<% } %>
			<% if(containerTypes && containerTypes.length > 0) { %>
				<% foreach(containerTypes, function(containerType) {  %>
					<li class="navigation-item conversations">
						<a class="internal-link" href="#" data-contenttypeids="<%: containerType.id %>"><%: containerType.name %></a>
					</li>
				<% }); %>
			<% } %>
		</ul>

	</script>

	<script type="text/html" id="site-banner-notification-filter-template">
		<ul class="navigation-list filter">
			<li class="navigation-item all">
				<a class="internal-link" href="#" data-filter="all">All</a>
			</li>
			<li class="navigation-item unread">
				<a class="internal-link" href="#" data-filter="unread">Unread</a>
			</li>
		</ul>
	</script>

	<script type="text/html" id="site-banner-search-filter-template">
		<% if(places && places.length > 0) { %>
			<ul class="navigation-list filter">
				<% foreach(places, function(place) { %>
					<li class="navigation-item">
						<a class="place internal-link" href="#" data-key="<%: place.key %>" data-value="<%: place.value %>"><%= place.name %></a>
				<% }); %>
			</ul>
		<% } %>

		<% if(filters && filters.length > 0) { %>
			<ul class="navigation-list filter">
			<% foreach(filters, function(filter) {  %>
				<li class="navigation-item">
					<a class="type internal-link" href="#" data-key="<%: filter.key %>"><%= filter.name %></a>
				</li>
			<% }); %>
			</ul>
		<% } %>
	</script>

	<script type="text/html" id="site-banner-user-template">
		<div class="user">
			<div class="avatar">
				<a href="$core_v2_encoding.HtmlAttributeEncode($user.ProfileUrl)">
					<img src="/cfs-filesystemfile/__key/communityserver-components-imagefileviewer/communityserver-components-avatars_2E00_/default.png_2D00_40x40x2.png" />
				</a>
			</div>
			<span class="user-name">
				<a href="$core_v2_encoding.HtmlAttributeEncode($user.ProfileUrl)">Anonymous</a>
			</span>

								</div>

							<ul class="navigation-list user">
																																																																																									</ul>
			</script>


	<script type="text/javascript" src="/cfs-file/__key/widgetfiles/c9932b3229d8453892c87cef53db657e-d/ui.js"></script>
	<script type="text/javascript">
		
		

		
						
		
		jQuery(function(){
			jQuery.telligent.evolution.widgets.siteBanner.register({
				wrapper: '#header-443',

				messagePrefix: 'widget.header-443.',
				banner: jQuery('#header-443_banner'),

				handheldSearchFieldsLink: jQuery('#header-443_handheldSearchFieldsLink'),
				handheldSearchFields: jQuery('#header-443_handheldSearchFields'),
				handheldBannerLinksLink: jQuery('#header-443_handheldBannerLinksLink'),
				handheldBannerLinks: jQuery('#header-443_handheldBannerLinks'),
				searchFields: jQuery('#header-443_searchFields'),
				bannerLinks: jQuery('#header-443_bannerLinks'),
				handheldBannerLinksCount: jQuery('#header-443_handheldBannerLinksCount'),
				bannerSiteLinks: jQuery('#header-443_bannerSiteLinks'),
				handheldSiteLinksLink: jQuery('#header-443_handheldSiteLinksLink'),
				handheldSiteLinks: jQuery('#header-443_handheldSiteLinks'),

				notificationsTemplate: 'site-banner-list-template',
				notificationsUrl: '/utility/scripted-file.ashx?utm_source=dlvr.it\u0026utm_medium=facebook\u0026_cf=notifications.vm\u0026_fid=443\u0026_ct=header\u0026_cp=\u0026_ctt=a3b17ab0af5f11dda3501fcf55d89593\u0026_ctc=0052fb4f0fd24cfaba1b900b261275f2\u0026_ctn=3fc3f82483d14ec485ef92e206116d49\u0026_cc=0\u0026_pcurl=%7e%2fpro_nuclear_power_blogs%2fb%2fworld_nuclear_news%2farchive%2f2017%2f08%2f29%2ftexan-nuclear-plants-run-through-hurricane-harvey%3futm_source%3ddlvr.it%26utm_medium%3dfacebook',
				notificationsLink: jQuery('#header-443_notifications'),
				notificationsUnread: 0,
				notificationListFooterContent: '\u003ca href=\"#\" class=\"mark-read left\"  style=\"display:none\" \u003eMark as Read\u003c/a\u003e\u003ca class=\"right\" href=\"${notificationSettingsUrl}\"\u003eSettings\u003c/a\u003e',
				notificationPreferenceTemplate: 'site-banner-notification-preferences-template',
				notificationssUnreadCountMessageSingular: 'You have {0} unread notification',
				notificationssUnreadCountMessagePlural: 'You have {0} unread notifications',
				notificationsFilterTemplate: 'site-banner-notification-filter-template',

				conversationsTemplate: 'site-banner-list-template',
				conversationsUrl: '/utility/scripted-file.ashx?utm_source=dlvr.it\u0026utm_medium=facebook\u0026_cf=conversations.vm\u0026_fid=443\u0026_ct=header\u0026_cp=\u0026_ctt=a3b17ab0af5f11dda3501fcf55d89593\u0026_ctc=0052fb4f0fd24cfaba1b900b261275f2\u0026_ctn=3fc3f82483d14ec485ef92e206116d49\u0026_cc=0\u0026_pcurl=%7e%2fpro_nuclear_power_blogs%2fb%2fworld_nuclear_news%2farchive%2f2017%2f08%2f29%2ftexan-nuclear-plants-run-through-hurricane-harvey%3futm_source%3ddlvr.it%26utm_medium%3dfacebook',
				conversationsLink: jQuery('#header-443_conversations'),
				conversationsUnread: 0,
				conversationNotificationTypeId: '84e4c0a7-3a17-4dfe-b8a0-d7038aa04a84',
				conversationListFooterContent: '\u003ca href=\"${core_v2_urls.Conversations()}\" class=\"left\"\u003eView All\u003c/a\u003e\u003ca href=\"#\" data-messagename=\"widget.header-443.startconversation\" class=\"right\"\u003eNew Message\u003c/a\u003e',
				conversationsUnreadCountMessageSingular: 'You have {0} unread message',
				conversationsUnreadCountMessagePlural: 'You have {0} unread messages',
				conversationNewConversationModalUrl: '$core_v2_encoding.JavascriptEncode($core_v2_urls.AddConversation())',

				bookmarksTemplate: 'site-banner-list-template',
				bookmarksUrl: '/utility/scripted-file.ashx?utm_source=dlvr.it\u0026utm_medium=facebook\u0026_cf=bookmarks.vm\u0026_fid=443\u0026_ct=header\u0026_cp=\u0026_ctt=a3b17ab0af5f11dda3501fcf55d89593\u0026_ctc=0052fb4f0fd24cfaba1b900b261275f2\u0026_ctn=3fc3f82483d14ec485ef92e206116d49\u0026_cc=0\u0026_pcurl=%7e%2fpro_nuclear_power_blogs%2fb%2fworld_nuclear_news%2farchive%2f2017%2f08%2f29%2ftexan-nuclear-plants-run-through-hurricane-harvey%3futm_source%3ddlvr.it%26utm_medium%3dfacebook',
				bookmarksLink: jQuery('#header-443_bookmarks'),
				bookmarksListFooterContent: '\u003ca class=\"left\" href=\"${bookmarksUrl}\"\u003eView All\u003c/a\u003e',
				bookmarksContentTypes: '$core_v2_encoding.JavascriptEncode($contentTypes)',
				bookmarksApplicationContentTypes: '$core_v2_encoding.JavascriptEncode($applicationContentTypes)',
				bookmarksContainerContentTypes: '$core_v2_encoding.JavascriptEncode($containerContentTypes)',
				bookmarksFilterTemplate: 'site-banner-bookmark-filter-template',
				bookmarksIsBookmarked:  false ,
				bookmarksCurrentContentId: '',
				bookmarksBookmarks: 'Bookmarks',
				bookmarkAdded: 'Bookmark Added',
				bookmarkRemoved: 'Bookmark Removed',

				userPopupTemplate: 'site-banner-list-template',
				userContentTemplate: 'site-banner-user-template',
				userLink: jQuery('#header-443_user'),

				searchTemplate: 'site-banner-list-template',
				searchUrl: '/utility/scripted-file.ashx?utm_source=dlvr.it\u0026utm_medium=facebook\u0026_cf=search.vm\u0026_fid=443\u0026_ct=header\u0026_cp=\u0026_ctt=a3b17ab0af5f11dda3501fcf55d89593\u0026_ctc=0052fb4f0fd24cfaba1b900b261275f2\u0026_ctn=3fc3f82483d14ec485ef92e206116d49\u0026_cc=0\u0026_pcurl=%7e%2fpro_nuclear_power_blogs%2fb%2fworld_nuclear_news%2farchive%2f2017%2f08%2f29%2ftexan-nuclear-plants-run-through-hurricane-harvey%3futm_source%3ddlvr.it%26utm_medium%3dfacebook',
				searchInput: jQuery('#header-443_Search'),
				searchFooterContent: '\u003ca data-messagename=\"widget.header-443.advancedsearch\" class=\"right\" id=\"header-443_advancedsearch\" href=\"#\"\u003eAdvanced Search\u003c/a\u003e',
				searchFilterTemplate: 'site-banner-search-filter-template',
				searchAdvancedUrl: '/search?{0}',
				searchAdvancedUserUrl: '/members?{0}',
				searchFilterContentName: 'Content',
				searchFilterGroupsName: 'Groups',
				searchFilterPeopleName: 'People',
				searchPlaceApplicationId:  '0052fb4f-0fd2-4cfa-ba1b-900b261275f2' ,
				searchPlaceApplicationName:  'In World Nuclear News' ,
				searchPlaceGroupId:  '4dc6cefb-498e-4740-91a6-9639dd7ff0ae' ,
				searchPlaceGroupName:  'In Pro-Nuclear Power Blogs' ,
				searchPlaceAnywhereName: 'Anywhere',
				advancedSearchId: 'header-443_advancedsearch',
				searchShowPeople:  false
									,siteNavigationType: 'custom'
					,siteNavigationUrl: '/utility/scripted-file.ashx?utm_source=dlvr.it\u0026utm_medium=facebook\u0026_cf=custom.vm\u0026_fid=443\u0026_ct=header\u0026_cp=\u0026_ctt=a3b17ab0af5f11dda3501fcf55d89593\u0026_ctc=0052fb4f0fd24cfaba1b900b261275f2\u0026_ctn=3fc3f82483d14ec485ef92e206116d49\u0026_cc=0\u0026_pcurl=%7e%2fpro_nuclear_power_blogs%2fb%2fworld_nuclear_news%2farchive%2f2017%2f08%2f29%2ftexan-nuclear-plants-run-through-hurricane-harvey%3futm_source%3ddlvr.it%26utm_medium%3dfacebook'
					,siteNavigationTemplate: 'site-banner-list-template'
					,siteNavigationLink: jQuery('#header-443_site')
					,siteNavigationTitle:  						''
																,siteNavigationCustomItems:
													[
																			{
								label: 'Home',
								url: 'http://nuclearstreet.com'
							}
													]
																		});
		});
	</script>
		<script>
		jQuery(function(j){
			// no sub-nav on touch
			if(j('body').hasClass('touch'))
				return;

			var container = j('#header-438_container');
			var popup;

			function hideLinksPopup() {
				if(popup) {
					popup.glowPopUpPanel('hide');
				}
			}

			function showLinksPopUp(parent, children) {
				var links = j('<ul></ul>').append(children);
				links.on('mouseleave', function(){
					hideLinksPopup();
				});

				if(popup) {
					hideLinksPopup();
					popup.glowPopUpPanel('empty', '')
						.glowPopUpPanel('append', links)
						.glowPopUpPanel('show', parent);
				} else {
					popup = j('<div></div>')
						.glowPopUpPanel({
							cssClass: 'links-popup-panel',
							zIndex: 1500,
							hideOnDocumentClick: true
						})
						.glowPopUpPanel('append', links)
						.glowPopUpPanel('show', parent)
				}
			}

			container.on('mouseover', '.navigation-list-item a', function(e){
				var elm = j(e.target);
				var children = elm.data('_link_children');
				if(!children) {
					children = elm.closest('li').find('ul.children > li');
					elm.data('_link_children', children);
				}
				if(children && children.length > 0) {
					showLinksPopUp(elm, children);
				}
			});

			container.on('mouseout', '.navigation-list-item a', function(e){
				if(!(e.relatedTarget &&
					(j(e.relatedTarget).is('.links-popup-panel') ||
					j(e.relatedTarget).closest('.links-popup-panel').length > 0)))
					hideLinksPopup();
			});
		});
		</script>
	<script type="text/javascript">
// <![CDATA[
ctl04_ctl01 = new ContentFragmentContainerCustomCallback('ctl04_ctl01',new Function('mode','parameters','callback','errorCallback','context','authValue','ctl04_ctl01_ctl00._doCallback(mode+\':\'+authValue+\':\'+parameters,callback,context,errorCallback);'),'AuthorizationCookie');
// ]]>
</script>	<script type="text/javascript" src="/cfs-file/__key/defaultwidgets/7bb87a0cc5864a9392ae5b9e5f9747b7-0df71baf88f84214bf4a2907d004bc2c/ui.js"></script>
			<script type="text/html" id="telligent.evolution.widgets.moreContent.sliderTemplate">
			<div class="recommended-content-slider-content">
				<a href="#" data-messagename="telligent.evolution.widgets.more.slider.close" class="close">Close</a>
				<% foreach(contents, function(content) { %>
					<h2><%= content.title %></h2>
					<%= content.content %>
				<% }); %>
			</div>
		</script>
		<script type="text/javascript">
	jQuery(document).ready(function() {
		jQuery.telligent.evolution.widgets.moreContent.register({
			wrapper: '#fragment-8843',
			useSlider:  true ,
			title: 'Related Content',
			content: '#pi8843-paged-content',
			sliderTemplate: 'telligent.evolution.widgets.moreContent.sliderTemplate',
			slideAt: 0.8,
			delayedPagedContentWrapper: 'fragment-8843_delayedPagedContentWrapper',
			delayedPagedContentUrl: "/utility/scripted-file.ashx?utm_source=dlvr.it\u0026utm_medium=facebook\u0026_cf=content.vm\u0026_fid=8843\u0026_ct=page\u0026_cp=post\u0026_ctt=a3b17ab0af5f11dda3501fcf55d89593\u0026_ctc=0052fb4f0fd24cfaba1b900b261275f2\u0026_ctn=3fc3f82483d14ec485ef92e206116d49\u0026_cc=0\u0026_pcurl=%7e%2fpro_nuclear_power_blogs%2fb%2fworld_nuclear_news%2farchive%2f2017%2f08%2f29%2ftexan-nuclear-plants-run-through-hurricane-harvey%3futm_source%3ddlvr.it%26utm_medium%3dfacebook"
		});
	});
	</script>
	<script type="text/javascript">
	jQuery(document).ready(function() {
		jQuery.telligent.evolution.widgets.moreContent.register({
			wrapper: '#fragment-8844',
			useSlider:  true ,
			title: 'Recommended Content',
			content: '#pi8844-paged-content',
			sliderTemplate: 'telligent.evolution.widgets.moreContent.sliderTemplate',
			slideAt: 0.8,
			delayedPagedContentWrapper: 'fragment-8844_delayedPagedContentWrapper',
			delayedPagedContentUrl: "/utility/scripted-file.ashx?utm_source=dlvr.it\u0026utm_medium=facebook\u0026_cf=content.vm\u0026_fid=8844\u0026_ct=page\u0026_cp=post\u0026_ctt=a3b17ab0af5f11dda3501fcf55d89593\u0026_ctc=0052fb4f0fd24cfaba1b900b261275f2\u0026_ctn=3fc3f82483d14ec485ef92e206116d49\u0026_cc=0\u0026_pcurl=%7e%2fpro_nuclear_power_blogs%2fb%2fworld_nuclear_news%2farchive%2f2017%2f08%2f29%2ftexan-nuclear-plants-run-through-hurricane-harvey%3futm_source%3ddlvr.it%26utm_medium%3dfacebook"
		});
	});
	</script>
	<script type="text/javascript" src="/cfs-file/__key/defaultwidgets/7bb87a0cc5864a9392ae5b9e5f9747b7-f2a2ded1f5044948a6d1c8ccd0918ebb/ui.js"></script>
	<script type="text/javascript">
	jQuery(document).ready(function(j){
		j.telligent.evolution.widgets.commentForm.register({
			wrapperId: 'fragment-8849',
			contentTypeId: 'f7d226ab-d59f-475c-9d22-4a79e3f0ec07',
			contentId: '67a90211-d0c6-47fb-b21d-b69dce28450c',
			bodyRequiredText: 'Please enter a comment',
			save: j('#fragment-8849_save'),
			bodySelector: '#fragment-8849_body',
			successMessage: 'Your comment has been posted.',
			moderateMessage: 'Thank you, your comment requires moderation so it may take a while to appear.',
			errorMessage: 'There was an error saving your comment.',
			publishingText: 'Posting'
		});
	});
	</script>
    <script type="text/javascript" src="/cfs-file/__key/defaultwidgets/7bb87a0cc5864a9392ae5b9e5f9747b7-e4e96f3241434dc7bc4a04d39c30192f/ui.js"></script>
    <script type="text/javascript">
    jQuery(document).ready(function() {
        jQuery.telligent.evolution.widgets.comments.register({
            wrapper:jQuery('#pi8850-paged-content'),
            errorText:'Error retrieving comments.',
            loadingText:'Loading comments...',
            loadCommentsUrl:'/utility/scripted-file.ashx?utm_source=dlvr.it\u0026utm_medium=facebook\u0026_cf=load.vm\u0026_fid=8850\u0026_ct=page\u0026_cp=post\u0026_ctt=a3b17ab0af5f11dda3501fcf55d89593\u0026_ctc=0052fb4f0fd24cfaba1b900b261275f2\u0026_ctn=3fc3f82483d14ec485ef92e206116d49\u0026_cc=0\u0026_pcurl=%7e%2fpro_nuclear_power_blogs%2fb%2fworld_nuclear_news%2farchive%2f2017%2f08%2f29%2ftexan-nuclear-plants-run-through-hurricane-harvey%3futm_source%3ddlvr.it%26utm_medium%3dfacebook',
            deleteVerificationText:'Are you sure you want to delete this comment?',
            baseUrl:'/pro_nuclear_power_blogs/b/world_nuclear_news/archive/2017/08/29/texan-nuclear-plants-run-through-hurricane-harvey?utm_source=dlvr.it\u0026utm_medium=facebook',
            contentTypeId: 'f7d226ab-d59f-475c-9d22-4a79e3f0ec07',
            contentId: '67a90211-d0c6-47fb-b21d-b69dce28450c',
			pagedMessage: 'ui.page.pi8850.paged',
			pageIndexQueryStringKey: 'pi8850',
			editCommentUrl : '/utility/scripted-file.ashx?utm_source=dlvr.it\u0026utm_medium=facebook\u0026_cf=editComment.vm\u0026_fid=8850\u0026_ct=page\u0026_cp=post\u0026_ctt=a3b17ab0af5f11dda3501fcf55d89593\u0026_ctc=0052fb4f0fd24cfaba1b900b261275f2\u0026_ctn=3fc3f82483d14ec485ef92e206116d49\u0026_cc=0\u0026_pcurl=~%2Fpro_nuclear_power_blogs%2Fb%2Fworld_nuclear_news%2Farchive%2F2017%2F08%2F29%2Ftexan-nuclear-plants-run-through-hurricane-harvey%3Futm_source%3Ddlvr.it%26utm_medium%3Dfacebook\u0026CommentID=%7B0%7D'
        });
    });
    </script>
<script type="text/javascript">
// <![CDATA[
ctl04_ctl02 = new ContentFragmentContainerCustomCallback('ctl04_ctl02',new Function('mode','parameters','callback','errorCallback','context','authValue','ctl04_ctl02_ctl00._doCallback(mode+\':\'+authValue+\':\'+parameters,callback,context,errorCallback);'),'AuthorizationCookie');
// ]]>
</script>	<script type="text/javascript" src="/cfs-file/__key/defaultwidgets/7bb87a0cc5864a9392ae5b9e5f9747b7-212f71d69e37457887f33f32918f6ae2/ui.js"></script>
	<script type="text/javascript">
		jQuery(function(){
			jQuery.telligent.evolution.widgets.userHover.register({
				getUserInformationUrl: '/utility/scripted-file.ashx?utm_source=dlvr.it\u0026utm_medium=facebook\u0026_cf=get-user-information.vm\u0026_fid=434\u0026_ct=footer\u0026_cp=post\u0026_ctt=a3b17ab0af5f11dda3501fcf55d89593\u0026_ctc=0052fb4f0fd24cfaba1b900b261275f2\u0026_ctn=3fc3f82483d14ec485ef92e206116d49\u0026_cc=0\u0026_pcurl=%7e%2fpro_nuclear_power_blogs%2fb%2fworld_nuclear_news%2farchive%2f2017%2f08%2f29%2ftexan-nuclear-plants-run-through-hurricane-harvey%3futm_source%3ddlvr.it%26utm_medium%3dfacebook',
				getRecentActivityUrl: '/utility/scripted-file.ashx?utm_source=dlvr.it\u0026utm_medium=facebook\u0026_cf=get-recent-activity.vm\u0026_fid=434\u0026_ct=footer\u0026_cp=post\u0026_ctt=a3b17ab0af5f11dda3501fcf55d89593\u0026_ctc=0052fb4f0fd24cfaba1b900b261275f2\u0026_ctn=3fc3f82483d14ec485ef92e206116d49\u0026_cc=0\u0026_pcurl=%7e%2fpro_nuclear_power_blogs%2fb%2fworld_nuclear_news%2farchive%2f2017%2f08%2f29%2ftexan-nuclear-plants-run-through-hurricane-harvey%3futm_source%3ddlvr.it%26utm_medium%3dfacebook'
			});
		});
	</script>
	<script type="text/html" id="footer-436_tip_template">
		<div class="tourtip">
			<div class="tourtip-message">
				<%= message %>
			</div>
			<ul class="tourtip-actions">
				<% if(state.index() > 0) { %>
					<li>
						<a href="#" class="tourtip-previous">Previous</a>
					</li>
				<% } %>
				<% if(state.index() < (state.count() - 1)) { %>
					<li>
						<a href="#" class="tourtip-next">Next</a>
					</li>
				<% } %>
				<% if(state.index() === (state.count() - 1)) { %>
					<li>
						<a href="#" class="tourtip-finish">Ok, got it!</a>
					</li>
				<% } else { %>
					<li>
						<a href="#" class="ui-tip tourtip-skip" title="Continue this tour in 10 minutes.">Later</a>
					</li>
				<% } %>
			</ul>
		</div>
	</script>
	<script type="text/javascript" src="/cfs-file/__key/defaultwidgets/7bb87a0cc5864a9392ae5b9e5f9747b7-22e271b19ea14e54a503441c1f4f167e/ui.js"></script>
	<script type="text/javascript">
	jQuery(function(){
		jQuery.telligent.evolution.widgets.tourTips.register({
			tipTemplate: 'footer-436_tip_template',
			minWidth: 570,
			suppressDuration: 600
		});
	});
	</script>
	<script type="text/javascript">
	//<![CDATA[

        jQuery.telligent.evolution.ui.components.moderate.defaults = {
    		reportedText: 'Thank you for your report',
    		flagText: 'Flag as spam/abuse',
    		flaggedText: 'Flagged as spam/abuse'
    	};
	//]]>
	</script>
<script type="text/javascript">
// <![CDATA[
ctl04_ctl03 = new ContentFragmentContainerCustomCallback('ctl04_ctl03',new Function('mode','parameters','callback','errorCallback','context','authValue','ctl04_ctl03_ctl00._doCallback(mode+\':\'+authValue+\':\'+parameters,callback,context,errorCallback);'),'AuthorizationCookie');
// ]]>
</script><script type="text/javascript">
// <![CDATA[
window.ctl04_ctl01_ctl00 = new Telligent_CallbackManager('ctl04_ctl01_ctl00','ctl04$ctl01$ctl00','ctl03');
// ]]>
</script><script type="text/javascript">
// <![CDATA[
window.ctl04_ctl02_ctl00 = new Telligent_CallbackManager('ctl04_ctl02_ctl00','ctl04$ctl02$ctl00','ctl03');
// ]]>
</script><script type="text/javascript">
// <![CDATA[
window.ctl04_ctl03_ctl00 = new Telligent_CallbackManager('ctl04_ctl03_ctl00','ctl04$ctl03$ctl00','ctl03');
// ]]>
</script></form>
<!--
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
<rdf:Description
rdf:about="http://nuclearstreet.com/pro_nuclear_power_blogs/b/world_nuclear_news/archive/2017/08/29/texan-nuclear-plants-run-through-hurricane-harvey"
dc:identifier="http://nuclearstreet.com/pro_nuclear_power_blogs/b/world_nuclear_news/archive/2017/08/29/texan-nuclear-plants-run-through-hurricane-harvey"
dc:title="Texan nuclear plants run through Hurricane Harvey"
trackback:ping="http://nuclearstreet.com/pro_nuclear_power_blogs/b/world_nuclear_news/trackback?WeblogPostId=44204" />
</rdf:RDF>
-->
<!-- Quantcast Tag -->
<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);
})();

_qevents.push({
qacct:"p-kYvTNVg5c9_-b"
});
</script>

<noscript>
<div style="display:none;">
<img src="//pixel.quantserve.com/pixel/p-kYvTNVg5c9_-b.gif" border="0" height="1" width="1" alt="Quantcast"/>
</div>
</noscript>
<!-- End Quantcast tag --></body></html>