<!DOCTYPE html>

<html lang="en-US">
<head>
<meta name="referrer" content="always" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Find Haunted Houses - Best Haunts - Haunted Attractions | HauntWorld</title>
<meta property="og:title" content="Find Haunted Houses - Best Haunts - Haunted Attractions | HauntWorld" />
<meta property="og:type" content="website" />
<meta name="keywords" content="HauntWorld, Haunted Houses, Halloween Attractions, Haunted Attractions, Haunted Hayrides, Find Ghost Tours, Real Haunted Houses, Haunt directory, Haunted House directory, Haunted Houses events, scary Houses, scariest Haunts, scariest Haunted Houses, Haunt portal, online, america's Haunts, america's Haunted Houses, HauntedHouse, Find Corn Mazes, Find Pumpkin Patches, Escape rooms Zombies, Find Escape rooms, 13 Haunts, 13 Haunted Houses, 2019 Haunted Houses, 2019 Horror Events, Top Haunted Houses 2019, Trending Haunts, Trending Haunted Houses, Trending Haunted Attractions, Trending Horror Attractions, Trending Hayrides, Haunts Profile, Haunts Listing, haunted house locator, haunted houses around me, haunted attraction reviews, 2018 haunted houses, attraction finder, Top haunts, Best Haunts, America's Haunts, haunts around me, Nearby haunts, Find Haunts, find horror houses, haunted house finder, haunts Tradeshow, find real haunts, haunt finder, haunted house ratings, Haunted Attraction places, Haunts Attraction places, Scariest Haunted Houses" />
<meta name="description" content="Find Best Haunted Houses near you across America. Top Haunted Houses, Real Haunts, Hayrides, Corn Mazes, Pumpkin Patches, Halloween Attractions and many more you will find in Hauntworld directory website." />
<meta property="og:description" content="Find Best Haunted Houses near you across America. Top Haunted Houses, Real Haunts, Hayrides, Corn Mazes, Pumpkin Patches, Halloween Attractions and many more you will find in Hauntworld directory website." />
<meta property="og:url" content="https://www.hauntworld.com" />
<base href="https://www.hauntworld.com/" />
<link rel="canonical" href="https://www.hauntworld.com" />
<link rel="shortcut icon" href="/hho.ico" />
<meta property="og:locale" content="en_US" />
<meta property="og:image" content="//d2eztu95ca7dqr.cloudfront.net/data/images/hauntworldfacebook.jpg" />
<meta property="og:image:url" content="//d2eztu95ca7dqr.cloudfront.net/data/images/hauntworldfacebook.jpg" />
<meta property="og:image:secure_url" content="https://d2eztu95ca7dqr.cloudfront.net/data/images/hauntworldfacebook.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="fb:admins" content="100001586293009"/>
<meta property="fb:app_id" content="157814444240305"/>
<meta name="verify-v1" content="0jvClRgLlYe/+y0G/3oMu8lu2FSTRKc+vUFGoZGubgU=" />
<meta name="google-site-verification" content="QAAWIDMdcNRBNQGSDz8skEUwXHNoIiMmV9NLLJNg598" />
<meta name="google-site-verification" content="i2SoTbAxuIiywT5Vjd5c90T4Si0wI7hxr2mMtiH_0yA" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<meta name="robots" content="All" />
<meta name="robots" content="index,follow" />
<meta name="revisit-after" content="14 days" />
<meta name="rating" content="General" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="Global" />
<meta name="publisher" content="Hauntworld.com" />
<meta name="copyright" content="Copyright 2026 Hauntworld.com, All Rights Reserved" />
<script type="text/javascript" src="https://d2eztu95ca7dqr.cloudfront.net/hw/javascript/jquery.js" ></script>
<link type="text/css" href="https://d2eztu95ca7dqr.cloudfront.net/hw/style/superhero.bootstrap.min.css" rel="stylesheet" />
<link type="text/css" href="https://d2eztu95ca7dqr.cloudfront.net/hw/style/hauntworld.css" rel="stylesheet" />

		<script type="text/javascript">
			function funclick(url){
				var frm= document.frmsearch;
				if($("#profileid").val().trim() <= 0){
					alert("Select Attraction");
					return false;
				}
				if(url > 0){
					$("#stateid").val(url);
				}
				frm.action="/hauntworld/serachStatepage";
				frm.submit();
			}
			$(document).ready(function(){    
				var maxChars = 300;
				var ellips = "...";
				$(".blogtitle").each(function() {
					$(this).find("a").removeAttr("style");
				});
				$(".article").each(function() {
					var text = $(this).find(".text.full").text();
					var html = $(this).find(".text.full").html();

					var tmp = document.createElement("DIV");
					tmp.innerHTML = html;
					html = tmp.textContent || tmp.innerText || "";

					if(text.length > maxChars){
						var shortHtml = html.substring(0, maxChars - 3) + "<span class='ellips'>" + ellips + "</span>";
					}else{
						var shortHtml = html.substring(0, maxChars - 3);
					}
					$(this).find(".text.short").html(shortHtml);            
				});
				$(".read-more").click(function(){        
					var readMoreText = "Read More";
					var readLessText = "Read Less";        
					var $shortElem = $(this).parent().find(".text.short");
					var $fullElem = $(this).parent().find(".text.full");        

					if($shortElem.is(":visible"))
					{           
						$shortElem.hide();
						$fullElem.animate({height:'toggle'},1000,function(){$fullElem.show()});
						$(this).text(readLessText);
					}
					else
					{
						$shortElem.show();
						$fullElem.animate({height:'toggle'},1000,function(){$fullElem.hide()});
						$(this).text(readMoreText);
					}       
				});
				// $(".gsc-search-button").addClass("btn btn-hauntworld").removeClass("gsc-search-button");
				$(".gsc-input:first").css("padding-right","5px");
				/* window.twttr = (function (d,s,id) {
				  var t, js, fjs = d.getElementsByTagName(s)[0];
				  if (d.getElementById(id)) return; js=d.createElement(s); js.id=id;
				  js.src="https://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs);
				  return window.twttr || (t = { _e: [], ready: function(f){ t._e.push(f) } });
				}(document, "script", "twitter-wjs")); */


			});
			$(window).bind("scroll load resize", function(){    
			  if($('.fblikebox').html() == '&nbsp;'){
				var container_width = $('.fblikebox').width();    
				$('.fblikebox').html('<div class="fb-like-box" ' + 
				'data-href="https://www.facebook.com/pages/HauntWorldcom-Haunted-Houses-and-Halloween-Attractions/201746133173856"' +
				' data-width="' + container_width + '" data-height="400" data-show-faces="false" ' +
				'data-stream="true" data-header="false" style="margin-left: 1px;"></div>');
				FB.XFBML.parse( );   
			  }
			}); 
			function validate(){
				if($("#_searchquery").val().trim().length == 0){
					alert("Enter text to search...");
				}
				else{
					var frm = window.document.searchhaunt;
					frm.page.value = 1;
					frm.submit();
				}
			}
		</script>
		<style type="text/css">
			#map-canvas {
				margin-top: 0px !important;
			}
			.mapWrapper{
				min-height: 350px;
				display: inline;
			}
			.select2-results, .select2-selection {
				background: #4e4e4e;
			}
			.select2-container .select2-selection--single{
				border-radius: 0px;
			}
			.jconfirm .jconfirm-box{
				background: #484848 !important;
			}
			.jconfirm.white .jconfirm-box .buttons button.btn-default {
				box-shadow: none;
				color: #fff !important;
				font-family: 'OpenSans-SemiBold' !important;
			}
			.jconfirm .jconfirm-box div.title {
				font-size: 24px !important;
				font-family: inherit !important;
				padding: 10px 15px 5px !important;
				font-weight: normal !important;
			}
			.select2-container--default .select2-selection--single{
				border-radius: 0px !important;
			}
		</style>
		<script type='application/ld+json'>
			{  
				"@context":"https://schema.org",
				"@graph":[  
					{  
						"@type":"Organization",
						"@id":"https://www.hauntworld.com/#organization",
						"name":"Find Haunted Houses",
						"url":"https://www.hauntworld.com/",
						"sameAs":[  ]
					},
					{  
						"@type":"WebSite",
						"@id":"https://www.hauntworld.com/#website",
						"url":"https://www.hauntworld.com/",
						"name":"Find Haunted Houses",
						"publisher":{  
							"@id":"https://www.hauntworld.com/#organization"
						},
						"potentialAction":{  
							"@type":"SearchAction",
							"target":"https://www.hauntworld.com/?s={search_term_string}",
							"query-input":"required name=search_term_string"
						}
					},
					{  
						"@type":"WebPage",
						"@id":"https://www.hauntworld.com/#webpage",
						"url":"https://www.hauntworld.com/",
						"inLanguage":"en-US",
						"name":"Find Haunted Houses - Best Haunts - Haunted Attractions | HauntWorld",
						"isPartOf":{  
							"@id":"https://www.hauntworld.com/#website"
						},
						"about":{  
							"@id":"https://www.hauntworld.com/#organization"
						},
						"datePublished":"2018-12-02T21:59:21+00:00",
						"dateModified":"2019-07-29T20:09:45+00:00",
						"description":"At HauntWorld you will Find - Top Haunted Houses, Real Haunts, Hayrides, Corn Mazes, Pumpkin Patches, HauntedHouses & more Near You."
					}
				]
			}
		</script>
		<script type="text/javascript" src="https://d2eztu95ca7dqr.cloudfront.net/hw/javascript/jquery.validate.js"></script>
	
        <script type="text/javascript">
            function setCookie(cname) {
                cname = cname.toUpperCase();
                if(checkCookie(cname) && getCookie(cname) == "true"){
                    cvalue = "false";
                }
                else{
                    cvalue = "true";
                }
                var expires = "expires=Session";
                document.cookie = cname+"="+cvalue+"; "+expires+"; path=/";
                window.location.reload();
            }

            function getCookie(cname) {
                var name = cname + "=";
                var ca = document.cookie.split(';');
                for(var i=0; i < ca.length; i++) {
                    var c = ca[i];
                    while (c.charAt(0)==' ') c = c.substring(1);
                    if (c.indexOf(name) == 0) {
                        return c.substring(name.length, c.length);
                    }
                }
                return "";
            }
		</script>
		
    </head>
<body>
<div class="container outer-content">
<div class="row">
<div class="col-md-12 main-content col-sm-12 col-xs-12">
<style type="text/css">
.sepdot {
padding:2px 0 2px 0 !important;
}
</style>
<script type="text/javascript">
$(document).ready(function() {
$('.navbar a.dropdown-toggle').on('click', function(e) {
var $el = $(this);
var $parent = $(this).offsetParent(".dropdown-menu");
$(this).parent("li").toggleClass('open');
if(!$parent.parent().hasClass('nav')) {
$el.next().css({"top": $el[0].offsetTop, "left": $parent.outerWidth() - 4});
}
$('.nav li.open').not($(this).parents("li")).removeClass("open");
return false;
})
});
</script>
<div class="row content-header">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4 hidden-xs">
<a href="https://www.hauntworld.com/haunted-houses">
<img src="https://s3.amazonaws.com/hauntworld/hw/images/newtheme/hwlogo.png" alt="hauntworldlogo" class="img-responsive" />
</a>
</div>
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12 text-center">
<img src="https://s3.amazonaws.com/hauntworld/hw/images/newtheme/headertext.png" alt="hauntworldlogo" class="img-responsive" style="margin: 2% auto;" />
</div>
</div>
<div class="row mt-3 mb-2">
<div class="col-xs-12 col-sm-12 col-md-12 no-padding">
<nav class="navbar navbar-static-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand hidden-lg hidden-md hidden-sm col-xs-6" href="https://www.hauntworld.com/"><img src="https://s3.amazonaws.com/hauntworld/hw/images/newtheme/hwlogo.png" alt="hauntworldlogo" class="brand-image" style="height:50px;" /></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav no-padding">
<li><a href="https://www.hauntworld.com/haunted-houses">HOME</a></li>
<li class="dropdown"><a class="dropdown-toggle " data-toggle="dropdown" href="javascript:void(0);">FIND ATTRACTIONS</a>
<ul class="dropdown-menu" role="menu">
<li><a href="/americas-scariest-best-haunted-houses">HAUNTED HOUSES</a></li>
<li><a href="/haunted-hayrides-directory-find-by-state">HAYRIDES</a></li>
<li><a href="/featured-article/america-best-haunted-houses-2018-top-13-scariest-haunts">Top 13 Haunted Houses 2018</a></li>
<li><a href="/escape-rooms-directory-find-by-state">ESCAPE GAMES</a></li>
<li><a href="/find-pick-your-own-pumpkin-patches-hayrides-corn-mazes-and-halloween-fun">PUMPKIN PATCHES</a></li>
<li><a href="/find-corn-mazes-across-america">CORN MAZES</a></li>
<li><a href="/find-real-haunted-houses-ghost-tours-and-scary-attractions">GHOST TOURS</a></li>
</ul>
</li>
<li class="dropdown"><a class="dropdown-toggle " data-toggle="dropdown" href="javascript:void(0);">PODCAST/NEWS</a>
<ul class="dropdown-menu" role="menu">
<li><a href="/haunted-house-halloween-news">HAUNT NEWS</a></li>
<li><a href="https://soundcloud.com/hauntworld" target="_blank">PODCAST</a></li>
</ul>
</li>
<li><a href="/americas-best-haunted-houses-halloweens">AMERICA&#39;S BEST HAUNTS</a></li>
<li class="dropdown"><a class="dropdown-toggle " data-toggle="dropdown" href="javascript:void(0);">FRIGHT FORUMS</a>
<ul class="dropdown-menu"><!-- li><a href="https://forums.hauntworld.com/" target="_blank">Fright Forum Board</a></li -->
<li><a href="https://www.facebook.com/groups/hauntworldfrightforum/" target="_blank">Fright Forum Facebook Group</a></li>
</ul>
</li>
<!-- li><a href="https://www.hauntworld.com/haunted-house-magazine">HAUNT MAGAZINE</a></li -->
<li><a href="http://www.hauntedhousesupplies.com/" target="_blank">HAUNT SUPPLIES</a></li>
<li class="dropdown"><a class="dropdown-toggle " data-toggle="dropdown" href="javascript:void(0);">HAUNT VENDORS</a>
<ul class="dropdown-menu">
<li><a href="/haunted-house-suppliers">FIND VENDORS</a></li>
<li><a href="http://www.hauntedhousesupplies.com/" target="_blank">HAUNTED HOUSE SUPPLIES</a></li>
<li><a href="/haunted-house-tradeshows">FIND TRADE SHOWS</a></li>
</ul>
</li>
<li class="dropdown"><a class="dropdown-toggle " data-toggle="dropdown" href="javascript:void(0);">INDUSTRY INFO</a>
<ul class="dropdown-menu">
<li><a href="/haunted-house-halloween-news/page-1">HAUNTED NEWS</a></li>
<li><a href="/haunted-attraction-information">HAUNTED HISTORY/FACTS</a></li>
<li><a href="/haunted-house-suppliers">FIND VENDORS</a></li>
<li><a href="/haunted-house-tradeshows">FIND TRADESHOWS</a></li>
<li><a href="/halloween-attractions-and-haunted-attractions">HALLOWEEN INFO</a></li>
</ul>
</li>
<li class="dropdown"><a class="dropdown-toggle " data-toggle="dropdown" href="javascript:void(0);">CONTACT</a>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="/haunted-house-association-contact-information">CONTACT HAUNTWORLD</a></li>
<li><a href="/haunted-house-marketing">ADVERTISE</a></li>
<li><a href="/haunted-house-halloween-links">LINKS</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
<div class="row">
<div class="col-md-9 col-sm-9 col-xs-12 text-small text-regular mt-3 mb-3">
Find Haunted Houses near you using our online haunt finder directory.&nbsp; Hauntworld also helps people rate and review haunted attractions.&nbsp; Hauntworld helps you find haunted houses by city, state, or zip code.&nbsp; Hauntworld has reviewed more than 200 haunted houses across America and Canada.&nbsp; Hauntworld features over 7,500 different haunted attractions near you including haunted houses, hayrides, corn mazes, pumpkin patches, escape rooms, ghost tours, real haunted houses, and Halloween attractions.&nbsp;&nbsp; Hauntworld also reviews and rates the scariest haunted houses open near you with our annual Hauntworld Top 13 Haunts, America&#39;s Scariest Haunted House list.&nbsp; If you own or operate a Halloween haunted house all listings are 110% Free so be our guest and upload your attraction to our massive data base of the biggest, scariest, and most fun attractions in North America.&nbsp;&nbsp;
</div>
<div class="col-md-3 col-sm-3 col-xs-12 mt-md-4 text-center mb-sm-3">
<a href="https://www.youtube.com/channel/UCT4z4EFSVIO_hNkcBkeuaaQ" style="text-decoration:none;" target="_blank"><img src="https://s3.amazonaws.com/hauntworld/hw/images/youtube-logo.png" alt="" class="proImage" width="55" height="55"/></a>
<a href="https://www.tiktok.com/@hauntworld" style="text-decoration:none;" target="_blank"><img src="https://s3.amazonaws.com/hauntworld/hw/images/tiktok-logo.png" alt="" class="proImage" width="55" height="55"/></a>
<a href="https://www.instagram.com/hauntworld/" style="text-decoration:none;margin-left: -4px;" target="_blank"><img src="https://s3.amazonaws.com/hauntworld/hw/images/instagram-logo.png" alt="" class="proImage" width="55" height="55"/></a>
<a href="https://www.facebook.com/HauntworldHauntedHouse" style="text-decoration:none;" target="_blank"><img src="https://s3.amazonaws.com/hauntworld/hw/images/facebook-logo.png" alt="" class="proImage" width="55" height="55"/></a>
</div>
</div>
<div class="row">
<div class="col-md-9 col-sm-6 col-xs-12">
<div class="panel hw-panel-default searchpanel">
<div class="hw-panel-heading text-center">
<h1 style="margin: 0px;font-size: 18px;color: #FFF;padding-top: 3px;padding-bottom: 5px;">
FIND HAUNTED HOUSES NEAR YOU
</h1>
</div>
<div class="hw-panel-body">
<div class="row">
<div class="hidden-md hidden-sm hidden-lg col-md-12 col-sm-12 col-xs-12 text-center" style="padding-top: 0px;padding-bottom: 15px;border-bottom: 1px dotted gray;margin-bottom:15px;">
<a href="/hauntworld/findhauntnearyou"><span style="font-size: 18px;color:#f48500!important;"><i class="fa fa-map-marker" aria-hidden="true">&nbsp;</i>Find Haunt Near You <sup><i class="fa fa-external-link small" aria-hidden="true" style="font-size: 12px;"></i></sup></span></a>
</div>
</div>
<div class="row" style="padding-bottom:7px;font-size:13px;margin-top: -10px;">
<div class="col-md-12 hidden-md hidden-sm hidden-lg text-center text-warning" style="font-family: OpenSans-SemiBold;">
Search By State OR ZIP Code
</div>
</div>
<div class="row">
<div class="col-md-5 col-sm-12 col-xs-12">
<script type="text/javascript">
function searchpumpkin(){
var frm= document.frmsearch;
frm.action="/hauntworld/serachStatepage";
frm.submit();
}
</script>
<div class="row">
<div class="col-md-12">
<form name="frmsearch" class="form-horizontal">
<div class="form-group">
<label style="font-size:13px;" for="profileid" class="col-sm-5 control-label hidden-xs no-left-padding">Type Of Attraction</label>
<div class="col-sm-7 no-left-padding">
<select NAME="profileid" id="profileid" class="form-control input-xs">
<option value="" >Select Attraction</option>
<option value="1" selected="selected">Haunted Houses</option>
<option value="6" >Haunted Hayrides</option>
<option value="4" >Pumpkin Patch</option>
<option value="5" >Corn Mazes</option>
<option value="3" >Ghost Tours </option>
<option value="8" >Escape Rooms</option>
</select>
</div>
</div>
<div class="form-group">
<label style="font-size:13px;" class="col-sm-5 control-label hidden-xs no-left-padding">State</label>
<div class="col-sm-7 no-left-padding">
<select name="stateid" id="stateid" class="form-control input-xs">
<option value="0">Select State</option>
<option VALUE="1" >Alabama</option>
<option VALUE="2" >Alaska</option>
<option VALUE="3" >Arizona</option>
<option VALUE="4" >Arkansas</option>
<option VALUE="5" >California</option>
<option VALUE="6" >Colorado</option>
<option VALUE="7" >Connecticut</option>
<option VALUE="8" >Delaware</option>
<option VALUE="9" >District of Columbia</option>
<option VALUE="10" >Florida</option>
<option VALUE="11" >Georgia</option>
<option VALUE="12" >Hawaii</option>
<option VALUE="13" >Idaho</option>
<option VALUE="14" >Illinois</option>
<option VALUE="15" >Indiana</option>
<option VALUE="16" >Iowa</option>
<option VALUE="17" >Kansas</option>
<option VALUE="18" >Kentucky</option>
<option VALUE="19" >Louisiana</option>
<option VALUE="20" >Maine</option>
<option VALUE="21" >Maryland</option>
<option VALUE="22" >Massachusetts</option>
<option VALUE="23" >Michigan</option>
<option VALUE="24" >Minnesota</option>
<option VALUE="25" >Mississippi</option>
<option VALUE="26" >Missouri</option>
<option VALUE="27" >Montana</option>
<option VALUE="28" >Nebraska</option>
<option VALUE="29" >Nevada</option>
<option VALUE="30" >New Hampshire</option>
<option VALUE="31" >New Jersey</option>
<option VALUE="32" >New Mexico</option>
<option VALUE="33" >New York</option>
<option VALUE="34" >North Carolina</option>
<option VALUE="35" >North Dakota</option>
<option VALUE="36" >Ohio</option>
<option VALUE="37" >Oklahoma</option>
<option VALUE="38" >Oregon</option>
<option VALUE="39" >Pennsylvania</option>
<option VALUE="40" >Rhode Island</option>
<option VALUE="41" >South Carolina</option>
<option VALUE="42" >South Dakota</option>
<option VALUE="43" >Tennessee</option>
<option VALUE="44" >Texas</option>
<option VALUE="45" >Utah</option>
<option VALUE="46" >Vermont</option>
<option VALUE="47" >Virginia</option>
<option VALUE="48" >Washington</option>
<option VALUE="49" >West Virginia</option>
<option VALUE="50" >Wisconsin</option>
<option VALUE="51" >Wyoming</option>
<option VALUE="52" >Newfoundland</option>
<option VALUE="53" >Nova Scotia</option>
<option VALUE="54" >New Brunswick</option>
<option VALUE="55" >Quebec</option>
<option VALUE="56" >Ontario</option>
<option VALUE="57" >Manitoba</option>
<option VALUE="58" >Saskatchewan</option>
<option VALUE="59" >Alberta</option>
<option VALUE="60" >British Columbia</option>
<option VALUE="61" >Northwest Territories</option>
<option VALUE="62" >Yukon</option>
<option VALUE="63" >International</option>
</select>
</div>
</div>
<div class="form-group hidden-xs">
<label style="font-size:13px;" class="col-sm-5 control-label hidden-xs no-left-padding">City</label>
<div class="col-sm-7 no-left-padding">
<input type="text" name="city" value="" size="14" class="form-control input-xs" placeholder="City" />
</div>
</div>
<div class="form-group mb-2">
<label style="font-size:13px;" class="col-sm-5 control-label hidden-xs no-left-padding">ZIP Code/Distance</label>
<div class="col-md-3 col-sm-4 col-xs-6 no-left-padding">
<input type="text" size="14" name="zipcode" value="" class="form-control input-xs" placeholder="ZIP Code" />
</div>
<div class="col-md-4 col-sm-3 col-xs-6 no-left-padding">
<select name="miles" class="form-control input-xs">
<option value=""> Distance(Miles) </option>
<option value="25" >25 Miles</option>
<option value="50" >50 Miles</option>
<option value="75" >75 Miles</option>
<option value="100" selected="selected">100 Miles</option>
<option value="200" >200 Miles</option>
<option value="300" >300 Miles</option>
</select>
</div>
</div>
<div class="form-group hidden-xs" style="margin-bottom:0px;">
<div class="col-md-offset-5 col-sm-7 no-left-padding">
<input type="checkbox" value="1" name="isphoto" id="isphoto" />
<label style="font-size:13px;" class="control-label" for="isphoto">Has Photos/Videos</label>
</div>
</div>
<div class="form-group hidden-xs" style="margin-bottom:0px;">
<div class="col-md-offset-5 col-sm-7 no-left-padding">
<input type="checkbox" value="views DESC" name="orderby" id="orderby" />
<label style="font-size:13px;" class="control-label no-left-padding" for="orderby">Most Viewed</label>
</div>
</div>
<div class="form-group hidden-xs" style="margin-bottom:10px;">
<div class="col-md-offset-5 col-sm-7 no-left-padding">
<input type="checkbox" value="6" name="isopenmonth" id="isopenmonth" />
<label style="font-size:13px;" class="control-label no-left-padding" for="isopenmonth">Open This Month</label>
</div>
</div>
<div class="form-group mt-2">
<div class="col-md-offset-5 col-md-5 col-sm-5 col-xs-12 text-left no-left-padding">
<a href="javascript:void(0);" class="btn btn-hauntworld" style="text-decoration:none;" onclick="return searchpumpkin();">
FIND
</a>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="col-md-7 col-sm-12 col-xs-12 no-padding">
<div class="hidden-md hidden-lg col-xs-12 text-center text-warning" style="padding-top: 5px;border-top: 1px dotted gray;padding-bottom:7px;font-size:13px;font-family: OpenSans-SemiBold;">
Search By Map
</div>
<div class="mapWrapper">
<div id="map"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 no-left-padding hidden-xs">
<div class="youtubevideoblock mb-4 mt-2">
<a href="//www.youtube.com/watch?v=SMt53wW92w4&autoplay=1&controls=0&rel=0&showinfo=0&modestbranding=1&loop=1" rel="prettyPhoto">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" alt="" data-src='https://img.youtube.com/vi/SMt53wW92w4/hqdefault.jpg' />
</a>
</div>
<div class="panel hw-panel-default searchpanel p-0 m-0 mt-3 mb-4">
<div class="hw-panel-body">
<h4 class="content-title" style="font-size: 16px;margin-bottom: 0px;text-align: center;">SIGN UP FOR OUR NEWSLETTER</h4>
<div class="row pt-4">
<div class="p-0 col-md-2 col-sm-3 col-xs-12 text-md-right resopnsive-center mt-1"><label style="font-size:14px;">Email</label></div>
<div class="col-md-7 col-sm-6 col-xs-12 pl-3 pr-1"><input type="text" name="subscribeemail" id="subscribeemail" value="" size="14" class="form-control input-xs" placeholder="Enter Email Address" /></div>
<div class="p-0 col-md-2 col-sm-3 col-xs-12 text-md-left resopnsive-center"><a href="javascript:void(0);" class="btn btn-hauntworld pt-1 pb-1 pl-3 pr-3 subscribenow" style="font-size: 13px !important;">SUBMIT</a></div>
</div>
</div>
</div>
<div class="panel hw-panel-default searchpanel p-0">
<div class="hw-panel-body">
<h4 class="content-title" style="font-size: 14px;margin-bottom: 0px;text-align: center;">LOGIN & ADD YOUR HAUNT</h4>
<div class="row pt-3">
<div class="col-md-12 text-center">
<a href="/general/login" class="btn btn-hauntworld pt-1 pb-1 pl-3 pr-3" style="font-size:16px !important;">CLICK HERE</a>
<a href="/general/login?showdiv=register" class="btn btn-hauntworld pt-1 pb-0 pl-1 pr-1" style="font-size: 13px !important;background: #000;color: #FFF !important;text-decoration: underline;font-family: OpenSans-Regular;letter-spacing: 0.01rem;">New User Signup</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row pb-md-3">
<div class="col-md-12 col-sm-12 col-xs-12 x-min-padding text-center">
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="alabama-haunted-houses" title="Haunted Houses AL">
Alabama
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="alaska-haunted-houses" title="Haunted Houses AK">
Alaska
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="arizona-haunted-houses" title="Haunted Houses AZ">
Arizona
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="arkansas-haunted-houses" title="Haunted Houses AR">
Arkansas
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="california-haunted-houses" title="Haunted Houses CA">
California
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="colorado-haunted-houses" title="Haunted Houses CO">
Colorado
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="connecticut-haunted-houses" title="Haunted Houses CT">
Connecticut
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="delaware-haunted-houses" title="Haunted Houses DE">
Delaware
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="district-of-columbia-haunted-houses" title="Haunted Houses DC">
District of Columbia
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="florida-haunted-houses" title="Haunted Houses FL">
Florida
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="georgia-haunted-houses" title="Haunted Houses GA">
Georgia
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="hawaii-haunted-houses" title="Haunted Houses HI">
Hawaii
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="idaho-haunted-houses" title="Haunted Houses ID">
Idaho
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="illinois-haunted-houses" title="Haunted Houses IL">
Illinois
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="indiana-haunted-houses" title="Haunted Houses IN">
Indiana
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="iowa-haunted-houses" title="Haunted Houses IA">
Iowa
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="kansas-haunted-houses" title="Haunted Houses KS">
Kansas
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="kentucky-haunted-houses" title="Haunted Houses KY">
Kentucky
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="louisiana-haunted-houses" title="Haunted Houses LA">
Louisiana
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="maine-haunted-houses" title="Haunted Houses ME">
Maine
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="maryland-haunted-houses" title="Haunted Houses MD">
Maryland
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="massachusetts-haunted-houses" title="Haunted Houses MA">
Massachusetts
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="michigan-haunted-houses" title="Haunted Houses MI">
Michigan
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="minnesota-haunted-houses" title="Haunted Houses MN">
Minnesota
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="mississippi-haunted-houses" title="Haunted Houses MS">
Mississippi
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="missouri-haunted-houses" title="Haunted Houses MO">
Missouri
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="montana-haunted-houses" title="Haunted Houses MT">
Montana
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="nebraska-haunted-houses" title="Haunted Houses NE">
Nebraska
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="nevada-haunted-houses" title="Haunted Houses NV">
Nevada
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="new-hampshire-haunted-houses" title="Haunted Houses NH">
New Hampshire
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="new-jersey-haunted-houses" title="Haunted Houses NJ">
New Jersey
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="new-mexico-haunted-houses" title="Haunted Houses NM">
New Mexico
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="new-york-haunted-houses" title="Haunted Houses NY">
New York
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="north-carolina-haunted-houses" title="Haunted Houses NC">
North Carolina
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="north-dakota-haunted-houses" title="Haunted Houses ND">
North Dakota
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="ohio-haunted-houses" title="Haunted Houses OH">
Ohio
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="oklahoma-haunted-houses" title="Haunted Houses OK">
Oklahoma
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="oregon-haunted-houses" title="Haunted Houses OR">
Oregon
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="pennsylvania-haunted-houses" title="Haunted Houses PA">
Pennsylvania
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="rhode-island-haunted-houses" title="Haunted Houses RI">
Rhode Island
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="south-carolina-haunted-houses" title="Haunted Houses SC">
South Carolina
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="south-dakota-haunted-houses" title="Haunted Houses SD">
South Dakota
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="tennessee-haunted-houses" title="Haunted Houses TN">
Tennessee
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="texas-haunted-houses" title="Haunted Houses TX">
Texas
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="utah-haunted-houses" title="Haunted Houses UT">
Utah
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="vermont-haunted-houses" title="Haunted Houses VT">
Vermont
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="virginia-haunted-houses" title="Haunted Houses VA">
Virginia
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="washington-haunted-houses" title="Haunted Houses WA">
Washington
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="west-virginia-haunted-houses" title="Haunted Houses WV">
West Virginia
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="wisconsin-haunted-houses" title="Haunted Houses WI">
Wisconsin
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="wyoming-haunted-houses" title="Haunted Houses WY">
Wyoming
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="newfoundland-haunted-houses" title="Haunted Houses NEWFOUNDLAND">
Newfoundland
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="nova-scotia-haunted-houses" title="Haunted Houses NOVA SCOTIA">
Nova Scotia
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="new-brunswick-haunted-houses" title="Haunted Houses NEW BRUNSWICK">
New Brunswick
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="quebec-haunted-houses" title="Haunted Houses QUEBEC">
Quebec
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="ontario-haunted-houses" title="Haunted Houses ONTARIO">
Ontario
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="manitoba-haunted-houses" title="Haunted Houses MANITOBA">
Manitoba
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="saskatchewan-haunted-houses" title="Haunted Houses SASKATCHEWAN">
Saskatchewan
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="alberta-haunted-houses" title="Haunted Houses ALBERTA">
Alberta
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="british-columbia-haunted-houses" title="Haunted Houses BRITISH COLUMBIA">
British Columbia
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="northwest-territories-haunted-houses" title="Haunted Houses NORTHWEST TERRITORIES">
Northwest Territories
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="yukon-haunted-houses" title="Haunted Houses YUKON">
Yukon
</a>
</div>
<div class="label attractionslbl text-regular mt-2 inline-block ml-2">
<a href="international-haunted-houses" title="Haunted Houses INTRNATL">
International
</a>
</div>
</div>
</div>
<div class="row pb-md-3">
<div class="col-md-12 col-sm-12 col-xs-12 x-min-padding">
<hbm position="2" categoryid="1" siteid="2" showtext="no" autorotate="on" width="99%" height="150px"></hbm>
</div>
</div>
<div class="row">
<div class="whitebackground ml-4 mr-4 inline-block">
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12">
<div class="row blogcontent" >
<div class="col-md-2 col-sm-3 hidden-xs no-left-padding text-center" >
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/blogimages/th_38b96073-14d7-4441-a1e7ca309702a115.jpg" alt="logo" class="proImage" style="width:100%;display:inline-block;" />
</div>
<div class="col-md-10 col-sm-9 col-xs-12 no-padding">
<h2 class="blogtitle">
<a href="/hauntworld/viewblog/hauntworld-interviews-tampa-jay-and-carpetbagger-about-haunted-attractions" style="color:#ad0404;font:bold 15pt Tahoma;">
Hauntworld Interviews Tampa Jay and Carpetbagger about Haunted Attractions
</a>
</h2>
<div class="row">
<div class="col-xs-12 col-sm-8 col-md-8 sharethis margin-top-xs">
<div class="share share_facebook">
<i class="fa fa-facebook pull-left"></i>
<a href="javascript:void(0);" onclick="javascript:fbshare(url='https://www.facebook.com/share.php?u=https://www.hauntworld.com/hauntworld/viewblog/hauntworld-interviews-tampa-jay-and-carpetbagger-about-haunted-attractions',content_type='blog',content_id='1021',content_url='https://www.hauntworld.com/hauntworld/viewblog/hauntworld-interviews-tampa-jay-and-carpetbagger-about-haunted-attractions')">SHARE</a>
</div>
<div class="share share_twitter">
<i class="fa fa-twitter pull-left"></i>
<a href="javascript:void(0);" onclick="javascript:twshare(url='https://twitter.com/intent/tweet?url=https://www.hauntworld.com/hauntworld/viewblog/hauntworld-interviews-tampa-jay-and-carpetbagger-about-haunted-attractions&text=Hauntworld Interviews Tampa Jay and Carpetbagger about Haunted Attractions ',content_type='blog',content_id='1021',content_url='https://www.hauntworld.com/hauntworld/viewblog/hauntworld-interviews-tampa-jay-and-carpetbagger-about-haunted-attractions')">TWEET</a>
</div>
<div class="share share_pinterest">
<i class="fa fa-pinterest pull-left"></i>
<a href="javascript:void(0);" onclick="javascript:pinshare(url='http://pinterest.com/pin/create/bookmarklet/?url=https://www.hauntworld.com/hauntworld/viewblog/hauntworld-interviews-tampa-jay-and-carpetbagger-about-haunted-attractions&media=https://d2eztu95ca7dqr.cloudfront.net/data/blogimages/th_38b96073-14d7-4441-a1e7ca309702a115.jpg&is_video=false&description=Hauntworld Interviews Tampa Jay and Carpetbagger about Haunted Attractions ',content_type='blog',content_id='1021',content_url='https://www.hauntworld.com/hauntworld/viewblog/hauntworld-interviews-tampa-jay-and-carpetbagger-about-haunted-attractions')">SHARE</a>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 text-right">
<p class="small text-regular" style="margin-top: 5px;margin-bottom: 5px;">Tue, June 09, 2026 </p>
</div>
</div>
<div class="article">
<div class="col-xs-12 col-sm-12 col-md-12 no-padding" style="font-size:12px;">
Hauntworld does an exclusive interview with both Tampa Jay and Carpetbagger about their favorite haunted houses.&nbsp; Find out every haunted house they&#39;ve visited, what they find scary, and entertaining about haunted attractions.&nbsp; See the exclusive interview below.&nbsp; &nbsp;Make sure to like and subscribe to Hauntworld youtube channel.&nbsp;
&nbsp;
&nbsp;
<div class="overlaybgblog"></div>
<div class="col-md-12 text-right">
<div class="col-xs-12 col-sm-12 col-md-12 no-padding pull-right" style="margin-bottom:5px;"><a href="/hauntworld/viewblog/hauntworld-interviews-tampa-jay-and-carpetbagger-about-haunted-attractions" class="read-more" style="color: #920000 !important;">Read More</a></div>
</div>
</div>
</div>
</div>
</div>
<div class="row blogcontent" >
<div class="col-md-2 col-sm-3 hidden-xs no-left-padding text-center" >
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/blogimages/th_7363d55f-e16b-4782-aad7411fc12afe71.png" alt="logo" class="proImage" style="width:100%;display:inline-block;" />
</div>
<div class="col-md-10 col-sm-9 col-xs-12 no-padding">
<h2 class="blogtitle">
<a href="/hauntworld/viewblog/most-haunted-house-animations-in-one-haunt-watch-the-video" style="color:#ad0404;font:bold 15pt Tahoma;">
Most Haunted House Animations in One Haunt - Watch the Video
</a>
</h2>
<div class="row">
<div class="col-xs-12 col-sm-8 col-md-8 sharethis margin-top-xs">
<div class="share share_facebook">
<i class="fa fa-facebook pull-left"></i>
<a href="javascript:void(0);" onclick="javascript:fbshare(url='https://www.facebook.com/share.php?u=https://www.hauntworld.com/hauntworld/viewblog/most-haunted-house-animations-in-one-haunt-watch-the-video',content_type='blog',content_id='1020',content_url='https://www.hauntworld.com/hauntworld/viewblog/most-haunted-house-animations-in-one-haunt-watch-the-video')">SHARE</a>
</div>
<div class="share share_twitter">
<i class="fa fa-twitter pull-left"></i>
<a href="javascript:void(0);" onclick="javascript:twshare(url='https://twitter.com/intent/tweet?url=https://www.hauntworld.com/hauntworld/viewblog/most-haunted-house-animations-in-one-haunt-watch-the-video&text=Most Haunted House Animations in One Haunt - Watch the Video ',content_type='blog',content_id='1020',content_url='https://www.hauntworld.com/hauntworld/viewblog/most-haunted-house-animations-in-one-haunt-watch-the-video')">TWEET</a>
</div>
<div class="share share_pinterest">
<i class="fa fa-pinterest pull-left"></i>
<a href="javascript:void(0);" onclick="javascript:pinshare(url='http://pinterest.com/pin/create/bookmarklet/?url=https://www.hauntworld.com/hauntworld/viewblog/most-haunted-house-animations-in-one-haunt-watch-the-video&media=https://d2eztu95ca7dqr.cloudfront.net/data/blogimages/th_7363d55f-e16b-4782-aad7411fc12afe71.png&is_video=false&description=Most Haunted House Animations in One Haunt - Watch the Video ',content_type='blog',content_id='1020',content_url='https://www.hauntworld.com/hauntworld/viewblog/most-haunted-house-animations-in-one-haunt-watch-the-video')">SHARE</a>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 text-right">
<p class="small text-regular" style="margin-top: 5px;margin-bottom: 5px;">Tue, June 09, 2026 </p>
</div>
</div>
<div class="article">
<div class="col-xs-12 col-sm-12 col-md-12 no-padding" style="font-size:12px;">
We visited The Darkness Haunted House to see how many animations are inside this legendary haunted house.&nbsp; Lets walk thru this legendary haunted house and see just how many animated fx are inside.&nbsp; Every animation is turned on powered by air and lets count them up!&nbsp; Halloween is coming up fast so tune into Hauntworld to find everything Halloween to do this season 2026.&nbsp;&nbsp;
Watch the video also like and subscribe to Hauntworld Youtube Page.&nbsp;
&nbsp;
<div class="overlaybgblog"></div>
<div class="col-md-12 text-right">
<div class="col-xs-12 col-sm-12 col-md-12 no-padding pull-right" style="margin-bottom:5px;"><a href="/hauntworld/viewblog/most-haunted-house-animations-in-one-haunt-watch-the-video" class="read-more" style="color: #920000 !important;">Read More</a></div>
</div>
</div>
</div>
</div>
</div>
<div class="row blogcontent" >
<div class="col-md-2 col-sm-3 hidden-xs no-left-padding text-center" >
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/blogimages/th_bc421b3a-593d-4b63-a646273d7b1d65e7.jpg" alt="logo" class="proImage" style="width:100%;display:inline-block;" />
</div>
<div class="col-md-10 col-sm-9 col-xs-12 no-padding">
<h2 class="blogtitle">
<a href="/hauntworld/viewblog/brighton-asylum-behind-the-scenes-tour-haunted-house-new-jersey" style="color:#ad0404;font:bold 15pt Tahoma;">
Brighton Asylum - Behind the Screams Tour
</a>
</h2>
<div class="row">
<div class="col-xs-12 col-sm-8 col-md-8 sharethis margin-top-xs">
<div class="share share_facebook">
<i class="fa fa-facebook pull-left"></i>
<a href="javascript:void(0);" onclick="javascript:fbshare(url='https://www.facebook.com/share.php?u=https://www.hauntworld.com/hauntworld/viewblog/brighton-asylum-behind-the-scenes-tour-haunted-house-new-jersey',content_type='blog',content_id='1015',content_url='https://www.hauntworld.com/hauntworld/viewblog/brighton-asylum-behind-the-scenes-tour-haunted-house-new-jersey')">SHARE</a>
</div>
<div class="share share_twitter">
<i class="fa fa-twitter pull-left"></i>
<a href="javascript:void(0);" onclick="javascript:twshare(url='https://twitter.com/intent/tweet?url=https://www.hauntworld.com/hauntworld/viewblog/brighton-asylum-behind-the-scenes-tour-haunted-house-new-jersey&text=Brighton Asylum - Behind the Screams Tour ',content_type='blog',content_id='1015',content_url='https://www.hauntworld.com/hauntworld/viewblog/brighton-asylum-behind-the-scenes-tour-haunted-house-new-jersey')">TWEET</a>
</div>
<div class="share share_pinterest">
<i class="fa fa-pinterest pull-left"></i>
<a href="javascript:void(0);" onclick="javascript:pinshare(url='http://pinterest.com/pin/create/bookmarklet/?url=https://www.hauntworld.com/hauntworld/viewblog/brighton-asylum-behind-the-scenes-tour-haunted-house-new-jersey&media=https://d2eztu95ca7dqr.cloudfront.net/data/blogimages/th_bc421b3a-593d-4b63-a646273d7b1d65e7.jpg&is_video=false&description=Brighton Asylum - Behind the Screams Tour ',content_type='blog',content_id='1015',content_url='https://www.hauntworld.com/hauntworld/viewblog/brighton-asylum-behind-the-scenes-tour-haunted-house-new-jersey')">SHARE</a>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 text-right">
<p class="small text-regular" style="margin-top: 5px;margin-bottom: 5px;">Sat, May 09, 2026 </p>
</div>
</div>
<div class="article">
<div class="col-xs-12 col-sm-12 col-md-12 no-padding" style="font-size:12px;">
We just visited Brighton Asylum where the owner took us behind the SCREAMS!&nbsp; We take a tour of the entire haunted attraction located in New Jersey.&nbsp;&nbsp;
We learn all the secrets, see all the scares, are you ready to experience Brighton Asylum?&nbsp;&nbsp;
Watch the video like and subscribe to Hauntworld Youtube!&nbsp;
<div class="overlaybgblog"></div>
<div class="col-md-12 text-right">
<div class="col-xs-12 col-sm-12 col-md-12 no-padding pull-right" style="margin-bottom:5px;"><a href="/hauntworld/viewblog/brighton-asylum-behind-the-scenes-tour-haunted-house-new-jersey" class="read-more" style="color: #920000 !important;">Read More</a></div>
</div>
</div>
</div>
</div>
</div>
<div class="row blogcontent hidden-xs" >
<div class="col-md-2 col-sm-3 hidden-xs no-left-padding text-center" >
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/blogimages/th_206c119a-c705-4cc6-9a0ecf83ea20ab85.png" alt="logo" class="proImage" style="width:100%;display:inline-block;" />
</div>
<div class="col-md-10 col-sm-9 col-xs-12 no-padding">
<h2 class="blogtitle">
<a href="/hauntworld/viewblog/transworld-2026-full-pov-animations-props-and-more" style="color:#ad0404;font:bold 15pt Tahoma;">
Transworld 2026 Full POV - Animations Props and More
</a>
</h2>
<div class="row">
<div class="col-xs-12 col-sm-8 col-md-8 sharethis margin-top-xs">
<div class="share share_facebook">
<i class="fa fa-facebook pull-left"></i>
<a href="javascript:void(0);" onclick="javascript:fbshare(url='https://www.facebook.com/share.php?u=https://www.hauntworld.com/hauntworld/viewblog/transworld-2026-full-pov-animations-props-and-more',content_type='blog',content_id='1014',content_url='https://www.hauntworld.com/hauntworld/viewblog/transworld-2026-full-pov-animations-props-and-more')">SHARE</a>
</div>
<div class="share share_twitter">
<i class="fa fa-twitter pull-left"></i>
<a href="javascript:void(0);" onclick="javascript:twshare(url='https://twitter.com/intent/tweet?url=https://www.hauntworld.com/hauntworld/viewblog/transworld-2026-full-pov-animations-props-and-more&text=Transworld 2026 Full POV - Animations Props and More ',content_type='blog',content_id='1014',content_url='https://www.hauntworld.com/hauntworld/viewblog/transworld-2026-full-pov-animations-props-and-more')">TWEET</a>
</div>
<div class="share share_pinterest">
<i class="fa fa-pinterest pull-left"></i>
<a href="javascript:void(0);" onclick="javascript:pinshare(url='http://pinterest.com/pin/create/bookmarklet/?url=https://www.hauntworld.com/hauntworld/viewblog/transworld-2026-full-pov-animations-props-and-more&media=https://d2eztu95ca7dqr.cloudfront.net/data/blogimages/th_206c119a-c705-4cc6-9a0ecf83ea20ab85.png&is_video=false&description=Transworld 2026 Full POV - Animations Props and More ',content_type='blog',content_id='1014',content_url='https://www.hauntworld.com/hauntworld/viewblog/transworld-2026-full-pov-animations-props-and-more')">SHARE</a>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 text-right">
<p class="small text-regular" style="margin-top: 5px;margin-bottom: 5px;">Thu, March 26, 2026 </p>
</div>
</div>
<div class="article">
<div class="col-xs-12 col-sm-12 col-md-12 no-padding" style="font-size:12px;">
Transworld Haunted House show is NOW happening in St Louis Thursday thru Sunday.&nbsp; We took a complete walk thru the show before the show started.&nbsp; Check out the entire show floor to see all the animations, masks, costumes, props and so much more.&nbsp;
<div class="overlaybgblog"></div>
<div class="col-md-12 text-right">
<div class="col-xs-12 col-sm-12 col-md-12 no-padding pull-right" style="margin-bottom:5px;"><a href="/hauntworld/viewblog/transworld-2026-full-pov-animations-props-and-more" class="read-more" style="color: #920000 !important;">Read More</a></div>
</div>
</div>
</div>
</div>
</div>
<div class="row blogcontent hidden-xs" >
<div class="col-md-2 col-sm-3 hidden-xs no-left-padding text-center" >
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/blogimages/th_cf01f986-f4e5-4b97-a72565164d8e2457.jpg" alt="logo" class="proImage" style="width:100%;display:inline-block;" />
</div>
<div class="col-md-10 col-sm-9 col-xs-12 no-padding">
<h2 class="blogtitle">
<a href="/hauntworld/viewblog/the-darkness-transworld-haunted-house-tour-announced-last-tour-2026" style="color:#ad0404;font:bold 15pt Tahoma;">
The Darkness Transworld Haunted House Tour Announced - Last Tour 2026
</a>
</h2>
<div class="row">
<div class="col-xs-12 col-sm-8 col-md-8 sharethis margin-top-xs">
<div class="share share_facebook">
<i class="fa fa-facebook pull-left"></i>
<a href="javascript:void(0);" onclick="javascript:fbshare(url='https://www.facebook.com/share.php?u=https://www.hauntworld.com/hauntworld/viewblog/the-darkness-transworld-haunted-house-tour-announced-last-tour-2026',content_type='blog',content_id='1013',content_url='https://www.hauntworld.com/hauntworld/viewblog/the-darkness-transworld-haunted-house-tour-announced-last-tour-2026')">SHARE</a>
</div>
<div class="share share_twitter">
<i class="fa fa-twitter pull-left"></i>
<a href="javascript:void(0);" onclick="javascript:twshare(url='https://twitter.com/intent/tweet?url=https://www.hauntworld.com/hauntworld/viewblog/the-darkness-transworld-haunted-house-tour-announced-last-tour-2026&text=The Darkness Transworld Haunted House Tour Announced - Last Tour 2026 ',content_type='blog',content_id='1013',content_url='https://www.hauntworld.com/hauntworld/viewblog/the-darkness-transworld-haunted-house-tour-announced-last-tour-2026')">TWEET</a>
</div>
<div class="share share_pinterest">
<i class="fa fa-pinterest pull-left"></i>
<a href="javascript:void(0);" onclick="javascript:pinshare(url='http://pinterest.com/pin/create/bookmarklet/?url=https://www.hauntworld.com/hauntworld/viewblog/the-darkness-transworld-haunted-house-tour-announced-last-tour-2026&media=https://d2eztu95ca7dqr.cloudfront.net/data/blogimages/th_cf01f986-f4e5-4b97-a72565164d8e2457.jpg&is_video=false&description=The Darkness Transworld Haunted House Tour Announced - Last Tour 2026 ',content_type='blog',content_id='1013',content_url='https://www.hauntworld.com/hauntworld/viewblog/the-darkness-transworld-haunted-house-tour-announced-last-tour-2026')">SHARE</a>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 text-right">
<p class="small text-regular" style="margin-top: 5px;margin-bottom: 5px;">Sun, February 08, 2026 </p>
</div>
</div>
<div class="article">
<div class="col-xs-12 col-sm-12 col-md-12 no-padding" style="font-size:12px;">
The Darkness haunted house announced their last haunted house tour for the Transworld Haunted House and Halloween Tradeshow.&nbsp; March 26th 27th and 28th, 2026 in St Louis, Missouri during the 2026 Transworld Haunted House Tradeshow. The Darkness will undergo a complete renovation including show control programmed scenes, new animations, props, sets, scenes, special fx and so much more.&nbsp; This is the biggest and best renovation ever attempted at The Darkness, and will be the last haunt
<div class="overlaybgblog"></div>
<div class="col-md-12 text-right">
<div class="col-xs-12 col-sm-12 col-md-12 no-padding pull-right" style="margin-bottom:5px;"><a href="/hauntworld/viewblog/the-darkness-transworld-haunted-house-tour-announced-last-tour-2026" class="read-more" style="color: #920000 !important;">Read More</a></div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="margin-top-sm margin-bottom-sm">
<div class="col-md-12 text-center">
<a href="/haunted-house-halloween-news" class="btn btn-hauntworld">MORE NEWS CLICK HERE</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 whitebackground text-center" style="border-left:1px solid #cacaca;">
<div class="row">
<div class="col-md-12">
<div id="countdown" style="margin-top:10px;">
<div style="margin-bottom:8px; color: #ef8421 !important;font-size: 16px;font-family: 'OpenSans-SemiBold',Arial, Helvetica, sans-serif !important;">Time Until Halloween</div>
<div id='tiles'></div>
<div class="labels text-semibold" style="padding-top:5px;">
<span>Days</span><span>Hours</span><span>Mins</span><span>Secs</span>
</div>
</div>
</div>
</div>
<div class="row margin-top hidden-xs">
<div class="col-sm-12 col-xs-12">
<div class="panel hw-panel-default toptrending-white" style="margin-bottom:0px;">
<div class="hw-panel-heading">
<span>Haunt Search</span>
</div>
<div class="hw-panel-body pt-3" >
<script type="text/javascript">
(function() {
var cx = '003135349663310606175:cplz5vybrgy';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</div>
</div>
</div>
</div>
<div class="row margin-top">
<div class="col-sm-12 col-xs-12">
<div class="row">
<div class="col-sm-12 col-xs-12">
<div class="panel hw-panel-default toptrending-white">
<div class="hw-panel-heading">
<span>Trending Now</span>
</div>
<div class="hw-panel-body" style="max-height: 250px;display: inline-block;overflow-y: auto;">
<div class="col-sm-12 no-padding issue">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src='https://d2eztu95ca7dqr.cloudfront.net/data/blogimages/th_38b96073-14d7-4441-a1e7ca309702a115.jpg' width="100%" height="50" border="0" class="proImage col-sm-3 col-xs-3 no-padding" alt="Hauntworld Interviews Tampa Jay and Carpetbagger about Haunted Attractions " />
<a class="col-sm-8 col-xs-8" href="/hauntworld/viewblog/hauntworld-interviews-tampa-jay-and-carpetbagger-about-haunted-attractions" >
Hauntworld Interviews Tampa Jay and Carpetbagger about Haunted Attractions
</a>
</div>
<div class="col-sm-12 no-padding issue">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src='https://d2eztu95ca7dqr.cloudfront.net/data/blogimages/th_7363d55f-e16b-4782-aad7411fc12afe71.png' width="100%" height="50" border="0" class="proImage col-sm-3 col-xs-3 no-padding" alt="Most Haunted House Animations in One Haunt - Watch the Video " />
<a class="col-sm-8 col-xs-8" href="/hauntworld/viewblog/most-haunted-house-animations-in-one-haunt-watch-the-video" >
Most Haunted House Animations in One Haunt - Watch the Video
</a>
</div>
<div class="col-sm-12 no-padding issue">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src='https://d2eztu95ca7dqr.cloudfront.net/data/blogimages/th_bc421b3a-593d-4b63-a646273d7b1d65e7.jpg' width="100%" height="50" border="0" class="proImage col-sm-3 col-xs-3 no-padding" alt="Brighton Asylum - Behind the Screams Tour " />
<a class="col-sm-8 col-xs-8" href="/hauntworld/viewblog/brighton-asylum-behind-the-scenes-tour-haunted-house-new-jersey" >
Brighton Asylum - Behind the Screams Tour
</a>
</div>
<div class="col-sm-12 no-padding issue">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src='https://d2eztu95ca7dqr.cloudfront.net/data/blogimages/th_206c119a-c705-4cc6-9a0ecf83ea20ab85.png' width="100%" height="50" border="0" class="proImage col-sm-3 col-xs-3 no-padding" alt="Transworld 2026 Full POV - Animations Props and More " />
<a class="col-sm-8 col-xs-8" href="/hauntworld/viewblog/transworld-2026-full-pov-animations-props-and-more" >
Transworld 2026 Full POV - Animations Props and More
</a>
</div>
<div class="col-sm-12 no-padding issue">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src='https://d2eztu95ca7dqr.cloudfront.net/data/blogimages/th_cf01f986-f4e5-4b97-a72565164d8e2457.jpg' width="100%" height="50" border="0" class="proImage col-sm-3 col-xs-3 no-padding" alt="The Darkness Transworld Haunted House Tour Announced - Last Tour 2026 " />
<a class="col-sm-8 col-xs-8" href="/hauntworld/viewblog/the-darkness-transworld-haunted-house-tour-announced-last-tour-2026" >
The Darkness Transworld Haunted House Tour Announced - Last Tour 2026
</a>
</div>
<div class="col-sm-12 no-padding issue">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/articleimages/th_24d7b8c0-248f-4e9f-92bfd3c6a94a3cb0.jpg" width="100%" height="50" border="0" class="proImage col-sm-3 col-xs-3 no-padding" alt="Article Logo" />
<a class="col-sm-8 col-xs-8" href="/featured-article/america-top-rated-scariest-haunted-houses-2025-top-13-rated-haunted-attractions">America's Top Rated Scariest Haunted Houses 2025 - Top 13 Rated Haunted Attractions </a>
</div>
<div class="col-sm-12 no-padding issue">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/articleimages/th_b3c64093-c2e1-4f65-adb366b8ce9f242d.jpg" width="100%" height="50" border="0" class="proImage col-sm-3 col-xs-3 no-padding" alt="Article Logo" />
<a class="col-sm-8 col-xs-8" href="/featured-article/america-top-rated-scariest-haunted-houses-2024-top-13-rated-haunted-attractions">America's Top Rated Scariest Haunted Houses 2024 - Top 13 Rated Haunted Attractions </a>
</div>
<div class="col-sm-12 no-padding issue">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/articleimages/th_2da6aa8f-95a9-472f-bca5845143501380.jpg" width="100%" height="50" border="0" class="proImage col-sm-3 col-xs-3 no-padding" alt="Article Logo" />
<a class="col-sm-8 col-xs-8" href="/featured-article/top-ten-icon-haunted-attractions-in-america-ranked-best-and-scariest">Top Ten Icon Haunted Attractions in America Ranked - Best and Scariest </a>
</div>
<div class="col-sm-12 no-padding issue">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/articleimages/th_cdfb17e8-a849-4dda-b41add13393c49ea.jpg" width="100%" height="50" border="0" class="proImage col-sm-3 col-xs-3 no-padding" alt="Article Logo" />
<a class="col-sm-8 col-xs-8" href="/featured-article/america-top-rated-scariest-haunted-houses-2022-top-13-rated-haunted-attractions">America's Top Rated Scariest Haunted Houses 2022 - Top 13 Rated Haunted Attractions </a>
</div>
<div class="col-sm-12 no-padding issue">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/articleimages/th_d02b070b-a5d8-4972-b26463e92236a55f.jpg" width="100%" height="50" border="0" class="proImage col-sm-3 col-xs-3 no-padding" alt="Article Logo" />
<a class="col-sm-8 col-xs-8" href="/featured-article/the-darkness-haunted-house-review-2022">The Darkness Haunted House - Review 2022 </a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row margin-top">
<div class="col-sm-12 col-xs-12 text-center fblikebox">&nbsp;</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="ml-4 mr-4">
<div class="col-sm-12 col-xs-12 text-center whitebackground pt-2">
<hbm position="2" categoryid="2" siteid="2" showtext="no" autorotate="on" width="99%" height="150px"></hbm>
</div>
</div>
</div>
<div class="row">
<div class="whitebackground ml-4 mr-4 inline-block pt-3">
<div class="col-md-12 most-recent-container p-0" style="padding-bottom: 25px;">
<div class="col-md-3 col-sm-6 col-xs-12 no-padding top-margin" style="border: 4px solid #FFF;">
<div class="col-md-12 no-padding">
<h3 class="most-recent-label" style="background: #000;text-align: center;font-family: 'OpenSans-SemiBold',Arial, Helvetica, sans-serif;padding: 20px;font-size: 15px;margin: 0px;color: #ef8421;">
MOST RECENT VIDEO UPLOADS
</h3>
<div class="col-md-12 no-side-padding recentcontentbox" style="padding:0px 5px;height: 500px;overflow: auto;overflow-X: hidden;">
<div class="row border-bottom pb-2">
<div class="col-md-12 mosthelinka">
<a target="_blank" href="/haunted-house-in-greensboro-north-carolina-woods-of-terror">Woods Of Terror</a>
</div>
<div class="col-md-12 p-0">
<div class="divbox v-top col-md-5 animated-dark-background">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/users/110/hauntprofile/b80f8215/c9a412b0-f254-444c-aba5f5292c5548da.jpg" class="proImage" border="0" alt="" style="max-width:100px;" />
</div>
<div class="divbox v-top col-md-7">
<label class="mt-0">Uploaded: <span class="mosthedatea">27 May, 2026</span></label><br />
<label class="mt-0">5601 N Church St</label><br />
<label class="mt-0">Greensboro,</label><br />
<label class="mt-0">North Carolina, 27455</label><br />
<label class="mt-0">United States</label>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 no-padding top-margin" style="border: 4px solid #FFF;">
<div class="col-md-12 no-padding">
<h3 class="most-recent-label" style="background: #000;text-align: center;font-family: 'OpenSans-SemiBold',Arial, Helvetica, sans-serif;padding: 20px;font-size: 15px;margin: 0px;color: #ef8421;">
MOST RECENT PHOTO UPLOADS
</h3>
<div class="col-md-12 no-side-padding recentcontentbox" style="height: 500px;overflow: auto;overflow-X: hidden;">
<div class="row">
<div class="col-md-12 p-1">
<label>09 June 2026</label>
</div>
<div class="col-md-12 p-1 mosthelinka">
<a target="_blank" href="/https---www-fieldoffearutah-com-">Field of Fear</a>
</div>
<div class="col-md-12 p-0 mosthelinka">
<div class="divbox v-top animated-dark-background">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/users/872/photos/b9edce4c/th_33669fa8-b23a-44f3-ab05e1c9d8cf3569.jpg" alt="" border="0" class="mostphotoborder proImage"/>
</div>
<div class="divbox v-top animated-dark-background">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/users/872/photos/b9edce4c/th_dd9e5606-0d09-4e7e-8e0072aac3fad759.png" alt="" border="0" class="mostphotoborder proImage"/>
</div>
<div class="divbox v-top animated-dark-background">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/users/872/photos/b9edce4c/th_ebcc4d94-7650-4da1-9c7b4a2f927b1b9a.png" alt="" border="0" class="mostphotoborder proImage"/>
</div>
<div class="divbox v-top animated-dark-background">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/users/872/photos/b9edce4c/th_ec13e35f-0b74-4292-8eeb7da0b33ddef0.jpg" alt="" border="0" class="mostphotoborder proImage"/>
</div>
<div class="divbox v-top animated-dark-background">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/users/872/photos/b9edce4c/th_72138a2a-c80d-4d96-94174249ec24911f.png" alt="" border="0" class="mostphotoborder proImage"/>
</div>
<div class="divbox v-top animated-dark-background">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/users/872/photos/b9edce4c/th_c0165dc5-d4bc-425a-8b81e14c70fa7a36.png" alt="" border="0" class="mostphotoborder proImage"/>
</div>
<div class="divbox v-top animated-dark-background">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/users/872/photos/b9edce4c/th_3f55f2c7-27a5-4e0a-8953dac5778c3b2c.png" alt="" border="0" class="mostphotoborder proImage"/>
</div>
<div class="divbox v-top animated-dark-background">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/users/872/photos/b9edce4c/th_41d2791e-7f4d-4af6-8ccda0df2e1895ca.png" alt="" border="0" class="mostphotoborder proImage"/>
</div>
</div>
<div class="col-md-12 p-1 text-right border-bottom">
<label>Added 8 new photo(s)</label>
</div>
</div>
<div class="row">
<div class="col-md-12 p-1">
<label>28 May 2026</label>
</div>
<div class="col-md-12 p-1 mosthelinka">
<a target="_blank" href="/haunted-house-in-greensboro-north-carolina-woods-of-terror">Woods Of Terror</a>
</div>
<div class="col-md-12 p-0 mosthelinka">
<div class="divbox v-top animated-dark-background">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/users/110/photos/b80f8215/th_0eace470-5b0c-4148-9acb696dfdf7c2cb.jpg" alt="" border="0" class="mostphotoborder proImage"/>
</div>
<div class="divbox v-top animated-dark-background">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/users/110/photos/b80f8215/th_4d94f07a-f2a6-4007-a371d894c81b7f85.jpg" alt="" border="0" class="mostphotoborder proImage"/>
</div>
</div>
<div class="col-md-12 p-1 text-right border-bottom">
<label>Added 2 new photo(s)</label>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 no-padding top-margin" style="border: 4px solid #FFF;">
<div class="col-md-12 no-padding">
<h3 class="most-recent-label" style="background: #000;text-align: center;font-family: 'OpenSans-SemiBold',Arial, Helvetica, sans-serif;padding: 20px 4px;font-size: 15px;margin: 0px;color: #ef8421;">
TOP 10 MOST VIEWED ATTRACTIONS
</h3>
<div class="col-md-12 no-side-padding recentcontentbox" style="height: 500px;overflow: scroll;overflow-X: hidden;">
<div class="row mt-1">
<div class='col-md-12 border-1 p-0 mt-1 ml-1 mr-1'>
<div class="col-md-1 mt-1 pl-2">
<label>1-</label>
</div>
<div class="col-md-11 pl-2 pr-2 mosthelinka">
<a target="_blank" HREF="/haunted-house-in-saint-louis-missouri-the-darkness" class="mosthelinka">The Darkness</a>
<br /><label>Saint Louis, MO&nbsp;&nbsp; <span class="mosthelinka"> Views : 342248 </span></label>
</div>
</div>
<div class='col-md-12 border-1 p-0 mt-1 ml-1 mr-1'>
<div class="col-md-1 mt-1 pl-2">
<label>2-</label>
</div>
<div class="col-md-11 pl-2 pr-2 mosthelinka">
<a target="_blank" HREF="/haunted-house-in-saint-louis-fenton-missouri-creepyworld-screampark" class="mosthelinka">Creepyworld Screampark </a>
<br /><label>Saint Louis/Fenton, MO&nbsp;&nbsp; <span class="mosthelinka"> Views : 297789 </span></label>
</div>
</div>
<div class='col-md-12 border-1 p-0 mt-1 ml-1 mr-1'>
<div class="col-md-1 mt-1 pl-2">
<label>3-</label>
</div>
<div class="col-md-11 pl-2 pr-2 mosthelinka">
<a target="_blank" HREF="/haunted-house-in-greensboro-north-carolina-woods-of-terror" class="mosthelinka">Woods Of Terror</a>
<br /><label>Greensboro, NC&nbsp;&nbsp; <span class="mosthelinka"> Views : 235130 </span></label>
</div>
</div>
<div class='col-md-12 border-1 p-0 mt-1 ml-1 mr-1'>
<div class="col-md-1 mt-1 pl-2">
<label>4-</label>
</div>
<div class="col-md-11 pl-2 pr-2 mosthelinka">
<a target="_blank" HREF="/13thGate" class="mosthelinka">The 13th Gate</a>
<br /><label>Baton Rouge, LA&nbsp;&nbsp; <span class="mosthelinka"> Views : 218121 </span></label>
</div>
</div>
<div class='col-md-12 border-1 p-0 mt-1 ml-1 mr-1'>
<div class="col-md-1 mt-1 pl-2">
<label>5-</label>
</div>
<div class="col-md-11 pl-2 pr-2 mosthelinka">
<a target="_blank" HREF="/haunted-house-in-st-louis-missouri-lemp-brewery-haunted" class="mosthelinka">Lemp Haunted House </a>
<br /><label>St. Louis, MO&nbsp;&nbsp; <span class="mosthelinka"> Views : 200579 </span></label>
</div>
</div>
<div class='col-md-12 border-1 p-0 mt-1 ml-1 mr-1'>
<div class="col-md-1 mt-1 pl-2">
<label>6-</label>
</div>
<div class="col-md-11 pl-2 pr-2 mosthelinka">
<a target="_blank" HREF="/haunted-house-in-houston-texas-phobia" class="mosthelinka">PHOBIA</a>
<br /><label>Houston, TX&nbsp;&nbsp; <span class="mosthelinka"> Views : 182194 </span></label>
</div>
</div>
<div class='col-md-12 border-1 p-0 mt-1 ml-1 mr-1'>
<div class="col-md-1 mt-1 pl-2">
<label>7-</label>
</div>
<div class="col-md-11 pl-2 pr-2 mosthelinka">
<a target="_blank" HREF="/fearoverload" class="mosthelinka">Fear Overload Scream Park in SF Bay Area</a>
<br /><label>Newark, CA&nbsp;&nbsp; <span class="mosthelinka"> Views : 168455 </span></label>
</div>
</div>
<div class='col-md-12 border-1 p-0 mt-1 ml-1 mr-1'>
<div class="col-md-1 mt-1 pl-2">
<label>8-</label>
</div>
<div class="col-md-11 pl-2 pr-2 mosthelinka">
<a target="_blank" HREF="/haunted-house-in-baltimore-maryland-bennett-curse-hauntedwww-bennettscurse-com" class="mosthelinka">Bennett's Curse Haunted House Maryland</a>
<br /><label>Baltimore, MD&nbsp;&nbsp; <span class="mosthelinka"> Views : 160597 </span></label>
</div>
</div>
<div class='col-md-12 border-1 p-0 mt-1 ml-1 mr-1'>
<div class="col-md-1 mt-1 pl-2">
<label>9-</label>
</div>
<div class="col-md-11 pl-2 pr-2 mosthelinka">
<a target="_blank" HREF="/sacramentoscreampark" class="mosthelinka">Sacramento Scream Park</a>
<br /><label>Sacramento, CA&nbsp;&nbsp; <span class="mosthelinka"> Views : 149201 </span></label>
</div>
</div>
<div class='col-md-12 border-1 p-0 mt-1 ml-1 mr-1'>
<div class="col-md-1 mt-1 pl-2">
<label>10-</label>
</div>
<div class="col-md-11 pl-2 pr-2 mosthelinka">
<a target="_blank" HREF="/haunted-house-in-eastview-kentucky-sinister-tombs-haunted-house" class="mosthelinka">Sinister Tombs Haunted House</a>
<br /><label>Eastview, KY&nbsp;&nbsp; <span class="mosthelinka"> Views : 144654 </span></label>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 no-padding top-margin" style="border: 4px solid #FFF;">
<h3 class="most-recent-label" style="background: #000;text-align: center;font-family: 'OpenSans-SemiBold',Arial, Helvetica, sans-serif;padding: 20px 0px;font-size: 16px;margin: 0px;color: #ef8421;">
TOP 10 FEATURED ARTICLES
</h3>
<div class="col-md-12 no-padding recentcontentbox" style="margin: 0px 0px;height: 499px;overflow: scroll;overflow-X: hidden;">
<div class="col-sm-12 no-padding issue" style="border: 1px solid #000;">
<div style="display: inline-block;margin:5px;border:0px solid #313131;width:100%;">
<div class="fe_artical_title">
<span style="color:#FFF;">
America's Top Rated Scariest Haunted Houses 2025 - Top 13 Rated Haunted Attractions
</span>
</div>
<div class="fe_artical_image col-sm-4 col-xs-4 no-padding">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/articleimages/th_24d7b8c0-248f-4e9f-92bfd3c6a94a3cb0.jpg" width="100%" height="75" border="0" class="proImage no-padding" alt="Article Logo" />
</div>
<div class="fe_artical_content col-sm-8 col-xs-8 text-justify">
<p style="font-size:11px;font-family: 'OpenSans-semibold';">Hauntworld ranks the top scary places in America to get SCARED and Scream for 2025.&nbsp; The best and top rated haunted houses, and Halloween Attractions in America. Did we rank a haunted house near you find out by clicking on this article.&nbsp;&nbsp;</p>
<div style="position: absolute;width: 100%;height: 37px;margin-top: -45px;background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );"></div>
</div>
<div class="col-xs-12 col-sm-12 text-right x-min-padding">
<a style="color: #920000 !important;font-size:12px;" class="read-more" href="/featured-article/america-top-rated-scariest-haunted-houses-2025-top-13-rated-haunted-attractions">READ ARTICLE</a>
</div>
</div>
<div style="display: inline-block;margin:5px;border:0px solid #313131;width:100%;">
<div class="fe_artical_title">
<span style="color:#FFF;">
America's Top Rated Scariest Haunted Houses 2024 - Top 13 Rated Haunted Attractions
</span>
</div>
<div class="fe_artical_image col-sm-4 col-xs-4 no-padding">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/articleimages/th_b3c64093-c2e1-4f65-adb366b8ce9f242d.jpg" width="100%" height="75" border="0" class="proImage no-padding" alt="Article Logo" />
</div>
<div class="fe_artical_content col-sm-8 col-xs-8 text-justify">
<p style="font-size:11px;font-family: 'OpenSans-semibold';">Hauntworld ranks the top scary places in America to get SCARED and Scream 2024.&nbsp; The best and top rated haunted houses, and Halloween Attractions in America.&nbsp; Did we rank a haunted house near you find out by clicking on this article.&nbsp;&nbsp;</p>
<div style="position: absolute;width: 100%;height: 37px;margin-top: -45px;background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );"></div>
</div>
<div class="col-xs-12 col-sm-12 text-right x-min-padding">
<a style="color: #920000 !important;font-size:12px;" class="read-more" href="/featured-article/america-top-rated-scariest-haunted-houses-2024-top-13-rated-haunted-attractions">READ ARTICLE</a>
</div>
</div>
<div style="display: inline-block;margin:5px;border:0px solid #313131;width:100%;">
<div class="fe_artical_title">
<span style="color:#FFF;">
Top Ten Icon Haunted Attractions in America Ranked - Best and Scariest
</span>
</div>
<div class="fe_artical_image col-sm-4 col-xs-4 no-padding">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/articleimages/th_2da6aa8f-95a9-472f-bca5845143501380.jpg" width="100%" height="75" border="0" class="proImage no-padding" alt="Article Logo" />
</div>
<div class="fe_artical_content col-sm-8 col-xs-8 text-justify">
<p style="font-size:11px;font-family: 'OpenSans-semibold';">
Icons of The Haunted Attraction Industry -&nbsp;Hauntworld Names the Top 10 Icons of the Haunted House Industry.&nbsp; See which haunted attractions currently in operation are named the ten biggest ICON haunted attractions.&nbsp;&nbsp;</p>
<div style="position: absolute;width: 100%;height: 37px;margin-top: -45px;background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );"></div>
</div>
<div class="col-xs-12 col-sm-12 text-right x-min-padding">
<a style="color: #920000 !important;font-size:12px;" class="read-more" href="/featured-article/top-ten-icon-haunted-attractions-in-america-ranked-best-and-scariest">READ ARTICLE</a>
</div>
</div>
<div style="display: inline-block;margin:5px;border:0px solid #313131;width:100%;">
<div class="fe_artical_title">
<span style="color:#FFF;">
America's Top Rated Scariest Haunted Houses 2022 - Top 13 Rated Haunted Attractions
</span>
</div>
<div class="fe_artical_image col-sm-4 col-xs-4 no-padding">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/articleimages/th_cdfb17e8-a849-4dda-b41add13393c49ea.jpg" width="100%" height="75" border="0" class="proImage no-padding" alt="Article Logo" />
</div>
<div class="fe_artical_content col-sm-8 col-xs-8 text-justify">
<p style="font-size:11px;font-family: 'OpenSans-semibold';">Hauntworld ranks the top scary places in America to get SCARED and Scream 2022.&nbsp; The best and top rated haunted houses, and Halloween Attractions in America.&nbsp; Did we rank a haunted house near you find out by clicking on this article.&nbsp;&nbsp;</p>
<div style="position: absolute;width: 100%;height: 37px;margin-top: -45px;background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );"></div>
</div>
<div class="col-xs-12 col-sm-12 text-right x-min-padding">
<a style="color: #920000 !important;font-size:12px;" class="read-more" href="/featured-article/america-top-rated-scariest-haunted-houses-2022-top-13-rated-haunted-attractions">READ ARTICLE</a>
</div>
</div>
<div style="display: inline-block;margin:5px;border:0px solid #313131;width:100%;">
<div class="fe_artical_title">
<span style="color:#FFF;">
The Darkness Haunted House - Review 2022
</span>
</div>
<div class="fe_artical_image col-sm-4 col-xs-4 no-padding">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/articleimages/th_d02b070b-a5d8-4972-b26463e92236a55f.jpg" width="100%" height="75" border="0" class="proImage no-padding" alt="Article Logo" />
</div>
<div class="fe_artical_content col-sm-8 col-xs-8 text-justify">
<p style="font-size:11px;font-family: 'OpenSans-semibold';">Are you ready to experience the best haunted house in America? How deep into the depths of The Darkness can you plunge before your next breath is your last? The all new Darkness Haunted House, located in Soulard, off South Broadway in downtown St. Louis, Missouri, has been rated as America&#39;s BEST haunted house.</p>
<div style="position: absolute;width: 100%;height: 37px;margin-top: -45px;background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );"></div>
</div>
<div class="col-xs-12 col-sm-12 text-right x-min-padding">
<a style="color: #920000 !important;font-size:12px;" class="read-more" href="/featured-article/the-darkness-haunted-house-review-2022">READ ARTICLE</a>
</div>
</div>
<div style="display: inline-block;margin:5px;border:0px solid #313131;width:100%;">
<div class="fe_artical_title">
<span style="color:#FFF;">
America's Top Rated Scariest Haunted Houses 2021 - Top 13 Rated Haunted Attractions
</span>
</div>
<div class="fe_artical_image col-sm-4 col-xs-4 no-padding">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/articleimages/th_65dfd7ef-5228-4183-838306413a6d02ac.jpg" width="100%" height="75" border="0" class="proImage no-padding" alt="Article Logo" />
</div>
<div class="fe_artical_content col-sm-8 col-xs-8 text-justify">
<p style="font-size:11px;font-family: 'OpenSans-semibold';">Hauntworld ranks the top scary places in America to get SCARED and Scream 2021.&nbsp; The best and top rated haunted houses, and Halloween Attractions in America.&nbsp; Did we rank a haunted house near you find out by clicking on this article.&nbsp;&nbsp;</p>
<div style="position: absolute;width: 100%;height: 37px;margin-top: -45px;background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );"></div>
</div>
<div class="col-xs-12 col-sm-12 text-right x-min-padding">
<a style="color: #920000 !important;font-size:12px;" class="read-more" href="/featured-article/america-top-rated-scariest-haunted-houses-2021-top-13-rated-haunted-attractions">READ ARTICLE</a>
</div>
</div>
<div style="display: inline-block;margin:5px;border:0px solid #313131;width:100%;">
<div class="fe_artical_title">
<span style="color:#FFF;">
America's Scariest Haunted Houses 2020 - Top 13 Rated Haunts
</span>
</div>
<div class="fe_artical_image col-sm-4 col-xs-4 no-padding">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/articleimages/th_161094cc-1407-4006-95e7730cd138e4da.jpg" width="100%" height="75" border="0" class="proImage no-padding" alt="Article Logo" />
</div>
<div class="fe_artical_content col-sm-8 col-xs-8 text-justify">
<p style="font-size:11px;font-family: 'OpenSans-semibold';">Hauntworld rates the top 13 best and scariest haunted houses in America.&nbsp; Hauntworld rates and reviews the scariest, best, longest, haunted houses and Halloween Attractions in America 2020.</p>
<div style="position: absolute;width: 100%;height: 37px;margin-top: -45px;background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );"></div>
</div>
<div class="col-xs-12 col-sm-12 text-right x-min-padding">
<a style="color: #920000 !important;font-size:12px;" class="read-more" href="/featured-article/america-scariest-haunted-houses-2020-top-13-rated-haunts">READ ARTICLE</a>
</div>
</div>
<div style="display: inline-block;margin:5px;border:0px solid #313131;width:100%;">
<div class="fe_artical_title">
<span style="color:#FFF;">
America's Best Haunted Houses 2018 - Top 13 Scariest Haunts
</span>
</div>
<div class="fe_artical_image col-sm-4 col-xs-4 no-padding">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/articleimages/th_bb3137ef-3792-4f8c-afd74c876172fd56.jpg" width="100%" height="75" border="0" class="proImage no-padding" alt="Article Logo" />
</div>
<div class="fe_artical_content col-sm-8 col-xs-8 text-justify">
<p style="font-size:11px;font-family: 'OpenSans-semibold';">Hauntworld rates the top 13 best and scariest haunted houses in America.&nbsp; Hauntworld rates and reviews the scariest, best, longest, haunted houses and Halloween Attractions in America 2018.</p>
<div style="position: absolute;width: 100%;height: 37px;margin-top: -45px;background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );"></div>
</div>
<div class="col-xs-12 col-sm-12 text-right x-min-padding">
<a style="color: #920000 !important;font-size:12px;" class="read-more" href="/featured-article/america-best-haunted-houses-2018-top-13-scariest-haunts">READ ARTICLE</a>
</div>
</div>
<div style="display: inline-block;margin:5px;border:0px solid #313131;width:100%;">
<div class="fe_artical_title">
<span style="color:#FFF;">
Headless Horseman Haunted Hayride New York - Rating and Review
</span>
</div>
<div class="fe_artical_image col-sm-4 col-xs-4 no-padding">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/articleimages/th_24b431cf-9300-465e-812eca25fee0f898.jpg" width="100%" height="75" border="0" class="proImage no-padding" alt="Article Logo" />
</div>
<div class="fe_artical_content col-sm-8 col-xs-8 text-justify">
<p style="font-size:11px;font-family: 'OpenSans-semibold';">Read Review and Ratings of Headless Horseman Haunted Hayride located in New York.&nbsp; Headless Horseman features hayrides, haunted houses and much more.&nbsp;</p>
<div style="position: absolute;width: 100%;height: 37px;margin-top: -45px;background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );"></div>
</div>
<div class="col-xs-12 col-sm-12 text-right x-min-padding">
<a style="color: #920000 !important;font-size:12px;" class="read-more" href="/featured-article/headless-horseman-haunted-hayride-new-york-rating-and-review">READ ARTICLE</a>
</div>
</div>
<div style="display: inline-block;margin:5px;border:0px solid #313131;width:100%;">
<div class="fe_artical_title">
<span style="color:#FFF;">
Creepyworld Haunted Screampark - St Louis Missouri Haunted House Review Rating
</span>
</div>
<div class="fe_artical_image col-sm-4 col-xs-4 no-padding">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="https://d2eztu95ca7dqr.cloudfront.net/data/articleimages/th_b5c1a4c1-2b0e-43f8-8474de2fb0d66ba6.jpg" width="100%" height="75" border="0" class="proImage no-padding" alt="Article Logo" />
</div>
<div class="fe_artical_content col-sm-8 col-xs-8 text-justify">
<p style="font-size:11px;font-family: 'OpenSans-semibold';">Creepyworld Haunted Screampark is America&#39;s biggest haunted attraction with over 13 attractions including a haunted hayride.&nbsp; Learn more and read the review click here.&nbsp;</p>
<div style="position: absolute;width: 100%;height: 37px;margin-top: -45px;background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );"></div>
</div>
<div class="col-xs-12 col-sm-12 text-right x-min-padding">
<a style="color: #920000 !important;font-size:12px;" class="read-more" href="/featured-article/creepyworld-haunted-screampark-st-louis-missouri-haunted-house-review-rating">READ ARTICLE</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
</div>
<script src="https://s3.amazonaws.com/hauntworld/hw/mobilestyle/map/js/raphael.min.js" type="text/javascript" defer="defer"></script>
<script src="https://s3.amazonaws.com/hauntworld/hw/mobilestyle/map/js/scale.raphael.js" type="text/javascript" defer="defer"></script>
<script src="https://s3.amazonaws.com/hauntworld/hw/mobilestyle/map/js/paths.js" type="text/javascript" defer="defer"></script>
<script type="text/javascript" defer="defer" src="https://d2eztu95ca7dqr.cloudfront.net/hw/javascript/svgmapinit.js"></script>
<link rel="stylesheet" type="text/css" href="https://d2eztu95ca7dqr.cloudfront.net/hw/javascript/select2/4.0.5/select2.css">
<script type="text/javascript" src="https://d2eztu95ca7dqr.cloudfront.net/hw/javascript/select2/4.0.5/select2.min.js"></script>
<script type="text/javascript" src="https://d2eztu95ca7dqr.cloudfront.net/hw/javascript/jquery-confirm.min.js"></script>
<link rel="stylesheet" href="https://d2eztu95ca7dqr.cloudfront.net/hw/style/jquery-confirm.css" />
<script type="text/javascript">
var target_date = new Date("Oct 31, 2026 00:00:00"); // set the countdown date
var days, hours, minutes, seconds; // variables for time units
var countdown = document.getElementById("tiles"); // get tag element
var halloweenday = new Date ("2026,10,31");
var today = new Date ();
if(today.getTime() === halloweenday.getTime())
countdown.innerHTML = "<span>" + 0 + "</span><span>" + 0 + "</span><span>" + 0 + "</span><span>" + 0 + "</span>";
else if( today.getTime() > halloweenday.getTime()){
target_date = new Date("Oct 31, 2027 00:00:00"); // set the next year countdown date
setInterval(function () { getCountdown(); }, 1000);
}
else
setInterval(function () { getCountdown(); }, 1000);
function getCountdown(){
// find the amount of "seconds" between now and target
var current_date = new Date();
var seconds_left = (target_date.getTime() - current_date.getTime()) / 1000;
days = pad( parseInt(seconds_left / 86400) );
seconds_left = seconds_left % 86400;
hours = pad( parseInt(seconds_left / 3600) );
seconds_left = seconds_left % 3600;
minutes = pad( parseInt(seconds_left / 60) );
seconds = pad( parseInt( seconds_left % 60 ) );
// format countdown string + set tag value
countdown.innerHTML = "<span>" + days + "</span><span>" + hours + "</span><span>" + minutes + "</span><span>" + seconds + "</span>";
}
function pad(n) {
return (n < 10 ? '0' : '') + n;
}
function openPoll(id){
$(".national-poll-body").html('');
$.ajax({
url: "/hauntworld/getPoll",
data:{id:id},
success:function(response){
$(".national-poll-body").html(response);
$(".pollhouses").select2({
dropdownParent: $('#frmlhauntpoll'),
placeholder: "Type State Name/Haunt Name to filter list",
allowClear: true
});
$(".pollhouses").on('select2:opening', function (e) {
$(".select2-results").css("color","#000");
});
$(".pollhouses").on('select2:select', function (e) {
$('.pollhouses').each(function(i, ele){
if(ele != e.target && ele.value == e.target.value){
$.alert({
title: 'Alert!',
content: 'You have already ranked this haunt!!!'
});
$(e.target).val(null).trigger("change");
return false;
}
});
});
$(".submitPoll").click(()=>{
var isvalidForm = true;
if( $("#pollername").val() == ""){
$.alert({
title: 'Alert!',
content: 'Name required!'
});
$(ele).focus;
isvalidForm = false;
return false;
}
else if( $("#polleremail").val() == ""){
$.alert({
title: 'Alert!',
content: 'Vaild Email required!'
});
$(ele).focus;
isvalidForm = false;
return false;
}
else if( $("#polleremail").val() != ""){
if(!ValidateEmail($("#polleremail").val())){
$.alert({
title: 'Alert!',
content: 'Vaild Email required!'
});
isvalidForm = false;
return false;
}
}
$('.pollhouses').each(function(i, ele){
if(ele.value == ""){
$.alert({
title: 'Alert!',
content: 'Select haunted houses for all rank.'
});
$(ele).focus();
isvalidForm = false;
return false;
}
});
if(isvalidForm == true){
$.ajax({
url: "/hauntworld/setPoll",
data:$("#frmlhauntpoll").serializeFormJSON(),
success:function(response){
var cls = "text-success";
if(response.SUCCESS == false)
cls = "text-danger";
$(".national-poll-body").html(`
<div class="row mt-4">
<div class="col-md-12">
<h4 class="text-center `+cls+`">`+response.MESSAGE+`</h4>
</div>
</div>
<div class="row mt-4">
<div class="col-md-12 text-right">
<button type="button" class="btn btn-sm btn-default" data-dismiss="modal">Close</button>
</div>
</div>
`);
}
});
}
});
}
});
$('#hauntpoll').modal('show');
}
function ValidateEmail(mail){
if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(mail))
return (true)
else
return (false)
}
$(document).ready(function(){
getStatesMap();
$(".openPoll").click((e) =>{
var _this = this;
});
});
(function ($) {
$.fn.serializeFormJSON = function () {
var o = {};
var a = this.serializeArray();
$.each(a, function () {
if (o[this.name]) {
if (!o[this.name].push) {
o[this.name] = [o[this.name]];
}
o[this.name].push(this.value || '');
} else {
o[this.name] = this.value || '';
}
});
return o;
};
})(jQuery);
</script>
<!-- This is table for Face Book, twitter [End]-->
<div class="row" >
<div class="ml-4 mr-4 inline-block">
<div class="col-md-12 col-sm-12 text-center margin-top">
<table width="200px" style="margin: auto;" class="proTable">
<tr>
<td>
<fb:like show_faces="true" width="105" font="verdana" colorscheme="dark" data-layout="button_count"></fb:like>
</td>
<td>
<div class="share share_twitter mr-1" style="padding: 0;border-radius: 3px;margin: 0px;">
<i class="fa fa-twitter pull-left"></i>
<a style="text-decoration: none;" class="text-bold pl-1 pt-1" href="javascript:void(0);" onclick="javascript:twshare(url='https://twitter.com/intent/tweet?url=https://www.hauntworld.com&text=Find Haunted Houses - Best Haunts - Haunted Attractions | HauntWorld',content_type='page',content_id='0',content_url='https://www.hauntworld.com')">Tweet</a>
</div>
<div class="share share_pinterest" style="padding: 0;border-radius: 3px;margin: 0px;">
<i class="fa fa-pinterest pull-left"></i>
<a style="text-decoration: none;" class="text-bold pl-1 pt-1" href="javascript:void(0);" onclick="javascript:pinshare(url='http://pinterest.com/pin/create/bookmarklet/?url=//www.hauntworld.com&media=//d2eztu95ca7dqr.cloudfront.net/data/images/hauntworldfacebook.jpg&is_video=false&description=',content_type='page',content_id='0',content_url='https:\\www.hauntworld.com')">Save</a>
</div>
</td>
</tr>
</table>
</div>
<div class="col-md-12 col-sm-12 margin-top text-center">
<h3 class="p-0 m-0" style="display:inline-block;"><a class="OpenSans-Medium text-small" href="/americas-scariest-best-haunted-houses" title="Find haunted house attractions near you">Find Haunted Houses</a></h3> |
<h3 class="p-0 m-0" style="display:inline-block;"><a class="OpenSans-Medium text-small" href="/haunted-hayrides-directory-find-by-state" title="Find haunted hayrides attractions near you">Find Haunted Hayrides</a></h3> |
<h3 class="p-0 m-0" style="display:inline-block;"><a class="OpenSans-Medium text-small" href="/find-pick-your-own-pumpkin-patches-hayrides-corn-mazes-and-halloween-fun" title="Find pumpkin patches near you">Find Pumpkin Patches</a></h3> |
<h3 class="p-0 m-0" style="display:inline-block;"><a class="OpenSans-Medium text-small" href="/find-corn-mazes-across-america" title="Find corn mazes near you">Find Corn Mazes</a></h3> |
<h3 class="p-0 m-0" style="display:inline-block;"><a class="OpenSans-Medium text-small" href="/find-real-haunted-houses-ghost-tours-and-scary-attractions" title="Find real haunted houses, ghost tour near you">Real Haunted Houses</a></h3> |
<h3 class="p-0 m-0" style="display:inline-block;"><a class="OpenSans-Medium text-small" href="/escape-rooms-directory-find-by-state" title="Find top best horror attractions escape rooms near you">Escape Rooms</a> </h3>
</div>
<div class="col-md-12 col-sm-12 margin-top">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" class="folinka" width="100%">Find a haunted house near you by state, city, zip code,
rate, review and share all types of haunted houses, hayrides and everything Halloween.&nbsp; Hauntworld
rates and reviews more haunted houses than any other website on the web now featuring over 200 haunted
house reviews and over 5000 haunted attractions.&nbsp; Find a haunted house to hayride near you.<br />
All images, content and information contained on this website is &copy; 2019 Halloween
Productions/Blacklight Attractions. Developed and Maintained by <span style="color:#808080;"><a
href="https://www.isummation.com" target="_blank">iSummation Technologies</a></span>. All Rights
Reserved&nbsp; <a href="/halloween-haunted-house-Conditon"><span style="color:#808080;">Condition of
Use</span></a> | <a href="/halloween-haunted-house-privacy"><span style="color:#808080;">Privacy
Notice</span></a>&nbsp;</td>
</tr>
</tbody>
</table>
<span>&nbsp;</span>
</div>
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-4150341-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-4150341-1');
</script>
<script type="text/javascript" src="/bannerscript/banner/viewbanner" defer="defer"></script>
</div>
</div>
</div>
<div class="modal fade" id="loginwindow" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true" data-keyboard="false" data-backdrop="static">
<div class="modal-dialog modal-lg modal-dialog-centered panel" role="document">
<div class="modal-content panel panel-default">
<div class="modal-header p-0 py-2 panel-heading">
<h5 class="modal-title col-xs-6 col-sm-6 col-md-6" id="exampleModalLabel">Login</h5>
<div class="col-xs-6 col-sm-6 col-md-6">
<button type="button" class="close pill-right p-0" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
</div>
<div class="card card-magazine border-secondary p-2 loginbody hw-panel-body">
</div>
</div>
</div>
</div>
</body>
<link href="https://s3.amazonaws.com/hauntworld/hw/mobilestyle/map/css/map.css" rel="stylesheet" type="text/css" />
<link type="text/css" href="https://d2eztu95ca7dqr.cloudfront.net/hw/style/jquery.webui-popover.min.css" rel="stylesheet" />
<link type="text/css" rel="stylesheet" href="https://d2eztu95ca7dqr.cloudfront.net/hw/style/font-awesome-4.2.0/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="https://d2eztu95ca7dqr.cloudfront.net/hw/javascript/prettyphoto/css/prettyPhoto.css" />
<script type="text/javascript" src="https://d2eztu95ca7dqr.cloudfront.net/hw/javascript/general.js" language="javascript" defer="defer"></script>
<script type="text/javascript" src="//connect.facebook.net/en_US/all.js#xfbml=1&appId=157814444240305" defer="defer"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" defer="defer"></script>
<script type="text/javascript" src="https://d2eztu95ca7dqr.cloudfront.net/hw/javascript/jquery.webui-popover.min.js" defer="defer"></script>
<script type="text/javascript" src="https://d2eztu95ca7dqr.cloudfront.net/hw/javascript/prettyphoto/js/jquery.prettyPhoto.js" defer="defer"></script>
<script type="text/javascript" >
function generateGallery(id){
$("a[rel^='hwblogGallery']").prettyPhoto(
{overlay_gallery: true,
allow_resize: true,
deeplinking:false,
markup:
'<div class="pp_pic_holder"> \
<div class="ppt">&nbsp;</div> \
<div class="pp_top"> \
<div class="pp_left"></div> \
<div class="pp_middle"></div> \
<div class="pp_right"></div> \
</div> \
<div class="pp_content_container"> \
<div class="pp_left"> \
<div class="pp_right"> \
<div class="pp_content"> \
<div class="pp_loaderIcon"></div> \
<div class="pp_fade"> \
<a href="#" class="pp_expand" title="Expand the image">Expand</a> \
<div class="pp_hoverContainer"> \
<a class="pp_next" href="#">next</a> \
<a class="pp_previous" href="#">previous</a> \
</div> \
<div id="pp_full_res"></div> \
<div class="pp_details"> \
<div class="pp_nav"> \
<a href="#" class="pp_arrow_previous">Previous</a> \
<p class="currentTextHolder">0/0</p> \
<a href="#" class="pp_arrow_next">Next</a> \
</div> \
<a class="pp_close" href="#">Close</a> \
</div> \
</div> \
</div> \
</div> \
</div> \
</div> \
<div class="pp_bottom"> \
<div class="pp_left"></div> \
<div class="pp_middle"></div> \
<div class="pp_right"></div> \
</div> \
</div> \
<div class="pp_overlay"></div>'
}
);
$(".gallery-"+id).children().first().trigger("click");
}
function fbshare(url,content_type,content_id,content_url){
javascript:window.open(url,'Facebook','menubar=no,toolbar=no,resizable=yes,scrollbars=no,width=560,height=330');
$.ajax({
url: '/general/setSocialCount',
data:{social:"fb",content_type:content_type,content_id:content_id,url:content_url},
success:function(response){}
});
}
function twshare(url,content_type,content_id,content_url){
javascript:window.open(url,'Twitter','menubar=no,toolbar=no,resizable=yes,scrollbars=no,width=560,height=330');
}
function pinshare(url,content_type,content_id,content_url){
javascript:window.open(url,'Pinterest','menubar=no,toolbar=no,resizable=yes,scrollbars=no,width=560,height=330','Pinterest','width=800,height=560');
$.ajax({
url: '/general/setSocialCount',
data:{social:"pint",content_type:content_type,content_id:content_id,url:content_url},
success:function(response){}
});
}
function gpshare(url,content_type,content_id,content_url){
javascript:window.open(url,'Google Share','menubar=no,toolbar=no,resizable=yes,scrollbars=no,height=600,width=600');
$.ajax({
url: '/general/setSocialCount',
data:{social:"google",content_type:content_type,content_id:content_id,url:content_url},
success:function(response){}
});
}
function funnewsblog(date){
var frm = window.document.frmSurvey;
frm.date12.value = date;
frm.action = "/news_blog";
frm.submit();
}
function viewResult(SurveyID){
var popWin = window.open('survey_viewresult?SurveyID='+SurveyID,'popup1','top=150,left=300,height=430,width=400,scrollbars=yes,resizable=no');
popWin.focus();
}
function doVoting(currentIndex,SurveyID){
var frmObj = eval("window.document.frmSurveyOption"+currentIndex);
var bln = false;
var selectOptionID = 0;
for(i=0; i < frmObj.surveyoptionID.length; i++)
{
if(frmObj.surveyoptionID[i].checked){
selectOptionID = frmObj.surveyoptionID[i].value;
bln=true;
break;
}
}
if(!bln){
alert("Please select an option to vote");
}
else
{
var popWin = window.open('survey_vote?SurveyID='+SurveyID+'&surveyoptionID='+selectOptionID,'popup1','top=300,left=350,height=80,width=300,scrollbars=yes,resizable=no');
popWin.focus();
}
}
function showdiv(id){
document.getElementById(id).style.display = ''
}
function Hidediv(id){
document.getElementById(id).style.display = 'none';
}
function initDefer() {
var vidDefer = document.getElementsByTagName('iframe');
for (var i=0; i < vidDefer.length; i++) {
if(vidDefer[i].getAttribute('src') == '' && vidDefer[i].getAttribute('data-src') && (isElementInViewport(vidDefer[i]) == true)) {
vidDefer[i].setAttribute('src',vidDefer[i].getAttribute('data-src'));
if($(vidDefer[i]).parents(".animated-dark-background").length == 1){
$(vidDefer[i]).parents(".animated-dark-background").removeClass("animated-dark-background")
}
setResponsiveness();
}
}
var imgDefer = document.getElementsByTagName('img');
for (var i=0; i < imgDefer.length; i++) {
if(imgDefer[i].getAttribute('src') == 'data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=' && imgDefer[i].getAttribute('data-src') && (isElementInViewport(imgDefer[i]) == true)) {
imgDefer[i].setAttribute('src',imgDefer[i].getAttribute('data-src'));
if($(imgDefer[i]).parents(".animated-dark-background").length == 1){
$(imgDefer[i]).parents(".animated-dark-background").removeClass("animated-dark-background")
}
setResponsiveness();
}
}
var mapDefer = document.getElementsByClassName('ggle-map');
for (var i=0; i < mapDefer.length; i++) {
if($(mapDefer[i]).find('#map-canvas').html().length == 0 && (isElementInViewport(mapDefer[i]) == true)) {
initnearbyhauntmap();
}
}
var divDefer = document.getElementsByClassName('lazzyload');
for (var i=0; i < divDefer.length; i++) {
if($(divDefer[i]).html().length == 0 && (isElementInViewport(divDefer[i]) == true)) {
window[divDefer[i].getAttribute('data-function')](divDefer[i].getAttribute('data-args'));
setResponsiveness();
}
}
}
function setResponsiveness(){
$("table").each(function (){
if($(this).attr("width") != "100%" && !$(this).hasClass('proTable')){
$(this).attr("width","100%");
}
});
//$("#frmhw_newsblog").children().find("iframe").removeAttr("width").css("max-width","");
$("p object, .blog-content embed,iframe").each(function(){
if($(this).hasClass('twitter-share-button')){
}
else{
if($(this).is("iframe")){
if($( window ).width() <= 408){
$(this).removeAttr("width").css("width","100%").attr("max-width","100%");
}
}
else{
$(this).removeAttr("width").css("width","100%").attr("max-width","100%");
}
}
});
// $("p,.blog-content a").css("word-break","break-all");
$("input[type^=image]").each(function(){
if($(this).hasClass("proImage") == false){
$(this).removeAttr("width").css("width","").addClass("img-responsive");
}
});
$("input[type^=text]").each(function(){
$(this).removeClass("frmitem").addClass("form-control");
});
$("img").each(function(){
if($(this).hasClass("proImage") == false){
$(this).removeAttr("width").css("width","").css("height","auto").addClass("img-responsive");
}
});
/* $(".container ul li,.article,.blogcontent").css("word-break","break-all"); */
$(".aboxcontent").children().find("iframe").removeAttr("width").css("max-width","");
}
function isElementPartiallyInViewport(el){
//special bonus for those using jQuery
if (typeof jQuery !== 'undefined' && el instanceof jQuery) el = el[0];
var rect = el.getBoundingClientRect();
// DOMRect { x: 8, y: 8, width: 100, height: 100, top: 8, right: 108, bottom: 108, left: 8 }
var windowHeight = (window.innerHeight || document.documentElement.clientHeight);
var windowWidth = (window.innerWidth || document.documentElement.clientWidth);
var vertInView = (rect.top <= windowHeight) && ((rect.top + rect.height) >= 0);
var horInView = (rect.left <= windowWidth) && ((rect.left + rect.width) >= 0);
return (vertInView && horInView);
}
function isElementInViewport(el) {
//special bonus for those using jQuery
if (typeof jQuery !== 'undefined' && el instanceof jQuery) el = el[0];
var rect = el.getBoundingClientRect();
var windowHeight = (window.innerHeight || document.documentElement.clientHeight);
var windowWidth = (window.innerWidth || document.documentElement.clientWidth);
return (
(rect.left >= 0)
&& (rect.top >= 0)
&& ((rect.left + rect.width) <= windowWidth)
&& ((rect.top + rect.height) <= windowHeight)
);
}
function login(action){
$.ajax({
type: "POST",
async:false,
url:"/general/login/returnformat/text",
data:{
showdiv:action,
backevent:'hauntworld.index',
nextevent:'hauntworld.index',
site:'hw'
},
success:function(res){
$(".loginbody").html(res);
$("#loginwindow").modal('show');
}
});
}
window.addEventListener('scroll', function (event) {
initDefer();
});
$(document).ready(function(){
setResponsiveness();
initDefer();
$(".recentcontentbox").on('scroll',function(){
initDefer();
});
$(".subscribenow").click(function(){
var id = "subscribeemail"
var re = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
if(re.test($("#"+id).val())){
jQuery.ajax({
type:'POST',
url : "/general/subscribenow",
data : {email : $("#"+id).val()},
success : function(res){
res = eval("(" + res + ")");
if(res.SUCCESS){
$("#"+id).val('');
alert(res.RETCONTENT);
}
else{
alert("Yor are not subscribed yet! Please try again!")
}
}
});
}
else{
alert("Please! Enter valide email id...");
}
return false;
});
$("a[rel^='prettyPhoto']").prettyPhoto({
theme: 'dark_rounded',
// default_width: $( window ).width() - 100,
// default_height: $( window ).height() - 100,
deeplinking: false,
social_tools: '',
allow_resize: false
});
});
</script>
</html>



