<!DOCTYPE html>
<html>

<head>
<title>Salem Witch Museum</title>

	<meta charset="utf-8" />
	<title>Salem Witch Museum - Salem, Massachusetts</title>
	<meta name="generator" content="BBEdit 10.1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>

<meta name="description" content="The Salem Witch Museum's presents the Salem Witch Trials of 1692, one of the most important and tragic events in American history.">
<meta name="keywords" content="Salem, Salem Witch Museum, Museum, witch,massachusetts,education,student tours,groups,group tours,Salem Town,Salem village,witch hunting, witch hunt,bewitchment,witchcraft,Superior Court of Judicature,Oyer and Terminer,William Stoughton,samuel parris,Betty Parris,William Griggs,rebecca nurse,Bridget Bishop,George Burroughs,Martha Carrier,Martha Corey,Mary Easty,Sarah Good,Elizabeth Howe,George Jacobs, Sr.,Susannah Martin, Alice Parker,Mary Parker,John Proctor,Ann Pudeator,Wilmott Redd,Margaret Scott,Samuel Wardwell,Sarah Wildes,John Willard,pressed to death,gallows hill,Tituba,Arawak,Carib Indian, Dorchester Company, Roger Conant, holiday,holidays,Puritans,The Crucible,Colonial Women, Halloween, North of Boston, Boston, AAA, Tourist Attraction, Attractions,Plimouth Plantation, Salem Wax Museum, Old Sturbridge Village, Village, Tourism, Pioneer Village, Vacation, Peabody Essex Museum, House of the Seven Gables, Witch hunt, Nathaniel Hawthorne, history, Hawthorne Hotel, 17th Century, Joan's Witch Directory, Cape Cod, Bewitched, Wax, Elizabeth Montgomery, Whale Watching.">


<!-- bxSlider CSS file -->
<link href="https://salemwitchmuseum.com/assets/scripts/jquery.bxslider/jquery.bxslider.css" rel="stylesheet" />

<link  rel="stylesheet" href="https://salemwitchmuseum.com/assets/files/css/sitewide.css" />

<link rel="stylesheet" href="https://salemwitchmuseum.com/assets/files/css/visit1692.css" />

<link  rel="stylesheet" href="https://salemwitchmuseum.com/assets/files/css/inside.css" />

<!--<link rel="stylesheet" href="/assets/files/css/groups.css" />-->

<!--<link rel="stylesheet" href="/assets/files/css/ticket_cart.css" />-->

<link rel="stylesheet" href="https://salemwitchmuseum.com/assets/files/css/content_elements.css" />

<link rel="stylesheet" href="https://salemwitchmuseum.com/assets/fancybox/jquery.fancybox.css" type="text/css" media="screen" />


<link rel="stylesheet" media="print" href="https://salemwitchmuseum.com/assets/files/css/SWM_print.css" />



<!--[if IE 8  ]> <link rel="stylesheet" href="/assets/files/css/ie9.css" type="text/css" media="screen" /> <![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" href="/files/css/ie.css" type="text/css" media="screen" /> 
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- jQuery library (served from Google) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!--bootstrap-->
 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
 

<script type="text/javascript" src="https://salemwitchmuseum.com/assets/scripts/jquery-1.11.1.js"></script>
<!--<script type="text/javascript" src="https://salemwitchmuseum.com/assets/scripts/jquery.ui.core.min.js"></script>-->

<script type="text/javascript" src="https://salemwitchmuseum.com/assets/scripts/da-animate/jquery.hoverdir.js"></script>
<script type="text/javascript" src="https://salemwitchmuseum.com/assets/fancybox/jquery.fancybox.pack.js"></script>

<!-- bxSlider Javascript file -->
<script src="https://salemwitchmuseum.com/assets/scripts/jquery.bxslider/jquery.bxslider.min.js"></script>


<script type="text/javascript" src="https://use.typekit.com/gym1bub.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>

<script type="text/javascript" src="https://salemwitchmuseum.com/assets/scripts/dropdown_menus/drop_down.js"></script>


<link rel="stylesheet" type="text/css" href="https://salemwitchmuseum.com/themes/third_party/forms_js_validation/css/validationEngine.jquery.css" >





<script type="text/javascript" src="https://salemwitchmuseum.com/themes/third_party/forms_js_validation/js/forms_js_validation.min.js"></script>
<script type="text/javascript" src="https://salemwitchmuseum.com/themes/third_party/forms_js_validation/js/languages/jquery.validationEngine-en.js"></script>

<script src="https://salemwitchmuseum.com/assets/scripts/jquery.form.js"></script> 
 
<script type="text/javascript">
		/////////////////  CARTTHROB JS //////////////////////////	
		// holding text used when updating totals
		var updating = "updating..."; 
		// if set to true, ajax form will be shown, and all json data will be printed to the console log
		var ct_debug = false;
		// list of all CT fields that might change
		var ct_billing_fields = new   Array('first_name','last_name','address','address2','city','state','zip','country_code','company','phone','email_address','use_billing_info','card_type','expiration_month','expiration_year','begin_month','begin_year','currency_code','language','region');

		var ct_shipping_fields = new   Array('shipping_first_name','shipping_last_name','shipping_address','shipping_address2','shipping_city','shipping_state','shipping_zip','shipping_country_code','shipping_company','shipping_option');
		
		
		// setting all customer information into a variables. 
		
			var first_name = ''; 
			var last_name = ''; 
			var address = ''; 
			var address2 = ''; 
			var city = ''; 
			var state = ''; 
			var zip = ''; 
			var country_code = ''; 
			var company = ''; 
			var phone = ''; 
			var email_address = ''; 
			var use_billing_info = ''; 
			var shipping_first_name = ''; 
			var shipping_last_name = ''; 
			var shipping_address = ''; 
			var shipping_address2 = ''; 
			var shipping_city = ''; 
			var shipping_state = ''; 
			var shipping_zip = ''; 
			var shipping_country_code = ''; 
			var shipping_company = ''; 
			var card_type = ''; 
			var expiration_month = ''; 
			var expiration_year = ''; 
			var begin_month = ''; 
			var begin_year = ''; 
			var currency_code = 'USD'; 
			var language = ''; 
			var shipping_option = ''; 
			var region = '';
			var gateway_name =""; 
		
		
		// cartthrob form options
		var cart_form_options = { 
			success: update_cart,  // post-submit callback
			dataType: 'json' 
	    };
	
		// cartthrob updating function
		function update_cart(data, statusText, xhr, $form)  {   
 	        if (data.success) {                                                   

				// update the XID hash so we don't run afoul of EE's secure forms
				$("input[name=XID]").val(data.XID);
				// using the json data object's data to update various totals
				$('.cart_tax')			.html( data.cart_tax );
				$('.cart_total')		.html( data.cart_total );
				$('.cart_shipping')		.html( data.cart_shipping );
				$('.cart_subtotal')		.html( data.cart_subtotal );
				$('.cart_discount')		.html( data.cart_discount );

				// if debugging is turned on, all data will be output to the js console log
				if (ct_debug)
				{
					$.each(data, function(index, item){
					  console.log(index + ": " +item);
					});  
					$.each(data.errors, function(index, item){
					  console.log(index + ": " +item);
					});
				}
	        }  
			return true; 
	    }
	
		jQuery(document).ready(function($){
			
			// add use billing info to checkout fields. 
			function add_billing_info()
			{
				// add use_billing_info box if it doesn't exist. hide and show shipping fields
				if ($("fieldset.billing").length > 0 && $("fieldset.shipping").length > 0 && $("fieldset.billing > label.use_billing_info").length == 0)
				{
					
					//ht = '<label class="use_billing_info">Copy billing info to shipping</label>';
					ht = '<div class="radio_input" id="info_choice"><label>Use Billing Information?</label>'; 
					if (use_billing_info == "1" || use_billing_info =="yes")
					{
						ht += '<span>Yes <input type="radio" name="use_billing_info" value="yes" checked="checked"/></span>';
						ht += '<span>No <input type="radio" name="use_billing_info" value="no"  /></span>' ; 
						//$("fieldset.shipping").hide(); 
					}
					else
					{
						ht += '<span>Yes <input type="radio" name="use_billing_info" value="yes" /></span>';
						ht += '<span>No <input type="radio" name="use_billing_info" value="no" checked="checked" /></span>' ; 
						//$("fieldset.shipping").show(); 
					}
					ht += '</div>';
					$('#cust_info_collection').prepend( ht );
				}
			}
			add_billing_info(); 
			
			// showing a login form when the login button is clicked. 
			$("#login_bttn").click(function(){
				$("#login_form").show();
				return false;
			});
			
			$("#gateway").on('change', function(){
				$.post("https://salemwitchmuseum.com/cart/ajax_cart_form", { gateway: $(this).val()},
					function(data) {
						$( "#checkout_form_gateway_fields" ).empty().append( $(data) );
			   }).complete(function() { add_billing_info();  });
 			}); 

			
			// when any field is updated, check to see if it's a CT form field and dynamically update 
			$("input[type=text], input[type=radio], select").on('change', function(){
				
				var input_name = $(this).attr("name");    
				var input_val = $(this).val(); 
				
				if ( $.inArray(input_name, ct_billing_fields) != -1 || $.inArray( input_name , ct_shipping_fields)!= -1  )
				{
					if (input_name =="use_billing_info")
					{
						input_val = $('input[name='+input_name+']:checked').val(); 
						if (input_val== "yes" || input_val == "1")
						{
							$(ct_shipping_fields).each(function(index, data) {  
								var new_value = null;
								new_value = $(":input[name="+ data.replace("shipping_", "") +"]").val(); 
								$(":input[name="+ data +"]").val( new_value ); 
							});
							use_billing_info = 1; 
							//$("fieldset.shipping").hide(); 
						}
						else
						{
							use_billing_info = 0; 
							//$("fieldset.shipping").show();
							$(ct_shipping_fields).each(function(index, data) {  
								var new_value = null;
								new_value = (new Function("return " + data ))();
								$(":input[name="+ data +"]").val( new_value ); 
							});
						}
					}  
					//var form = $(this).closest("form"); 
					var form = $("#hidden_save_customer_info_form"); 
					// generate a new input 
					new_input = $("<input type='text' name='"+ input_name +"' value='"+ input_val +"' />"); 
					// add this field to the form without classes, ids, etc. don't need em.
					$('#hidden_save_customer_info_form > .cart_data').empty().append(new_input); 
					 
					// don't submit the checkout form via ajax if it's the checkout
					if ($(form).attr("id") != "checkout_form")
					{
						$(form).ajaxForm(cart_form_options);
		                $(form).submit(); 
					}
				}
			});    
			
			// in forms where we want to direct a customer to one location 
			// or the other based on their submit selection, we get the value set in the "rel" attribute
			// and submit the parent form
 			$(".cart_submit_button").click(function(event){   
				event.preventDefault(); 
 				// get the return template name
				var return_template = $(this).attr('rel');     
				
				// get the form element that's connected with the submit button
				var form = $(this).closest('form');  
 				// check to see if the rel was set.
				if ( return_template )
				{       
 					// check to see if the return input does not exist
					if ($(form.attr("id") + ' > input[name=return]').length == 0)
					{           
						// input doesn't exist. add it. 
						var return_input = $("<input type='hidden' name='return' value='" + return_template + "' />");
						return_input.appendTo(form); 
					}
					else
					{
						// it exists. update it. 
						$(form.attr("id") + ' > input[name=return]').val(return_template); 
					}
				}  
				// we don't want the submit button locked into using ajaxForm
				$(form).unbind('submit').find('input:submit,input:image,button:submit' ).unbind('click'); 
				
				$(form).submit(); 
				return false; 
			}); 
			/////////////////  END CARTTHROB JS //////////////////////////
 		}); 
	</script>   
	




<script>
$(document).ready(function(){
  $('.bxslider').bxSlider({
adaptiveHeight: true,
  mode: 'fade',
 
 
   auto: true
  });
});
</script>

<script type="text/javascript">
$(document).ready(function() {
   $("a.gallery").fancybox();
   $("a.WBflash").fancybox({
   	'width'				: '60%',
		'height'			: '80%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'hideOnContentClick': false
		

      });
});

</script> 

<script type="text/javascript">
//<![CDATA[
var tlJsHost = ((window.location.protocol == "https:") ? "https://secure.comodo.com/" : "http://www.trustlogo.com/");
document.write(unescape("%3Cscript src='" + tlJsHost + "trustlogo/javascript/trustlogo.js' type='text/javascript'%3E%3C/script%3E"));
//]]>
</script>
 
</head> 

 <body class="museum interior swm" id="blog">
<a id="page_top"></a> 



<div id="headings">
      <div id="top_headings_background" class="navbar navbar-default navbar-fixed-top" role="navigation"> 
		<section id="top_headings" class="container">
			<div id="top_layer_background">
	<div id="top_layer" class="group">
		
			<div id="home_logo" class="group"> 
				<a href="https://salemwitchmuseum.com">
					<img src="https://salemwitchmuseum.com/assets/newimages/logo_white_witch_175.png" title="Salem Witch Museum" />
				</a>
			</div>
		
	</div>
	<div id="top_motto_background">
		<div id="top_motto_container" class="group">
			<div id="branding">
				<div id="top_motto_box">
					<h2 id="top_motto" >Salem's Most Visited Museum </h2>
				</div>
				<div id="brand_box">
					<h1 id="brand">Salem Witch Museum </h1>
				</div>
			</div>
			
			<section id="top_layer_navigation" class="group">
			   <div class="navbar-header">
			      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#collapse">
				<span class="sr-only">Toggle navigation</span>
				<span class="icon-bar"></span>
				<span class="icon-bar"></span>
				<span class="icon-bar"></span>
			      </button>
			</div>
			<nav  id="site" >
 <div class="collapse navbar-collapse" id="collapse">                
<ul class="group nav navbar-nav  ">
 
<li class="site_link " id="first_nav_li">

<a  id="home_nav_link" href="https://salemwitchmuseum.com">Home</a>

</li>



<li class="site_link" >
<a id="first_nav_link" href="/about">Visit</a>
</li>

<li class="site_link" >
<a id="second_nav_link" href="/education">The Trials</a>
</li>

<li class="site_link" >
<a id="third_nav_link" href="/videos">Videos</a>
</li>

<li class="site_link">
<a id="fourth_nav_link" href="/SitesTour">Sites Tour</a>
</li>

<li class="site_link" >
<a id="fifth_nav_link" href="/blog">Blog</a>
</li>

<li class="site_link" >
<a id="sixth_nav_link" href="/groups">Group Tours</a>
</li>

<li class="site_link" >
<a id="seventh_nav_link" href="https://salemwitchmuseumstore.com">Store</a>

</li>

<li class="site_link" id="last_nav_li">
<a id="eighth_nav_link" href="https://salemwitchmuseum.com/proctorsledge">Proctors Ledge</a>

</li>



</ul>
</div>
</nav>
	               </section>	
		</div>
	</div>
	
</div>
				
		</section>
     </div>
     
   
     
    	
		 
		
</div>











  
<div id="content" class="interior group">
          
            <div id="new_content_box" class="group">
        
          <h2>
     Salem Witch Museum News
     </h2>
                 
                 
 
  <div class="blog_entry group">

			<h2>
				<a href="https://salemwitchmuseum.com/blog/elie-wiesels-salem-witch-trials-memorial-dedication-speech-1992">Elie Wiesel&#8217;s Salem Witch Trials Memorial Dedication Speech, 1992</a>
			</h2>

		   <p><img alt="" src="https://salemwitchmuseum.com/assets/newimages/blog/Elie_Wiesel_with_subtitle.jpg" style="float:left; height:252px; width:300px" />Elie Wiesel Speech at Salem Tercentenary, 1992</p>

<p>Transcript</p>

<p>&nbsp;</p>

<p><em>Mayor Harrington, Mr. Williams and friends,</em></p>

<p><em>When I was invited to come here and speak to you about the Salem trials, about the witches of Salem, I was wondering why me?&nbsp; It&rsquo;s not my field.&nbsp; My field is the Bible, philosophy, literature, not history. Surely not this aspect of history but I was a good student and I accepted.&nbsp; I became grateful, too. I began studying the subject and for the last three or four weeks I did nothing else.&nbsp; I read everything about the event.&nbsp; And then I realized that there are so many things I didn&rsquo;t know.&nbsp; Do I know now?&nbsp; That is the question.</em></p>

<p>&nbsp;</p>

<p><em>In fact, 300 years ago certain things happened here and we still wonder, how are we to comprehend the violent passions and tragic events that shook up this community?&nbsp; A community that you, Mr. Mayor, termed, rightly, a community devoted to &ldquo;shalom,&rdquo; &ldquo;salam,&rdquo; Salem, peace.</em></p>

<p>&nbsp;</p>

<p><em>Were there witches in Salem?&nbsp; If the answer is yes the reactions to them may be understandable.&nbsp; Doesn&rsquo;t scripture command us to leave no witch alive?&nbsp; Once you study the law you wonder why such biblical and blind harshness towards witches?&nbsp; Why not towards wizards?&nbsp; Why this sexism in the bible?&nbsp; Then you are wondering also what is it about a witch, what was it that inspired such entitleism [sic], such fear?&nbsp; Why were they afraid of the so-called witches?&nbsp; Is it because the witch invokes a power which is not the power we invoke when we want to believe in the divine?&nbsp; Is it because a witch is supposedly using certain links that she had, might have had, with the unholy forces, with the devil, with Satan?&nbsp; If so, why are we more jealous than God?&nbsp; Let God take care of Satan.&nbsp; And if He doesn&rsquo;t, why are we so cruel with Satan&rsquo;s so-called followers?</em></p>

<p>&nbsp;</p>

<p><em>Now the questions are many others have been explored by many writers.&nbsp; And I am sure that all of the books, I hope the manuscripts as well, are magnificent rich archives in this town written.&nbsp; But you will not find the answer.&nbsp; In truth, there is no answer.&nbsp; I don&rsquo;t know today why 300 years ago a wind of madness was blowing over your community.&nbsp; What was it about?&nbsp; In a way it reads like a Kafka novel.&nbsp; Every Kafka novel begins with a small banal incident.&nbsp; It always begins, let&rsquo;s say, like in The Trial Joseph K gets up in the morning and says good morning to the landlady who doesn&rsquo;t answer.&nbsp; And e says because she didn&rsquo;t answer it means I have done something wrong.&nbsp; If I&rsquo;ve done something wrong that means I&rsquo;m guilty.&nbsp; If I&rsquo;m guilty I&rsquo;ll be arrested.&nbsp; If I&rsquo;ll be arrested I&rsquo;ll be judged.&nbsp; If I&rsquo;ll be judged I&rsquo;ll be condemned.&nbsp; Of course I&rsquo;ll be condemned to death.&nbsp; It begins with a good morning and it ends with death.&nbsp; Here it begins with 2 girls, Abigail and Betty, Elizabeth,&nbsp; nine year old and eleven year old.&nbsp; Now, it begins with they have nothing to do that afternoon.&nbsp; Why didn&rsquo;t they take care of their little sisters?&nbsp; Why didn&rsquo;t they help other children with homework?&nbsp; Why didn&rsquo;t they go swimming?&nbsp; Or why didn&rsquo;t they show some interest in international affairs: what was happening in London, the romance of the queen?&nbsp; They had nothing to do and because they had nothing to do they got into trouble.&nbsp; And when they got into trouble other people died.&nbsp; Now, I believe because of these childish fantasies tragedy occurred.&nbsp; What does it teach us?&nbsp; First of all, remember, children should not always be left idle.&nbsp; They should always do something.&nbsp; Even in the summer.&nbsp; There&rsquo;s always something they should do and they could do.&nbsp; I am especially bewildered by the fact that children played in this event.&nbsp; Children suggest innocence.&nbsp; Children suggest beauty, hope, purity.&nbsp; And these children did the opposite.&nbsp; They brought out the injustice [of] which every person is at one point capable.&nbsp; They brought out the hopelessness of the human being when faced with a crowd, with a mob.&nbsp; I didn&rsquo;t understand why children became witches.&nbsp; Because the &ldquo;witches&rdquo; were not witches; the children were the witches.&nbsp; They saw in their hallucinations because they wanted to amuse themselves, divert themselves, they saw in other persons the devil, Satan.&nbsp; And it happened.&nbsp; What they saw was accepted by the adult world.&nbsp; That hurts.&nbsp; I would like children to be children.&nbsp; I also have problems with the community.&nbsp; How is it that the whole community lost its sense of reality?&nbsp; Here and there, yes, there were some people helped to try, not very hard.&nbsp; But all along the community was passive.&nbsp; And the community allowed the trials to take place.&nbsp;</em></p>

<p>&nbsp;</p>

<p><em>Which brings me to a different problem I face when studying the material:&nbsp; in a way, everything was legal.&nbsp; It wasn&rsquo;t a church trial, it was a secular trial.&nbsp; The lieutenant Governor presided over the trial.&nbsp; And when you are starting out the exhibit &ndash; again I urge you to go and see it &ndash; we have seen it, and then I learned even then of something from beginning to end it was a legal procedure.&nbsp; The indictment, the warrant of arrest and then torture.&nbsp; And then to torment, the isolation.&nbsp; The whole judicial process was a legal process. How is it possible for intelligent people to accept such a process?&nbsp; Is it because of the general climate?&nbsp; It was after all the end of the 17th Century.&nbsp; Many wars had hounded that century.&nbsp; Fanaticism was still prevailing in so many places.&nbsp; The church had its own problems.&nbsp; And, what I feel the important factor was that we were then coming to the end of a century.&nbsp; And whenever a century was nearing its decline, its end, history itself was shaking up, as it does now shake up.&nbsp; We have a feeling when we come to the end of a decade or a century, in our case it&rsquo;s a millennium, history is moving to its very bowels to make them burst to bring everything to the surface and therefore everything goes so fast, very fast, too fast perhaps.&nbsp; Because history or the century want to go quicker to the end in order to get the leap of the phantasms of the demons that has dominated millions, hundreds of millions of people, men and women.&nbsp;</em></p>

<p>&nbsp;</p>

<p><em>Is that the reason why for a few months everything was possible in Salem?&nbsp; For it was very fast.&nbsp; The hangings, that too was to me a surprise, in my collective memory, we are all inheriting part of collective memory, I thought that witches were burned.&nbsp; Here I learned that they were hanged.&nbsp; But it all went very fast from June to September: 19 or 20 people were hanged.&nbsp; It went fast.&nbsp; It came fast.&nbsp; But it also went away very fast.&nbsp; And that is, again, another source of astonishment for me.&nbsp; And this one is a positive astonishment.&nbsp; All of a sudden the winds subsided.&nbsp; All of a sudden the young, now teenaged girls had nothing to say.&nbsp; And when they spoke nobody listened to them.&nbsp; All of a sudden those who had been tried had been freed.&nbsp; Those who had been imprisoned had been released.&nbsp; Those who had been condemned were let go free.&nbsp; Why?&nbsp; Because, I believe, of a few individual persons.&nbsp; Because of one clergyman, and because of the successor of Paris, Green.&nbsp; They came, they managed to produce a metamorphosis in the community.&nbsp; And I read that with amazement and gratitude.&nbsp; Mr. Williams, yes on person can save the world.&nbsp; It&rsquo;s so easy to save another human being.&nbsp;</em></p>

<p>&nbsp;</p>

<p><em>We know in philosophy there are two absolutes:&nbsp; to bring life and to take it away.&nbsp; And both are so easy.&nbsp; Anyone can bring life.&nbsp; But anyone can eliminate it.&nbsp; It&rsquo;s so easy to say to human being if only the person who is watching the injustice done to that human being had the humanity, the courage, the nobility to say I cannot let it happen.&nbsp; I just cannot.</em></p>

<p>&nbsp;</p>

<p><em>There was a woman in Germany, in Berlin, a simple woman, a housewife &ndash; I&rsquo;m not saying housewives are simple &ndash; but she was a simple housewife, and she saved some Jews during the war, during the whole war in Berlin, therefore they gave her a medal.&nbsp; There were many journalists there and they all asked her why did you do it?&nbsp; Where did you get the courage to do what you have done?&nbsp; And, why, why, why&hellip;?&nbsp; And she didn&rsquo;t understand the questions.&nbsp; In the end she straightened herself up, and she said, &ldquo;You want to know why I did it I will tell you.&nbsp; Because of self-respect.&rdquo;&nbsp; It&rsquo;s a matter of self-respect.&nbsp; To help someone who needs our help means self-respect.&nbsp; To fight racism means self-respect.&nbsp; To fight intolerance done to another means self-respect.&nbsp; And therefore when I read stories of Salem I find that the victims had a lot of self-respect.&nbsp; I am so embarrassed by the judges, I cannot tell you how.&nbsp; When I found out that the chief justice, the lieutenant governor later became governor after the trials.&nbsp; But what happened to the people in Salem, Massachusetts.&nbsp; He became Governor. He should have discredited himself from all (times?) to come.&nbsp; But he became governor.&nbsp; He had power.&nbsp; He didn&rsquo;t give it up, didn&rsquo;t relinquish it.&nbsp; I cannot tell you how sad I am when I think of those who accepted the verdict, but I&rsquo;m proud of the victims who did not accept the verdict.&nbsp; Of those who said to the end, no.&nbsp; No!&nbsp; Your justice is not mine, your faith is not mine.&nbsp; And I go on claiming my right to humanity, which is my right to believe in the God that I believe in.&nbsp; What have we learned from that?&nbsp; That in times of inhumanity, humanity is still possible.&nbsp; Even when there is hatred around one and fight it.&nbsp; If I cannot fight the hatred all over the world at least I can fight hatred somewhere, in one person, in me.&nbsp; The key word, I&rsquo;ve found, that is part of the vocabulary of the drama of tragedy, is fanaticism.&nbsp; It is because people were fanatic that Salem was possible.&nbsp; It is because a fanatic has it easy.&nbsp; It is so easy to believe that the children really saw the demon in the witch.&nbsp; It is so easy to believe that the chief justice spoke on behalf of justice.&nbsp; I believe fanaticism is there for the worst evil that existed then for it produced more evil.&nbsp; And fanaticism is the greatest evil that faces us today.&nbsp; For today, too, there are Salems.&nbsp; At least were.&nbsp;</em></p>

<p>&nbsp;</p>

<p><em>In the 1930&rsquo;s before all of you were born, the world was struck by the Moscow Trials.&nbsp; There were trials in Moscow.&nbsp; The greatest leaders of what used to be the Soviet Union, the companions of Lenin were accused of treason, of corruption, of anything you can imagine in the world of evil and they confessed.&nbsp; How did they confess?&nbsp; Those people who were heroes they resisted the Czar&rsquo;s secret service,&nbsp; but didn&rsquo;t resist Stalin&rsquo;s secret service, and they all confessed.&nbsp; What were those trials if not witch trials?</em></p>

<p>&nbsp;</p>

<p><em>May I skip a generation?&nbsp; What did Khomeini try to do if not to install a fanaticism of the scale of the nation and a religion and therefore we have Salman Rushdie condemned to death.&nbsp; Now I understand if the critics want to kill a writer, but not that way.&nbsp; And today to our great dismay and sadness there is a kind of nationalistic witchcraft in what used to be Yugoslavia.&nbsp; When we remember these victims here with pride and sadness and admiration we cannot not remember the victims of today and yesterday.&nbsp; They received freedom, what are they doing with it for God&rsquo;s sake!?&nbsp; They are abusing their freedom and using it to spread hatred among each other against each other.&nbsp; Who would have believed that in what used to be Yugoslavia in the free Serbia, Bosnia-Herzegovina, Sarajevo, my God Sarajevo, we are thinking about past and present.&nbsp; When I read in the beginning about Sarajevo in the newspapers I was wondering, &ldquo;Maybe am I dreaming?&rdquo;&nbsp; Sarajevo belongs to the first world war, not to today.&nbsp; It came back into the news, and what are they, they Serbs, doing?&nbsp; Opening concentration camps, death camps, putting people into boxcars?&nbsp; Killing them?&nbsp; Summary executions.&nbsp; Why, because they are Muslims?&nbsp; Or Croatians?&nbsp; What is happening to this world?&nbsp; What bothers me even more is our leaders here in this country and other countries who should know better are not doing whey they should do.&nbsp; I believe we must stop death killing!</em></p>

<p>&nbsp;</p>

<p><em>Have you seen the children on&nbsp;a bus, two children were killed in the bus for going through the border.&nbsp; Have you seen the funeral of these children yesterday, in the cemetery, being shelled by the Serbs.&nbsp; The absurdity is so cruel that one cannot take it anymore.&nbsp; I suggest that if President Bush was capable of organizing an alliance against Iraq he should be capable too of organizing a new alliance.&nbsp; And I would like the United Nations Security Council and the General Assembly and all people of good will, all people of morality to come out with a proclamation saying that those perpetrators and their leaders, political or military, if they do not stop for to it will be accused of crimes against humanity.&nbsp; In conclusion my good friends, what we have seen here today is a lesson not about the past only, but also about the present.&nbsp; That whenever a person or a group of persons come and say that they are superior to another group because of their color, race or religion, they will create upheavals with bloodshed accompanying them.&nbsp; With innocence becoming the first victim.&nbsp; For when people are unjustly accused, when people are unjustly imprisoned, when people, men or women or children &ndash; for God&rsquo;s sake I cannot forget that one of those in prison was four years old, with chains &ndash; when children are victimized, humiliated, that means there&rsquo;s something wrong with our society.&nbsp; And indeed you chose well the fourth word, &ldquo;Memory.&rdquo;&nbsp; It&rsquo;s all that we remember that we will be worthy of redemption.&nbsp; Thank you.&nbsp;&nbsp;</em></p>

 		   <div class="posted">
			Posted by Stacy on
			07/20 at 12:18 PM

			

			<a href="https://salemwitchmuseum.com/blog/elie-wiesels-salem-witch-trials-memorial-dedication-speech-1992">Permalink</a>
		   </div>

		  

   </div><div class="blog_entry group">

			<h2>
				<a href="https://salemwitchmuseum.com/blog/field-trip-to-rebecca-nurse-homestead">Field Trip to Rebecca Nurse Homestead</a>
			</h2>

		   <p>by Susie Menice</p>

<p>Saturday, June 11, 2016</p>

<p>Our day started at the <a href="http://www.rebeccanurse.org/">Rebecca Nurse Homestead</a> in Danvers. <a href="http://salem.lib.virginia.edu/people?group.num=&amp;mbio.num=mb21">Rebecca Nurse</a> was the 71 year old Grandmother who was charged for witchcraft and hanged on July 19th, 1692 in Salem. &nbsp;Danvers at that time was known as&nbsp;Salem Village. Many pertinent sites from the trials are in Danvers and today. &nbsp;We tried to visit many of them.</p>

<p>With our book, <a href="https://www.amazon.com/Hunting-Witches-Visitors-Guide-Trials/dp/1889833304">"Hunting for Witches: A Visitor&#39;s Guide to the Salem Witch Trials"</a> in hand, we, along with friends, &nbsp;Anne&nbsp;&amp;&nbsp;Casey, met&nbsp;Stacy Tilney, Director of Communications at the Salem Witch Museum, for some site seeing. &nbsp;After the Nurse house, we visited the Witch Trial Memorial, The Salem Village Parsonage Archaeological Site, where Rev. Parris lived, &nbsp;where it basically all began with the girls having their fits and accusing Tituba of bewitching them. Then we walked on to what was once Ingersoll&#39;s Ordinary (tavern) where some examinations took place and where they would all gather after examinations to gossip and discuss the day&#39;s events.</p>

<p><img alt="" src="https://salemwitchmuseum.com/assets/newimages/blog/RNH_1.jpg" style="float:left; height:400px; width:400px" /></p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>The Rebecca Nurse Homestead,&nbsp; 149 Pine Street, Danvers, Ma. &nbsp;</p>

<p><img alt="" src="https://salemwitchmuseum.com/assets/newimages/blog/RNH_2.jpg" style="float:left; height:400px; width:300px" /></p>

<p>&nbsp; &nbsp; &nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>A view from the side.</p>

<p><img alt="" src="https://salemwitchmuseum.com/assets/newimages/blog/RNH_3.jpg" style="height:225px; width:300px" />&nbsp; &nbsp; &nbsp;<img alt="" src="https://salemwitchmuseum.com/assets/newimages/blog/RNH_4.jpg" style="height:225px; width:300px" /></p>

<p>It is said that after Rebecca Nurse was executed, her son came late at night to salvage her body that was thrown into a heap with others that were executed on that day. He gave her a proper burial, unmarked, somewhere on her property. We may never know exactly where she rests, but it is a peaceful feeling to know that she is here somewhere.</p>

<p><img alt="" src="https://salemwitchmuseum.com/assets/newimages/blog/RNH_5.jpg" style="height:300px; width:400px" /></p>

<p>This building on&nbsp;The Rebecca Nurse Homestead&nbsp;is a replica of the Salem Village Meeting House, built for the PBS movie, &nbsp;filmed onsite, 3 Sovereigns for Sarah.</p>

<p><img alt="" src="https://salemwitchmuseum.com/assets/newimages/blog/RNH_10.jpg" style="height:401px; width:300px" /></p>

<p>The path to the parsonage lays in between two residential yards. The book said it was between 67 &amp; 69 on Centre Street, but we found it to be slightly off.</p>

<p><img alt="" src="https://salemwitchmuseum.com/assets/newimages/blog/RNH_12.jpg" style="height:225px; width:300px" />&nbsp;&nbsp;<img alt="" src="https://salemwitchmuseum.com/assets/newimages/blog/RNH_13.jpg" style="height:225px; width:300px" />&nbsp; <img alt="" src="https://salemwitchmuseum.com/assets/newimages/blog/RNH_11.jpg" style="height:225px; opacity:0.9; width:300px" /></p>

<p>Excavated in 1970, the remains of the house where Rev. Parris lived. We stood imagining people like Tituba and Betty Parris walking down those stairs at some point...</p>

<p><img alt="" src="https://salemwitchmuseum.com/assets/newimages/blog/RNH_15.jpg" style="height:225px; width:300px" />&nbsp;&nbsp;</p>

<p>Ingersoll&#39;s Ordinary, once a tavern where locals would&nbsp;meet and drink after the crazy examinations of the accused.</p>

<p>Front of Ingersoll&#39;s on 199 Hobart Street, Danvers. (Private residence)</p>

<p>There are still many more sites to see in Danvers related to the Witch Trials and we plan on visiting as many as we can throughout the summer.</p>

<p>Our next adventure will be the Path of the Condemned. &nbsp;Stay tuned!</p>

 		   <div class="posted">
			Posted by Stacy on
			06/27 at 03:24 PM

			

			<a href="https://salemwitchmuseum.com/blog/field-trip-to-rebecca-nurse-homestead">Permalink</a>
		   </div>

		  

   </div><div id="pagination">
	          
              
                <a id="earlier_posts" href="https://salemwitchmuseum.com/blog/feed/P2">Earlier Posts</a>
        	  
        	  </div>


                 

          </div><!--new_content_box-->


        <div id="sidebar_wrapper">
            <section id="sidebar">
               
   <div class="side_list" id="recent_posts_list">
<h4>Recent Posts</h4>
<ul id="post_list">


<li class="recent_post">
<a href="https://salemwitchmuseum.com/blog/elie-wiesels-salem-witch-trials-memorial-dedication-speech-1992">Elie Wiesel&#8217;s Salem Witch Trials Memorial Dedication Speech, 1992</a>


</li>     


<li class="recent_post">
<a href="https://salemwitchmuseum.com/blog/field-trip-to-rebecca-nurse-homestead">Field Trip to Rebecca Nurse Homestead</a>


</li>     


<li class="recent_post">
<a href="https://salemwitchmuseum.com/blog/the-witch-movie">the Witch Movie</a>


</li>     


<li class="recent_post">
<a href="https://salemwitchmuseum.com/blog/bay-psalm-book">Bay Psalm Book</a>


</li>     


<li class="recent_post">
<a href="https://salemwitchmuseum.com/blog/tips-for-an-enjoyable-visit-to-salem-in-october">Tips for an Enjoyable Visit to Salem in October</a>


</li>     

</ul>
<h4>Archives</h4>
<ul>
<li> 2017 
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2017/07">July </a></li>
      </ul>
     
   </li>
<li> 2016 
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2016/06">June </a></li>
      </ul>
     
   </li>
<li>
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2016/02">February </a></li>
      </ul>
     
   </li>
<li> 2015 
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2015/09">September </a></li>
      </ul>
     
   </li>
<li>
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2015/02">February </a></li>
      </ul>
     
   </li>
<li> 2014 
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2014/12">December </a></li>
      </ul>
     
   </li>
<li>
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2014/03">March </a></li>
      </ul>
     
   </li>
<li>
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2014/02">February </a></li>
      </ul>
     
   </li>
<li> 2013 
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2013/07">July </a></li>
      </ul>
     
   </li>
<li>
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2013/06">June </a></li>
      </ul>
     
   </li>
<li>
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2013/05">May </a></li>
      </ul>
     
   </li>
<li>
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2013/04">April </a></li>
      </ul>
     
   </li>
<li>
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2013/03">March </a></li>
      </ul>
     
   </li>
<li>
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2013/02">February </a></li>
      </ul>
     
   </li>
<li>
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2013/01">January </a></li>
      </ul>
     
   </li>
<li> 2012 
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2012/12">December </a></li>
      </ul>
     
   </li>
<li>
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2012/10">October </a></li>
      </ul>
     
   </li>
<li>
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2012/08">August </a></li>
      </ul>
     
   </li>
<li>
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2012/05">May </a></li>
      </ul>
     
   </li>
<li>
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2012/01">January </a></li>
      </ul>
     
   </li>
<li> 2011 
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2011/11">November </a></li>
      </ul>
     
   </li>
<li>
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2011/10">October </a></li>
      </ul>
     
   </li>
<li>
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2011/09">September </a></li>
      </ul>
     
   </li>
<li>
      <ul>
       <li> <a href="https://salemwitchmuseum.com/blog/2011/08">August </a></li>
      </ul>
     
   </li>

</ul>

<h4>Tags</h4>
 <ul>
         
      <li><a href="https://salemwitchmuseum.com/blog/category/product-spotlight">Product Spotlight</a></li>          
         
      <li><a href="https://salemwitchmuseum.com/blog/category/uncategorized">Uncategorized</a></li>          
         
      <li><a href="https://salemwitchmuseum.com/blog/category/visiting-salem">Visiting Salem</a></li>          
         
      <li><a href="https://salemwitchmuseum.com/blog/category/ancestry">Ancestry</a></li>          
         
      <li><a href="https://salemwitchmuseum.com/blog/category/descendants">Descendants</a></li>          
         
      <li><a href="https://salemwitchmuseum.com/blog/category/historic-essex-county">Historic Essex County</a></li>          
         
      <li><a href="https://salemwitchmuseum.com/blog/category/historic-salem">Historic Salem</a></li>          
         
      <li><a href="https://salemwitchmuseum.com/blog/category/salem-witch-trials">Salem Witch Trials</a></li>          
         
      <li><a href="https://salemwitchmuseum.com/blog/category/sources">Sources</a></li>          
         
      <li><a href="https://salemwitchmuseum.com/blog/category/the-accused">The Accused</a></li>          
         
      <li><a href="https://salemwitchmuseum.com/blog/category/the-afflicted">The Afflicted</a></li>          
         
      <li><a href="https://salemwitchmuseum.com/blog/category/behind-the-scenes">Behind the Scenes</a></li>          
         
      <li><a href="https://salemwitchmuseum.com/blog/category/word-of-the-day">Word of the Day</a></li>          
         
      <li><a href="https://salemwitchmuseum.com/blog/category/education-and-outreach">Education and Outreach</a></li>          
         
      <li><a href="https://salemwitchmuseum.com/blog/category/historians">Historians</a></li>          
         
      <li><a href="https://salemwitchmuseum.com/blog/category/notable-quote">Notable Quote</a></li>          
         
      <li><a href="https://salemwitchmuseum.com/blog/category/book-reviews">Book Reviews</a></li>          
         
      <li><a href="https://salemwitchmuseum.com/blog/category/witch-hunts-through-history">Witch Hunts Through History</a></li>          
      
    </ul>

</div>

            </section><!--sidebar"-->
        </div> <!--sidebar_wrapper-->
 </div> 
       



<footer class="group" >
<div id="footer_box" class="group">
 
 <div class="address">
<p> Salem Witch Museum <br />
19 1/2 Washington Square North<br />
 Salem, Massachusetts 01970 <br />
 978.744.1692</p>
 </div>
 
 <!--
 <section id="site_map" class="group">

</section>
-->

   
<section id="boilerplate" class="group">

 
<p class="sponsors" ><a href="http://massvacation.com"><img src="https://salemwitchmuseum.com/assets/newimages/MOTT_tag_horz_URL_white.png" /></a>
<!--<a href="http://arestravel.com/1205_attraction-tickets_a494.html?ticketID=2070">
<img src="https://salemwitchmuseum.com/assets/newimages/salempassport.jpg" /></a>-->
<a href="http://northofboston.org">
<img src="https://salemwitchmuseum.com/assets/newimages/NBCVB_logo-200.png" /></a>
</p>

<section class="ssl_logo">   
    
<a href="http://www.instantssl.com" id="comodoTL">SSL</a>
<script type="text/javascript">TrustLogo("https://salemwitchmuseum.com/images/secure_site.gif", "PAIR", "none");</script>



</section>
<ul>
 <li>2018 Salem Witch Museum. All rights reserved</li>
 <li> Web Site maintained by <a href="http://www.pickeringwebdesign.com">Pickering Web Design</a></li>
</ul>

</section>
</div><!--footer_box-->

</footer>


<script src="https://salemwitchmuseum.com/assets/scripts/masonry.pkgd.js" ></script>
 <script src="https://salemwitchmuseum.com/assets/scripts/imagesloaded.pkgd.js" ></script>

<script>
        $(document).ready(function() {
            $('.fancybox').fancybox();
        });
 </script>
    

<script src="https://salemwitchmuseum.com/assets/scripts/waypoints.min.js"></script>
<script src="https://salemwitchmuseum.com/assets/scripts/waypoints-sticky.min.js"></script>
<!--Make the cart sticky
<script>


 $(document).ready(function() {
     $('.my-sticky-element').waypoint('sticky');
     
     $('footer').waypoint(function(direction) {
        $('.my-sticky-element').toggleClass('at-bottom', direction === 'down');
        }, {
        offset: function() {
        	return $('.my-sticky-element').outerHeight();
        	}
        });
     
  });
  
</script>

-->


<!--<script  type="text/javascript" src="/assets/scripts/cartthrob_ajax.js" >
    </script> -->
 
</body>
</html>




 
 




    
     
 



