jewish-history.com - information about domain
- Server Status: available
- Server IP: 209.237.151.18
- Server Response Time: 143ms
Site title
Jewish-American History on the Web
Alexa information
Alexa rank: 1,820,946
Rank Trend

Bounce Trend

DNS Information
| Host: |
Class: |
Type: |
IP: |
TTL: |
Target: |
Other: |
| jewish-history.com |
IN |
NS |
|
22979 |
b.ns.interland.net |
|
| jewish-history.com |
IN |
NS |
|
22979 |
a.ns.interland.net |
|
| jewish-history.com |
IN |
NS |
|
22979 |
c.ns.interland.net |
|
Server Location
Site source
Show / hide source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/new-template.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="google-site-verification" content="y7cIHAGYI7QngNCUUCpJtgtdLzGj7YUklN5Cnb0OPDI" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Jewish-American History on the Web</title>
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
body {
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
background-color: #F0F0F0;
}
/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/
.thrColHybHdr #container {
width: 90%;
background: #FFFFFF;
margin: 0 auto; the auto margins (in conjunction with a width) center the page if needed */
text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColHybHdr #header {
background-color: #336699;
}
.thrColHybHdr #header h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHybHdr #sidebar1 p" rule.
*/
.thrColHybHdr #sidebar1 {
float: left;
width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
background-color: #369;
margin: 0px;
padding: 0px;
margin-top: 0px;
padding-top: 0px;
color:#FFFFFF;
}
.thrColHybHdr #sidebar2 {
float: right;
width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
background-color: #CCC;
margin: 0px;
padding: 0px;
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
margin-right: 0px;
}
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div. No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColHybHdr #mainContent {
margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
padding: 0 3em 0 3em; /* padding here creates white space "inside the box." */
}
.thrColHybHdr #footer {
padding: 0 10px;
background-color: #CCC;
}
.thrColHybHdr #footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
width: 90%;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
margin-right: 1px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
margin-left: 1px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
-->
</style><!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.thrColHybHdr #sidebar1, .thrColHybHdr #sidebar2 { padding-top: 30px; }
.thrColHybHdr #mainContent { zoom: 1; padding-top: 10px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
<link href="mainstyle2.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>
<body class="thrColHybHdr">
<div id="container">
<div id="header"><a href="http://www.jewish-history.com/"><img src="images/jahdf-logo-new.jpg" width="600" height="160" / style="border:0" /></a>
</div>
<!-- end #header -->
<div id="sidebar1">
<span class="sidemenu">
<a href="Default.htm" class="sidemenu">Home page</a>
<a href="civilwar/Default.htm" class="sidemenu">Jews in the Civil War</a>
<a href="wildwest/index.html" class="sidemenu">Jews in the Wild West</a>
<a href="palestine/index.html" class="sidemenu">History of Palestine</a>
<a href="occident/index.html" class="sidemenu"> The Occident</a>
<a href="library.htm" class="sidemenu">Virtual Library</a>
<a href="emporium/index.html" class="sidemenu">Shopping Mall of Zion</a>
</span>
<form action="http://www.google.com/cse" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="008795510752725176176:9hkey46nmyi" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="25" />
<input type="submit" name="sa" value="Search" />
</div>
</form>
<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script>
<a href="http://click.linksynergy.com/fs-bin/click?id=6rqrvLUifBY&offerid=194659.10000084&type=4&subid=0"><IMG alt="AHAVA Hero Products 250x250" border="0" src="images/store/ahavabanner.jpg"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=6rqrvLUifBY&bids=194659.10000084&type=4&subid=0">
<a href="http://www.judaicawebstore.com/affiliate/aw.aspx?B=59&A=9&Task=Click" Target="_blank"><img border="0" src="http://www.judaicawebstore.com/affiliate/aw.aspx?B=59&A=9&Task=Get" alt="Great Gift Ideas from Israel" width="180" height="105"></a>
<a href="http://www.kosherwine.com/cgi-bin/AFLTrack.asp?refID=26" target="_blank"><img src="images/store/kosherwine2.jpg" width="180" height="111" border="0" /></a>
<script type='text/javascript' src='http://banners.spark.net/b.html?b=1091&g=&p=58852&l=3'></script>
<a target='new' href="http://click.linksynergy.com/fs-bin/click?id=6rqrvLUifBY&offerid=215652.10000078&type=4&subid=0"><IMG alt="Air Flight-Generic" border="0" width="180" height="180" src="http://staging-us.cheapoair.com/marketing//content/CheapOair/Banners/Flights/Generic/V2/200x200.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=6rqrvLUifBY&bids=215652.10000078&type=4&subid=0">
<a href="http://www.jewishsoftware.com/default.asp?aid=233" target="_blank"><img src="images/store/tesbanner.jpg" width="180" height="139" border="0" /></a>
<!-- end #sidebar1 -->
</div>
<div id="sidebar2">
<div align="center">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="10789090">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
<a href="emporium/store_holidays.html"><img src="images/store/zmall.jpg" width="180" height="150" border="0" /></a>
<SCRIPT charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?rt=tf_sw&ServiceVersion=20070822&MarketPlace=US&ID=V20070822/US/jewishamerichist/8002/09c508f5-b8d0-4c01-a2f3-34b71600efbf"> </SCRIPT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?rt=tf_sw&ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fjewishamerichist%2F8002%2F09c508f5-b8d0-4c01-a2f3-34b71600efbf&Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT>
<a href="http://www.gopjn.com/t/R0BGRklFR0BIR0ZMS0BIRERDSg"><img src="images/store/pbslogo2.jpg" border="0" width="180" height="180" title="PBS Dynamic 150X150" alt="PBS Dynamic 150X150"></a>
<a href="http://aff.eteachergroup.com/aw.aspx?B=224&A=86&Task=Click" Target="_Top"><img border="0" src="http://aff.eteachergroup.com/aw.aspx?B=224&A=86&Task=Get" alt="" width="180" height="180"></a>
<a href="http://www.canaan-online.com/?Click=5477" target="_blank"><img border="0" src="images/store/col3.jpg" width="180" height="400" /></a><a target='new' href="http://click.linksynergy.com/fs-bin/click?id=6rqrvLUifBY&offerid=92855.10000328&type=4&subid=0"><IMG alt="FragranceNet.com" border="0" src="http://www.fragrancenet.com/LSbanners/linkshare_Fnet_180x150_xmas.jpg"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=6rqrvLUifBY&bids=92855.10000328&type=4&subid=0">
</div>
<!-- end #sidebar2 --></div>
<div id="mainContent"><span class="main">
<p class="fltrt"><span class="hebrew">בס"ד</span></p>
<!-- InstanceBeginEditable name="Contents" -->
<table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><a href="message.htm"><h3>Important Message From Jewish-History.com</h3></a></td>
</tr>
<tr>
<td align="left"><p><img src="images/JAHDFlogo.jpg" alt="" width="150" height="150" hspace="8" vspace="5" class="box" style="float: left" />Since 1998, Jewish-History.com has provided full digital
text of primary historical documents previously unavailable to the general public except
in historical society archives or on reels of microfilm. As one of
the first Internet sites to provide these valuable texts free of
charge, without the need to travel to a distant library or archive
vault, we have revolutionized the nature of research.<b> </b> </p>
<p> <b>The economic crisis has affected us deeply, and our previous
sources of funds have been dramatically reduced. We do not receive
any funding from any corporate or educational institution, and rely
entirely on the revenue from <a href="emporium/index.html" class="main"> The Mall of Zion</a> and donations from our supporters. Please take a minute
to click on the link at the right and make a donation, or purchase some excellent Israeli gifts.</b></p>
<p> We need your support in order to continue our goal. <b> Please donate or shop at <a href="emporium/index.html" class="main">The Mall of Zion</a> in order to keep this website going!</b></p></td>
</tr>
<tr>
<td><a href="message.htm" class="main">Read more <img src="images/pointer.gif" alt="" width="11" height="10" border="0" /></a></td>
</tr>
<tr class="footnote"><td> </td></tr>
<tr>
<td><a href="Palestine/history_index.html"><h3>History of Jewish Palestine</h3></a>
<p style="text-align: left"> <img src="images/kotel_sm.jpg" alt="Kotel-sm" width="200" height="147" class="box" style="float: left" hspace="8" vspace="5" />As in the geographical reference to Palestine, we have been
compelled to be content with mere traces, the same will be the case in our
historical account of this country. There are nowhere to be met with regular
documents in respect to its history, states, and towns; the past seems to have
been entirely forgotten; so that the whole country cared, so to say, only for
the present, and took no cognizance of what had preceded or was to follow. It is
true that some few Arabic historians have written something concerning
Palestine, such as Abulfeda and Serif ibn Idrus; but their works have almost
entirely disappeared, as was to be supposed would be the case under
a government which had not and suffered not a free press.</p>
</td>
</tr>
<tr>
<td><span style="text-align: left"> <a href="Palestine/history_index.html" class="main">Read more <img src="images/pointer.gif" alt="pointer" width="11" height="10" border="0" /></a></span></td>
</tr>
<tr class="footer">
<td class="footnote"> </td>
</tr>
<tr>
<td><a href="Occident/index.html"><h3>The Occident and American Jewish Advocate</h3></a>
<p style="text-align:left"><a href="Occident/index.html"><img src="images/leeser1.gif" width="200" height="228" border="0" class="box" hspace="8" vspace="5" style="float:left" /></a>It is a time-honored custom, that when an Editor appears for the first time before the public, he is to state something of the course he means to pursue, and of the subjects he intends laying before his readers. In our case, this is hardly necessary, since the name of "Jewish Advocate" amply shadows forth what we mean to devote our pages to the spread of whatever can advance the cause of our religion, and of promoting the true interest of that people which has made this religion its profession ever since the days of the great lawgiver, through whom it was handed down to the nation descended from the stock of Abraham. But this general view may, perhaps, not be sufficiently detailed for many whom we would gladly number among our readers; and we will therefore briefly state our object in assuming the editorship of this new periodical, and of the course it is our firm determination to pursue.<a href="Occident/volume1/april1843/introductory.html"></a></p></td>
</tr>
<tr>
<td><a href="Occident/volume1/april1843/introductory.html">Read more <img src="images/pointer.gif" width="11" height="10" border="0" /></a></td>
</tr>
<tr class="footer">
<td class="footnote"> </td>
</tr>
<tr>
<td><a href="civilwar/usgrant.htm">
<h3>Ulysses S. Grant and the Emissary from the Holy Land</h3></a>
<p align="left"><a href="civilwar/usgrant.htm"><img src="images/haimtzvi2.jpg" alt="Haim Tzvi Sneersohn" width="200" height="206" border="0" vspace="5" hspace="8" class="box" style="float: left"/></a>Rabbi Hayim Tzvi Sneersohn, a great-grandson of Rabbi Shneur Zalman of Liadi, the "Alter Rebbe" of Chabad Hasidim, visited the United States in 1869 on a mission for the Jewish community of Palestine. He was received at the White House by newly inaugurated President Ulysses Grant.</p>
<p style="text-align:left">The Washington National Intelligencer described the reception of Rabbi Sneersohn, wearing traditional Palestinian Yerushalmi costume, by the President of the United States. </p>
<p style="text-align:left">Rabbi Sneersohn said, "Mr. President: Permit me to give my thanks to the Almighty, whose mercy brought me here to behold the face of the chosen by the millions of this great nation... I come to your Excellency from the East, to entreat you in the name of G-d, who created all men equal, to listen to the prayer of your humble servant, standing before you to advocate the cause of his oppressed brethren in the Holy Land. The Israelites in Palestine possess no political or civil rights whatever, and oftentimes deprived of protection by the representatives of the civilized nations which the Christians enjoy, are exposed to violence and arbitrary rule. The only shelter the Israelites occasionally find is in the courts of the different European consulates, where one of their co-religionists is employed either as interpreter or deputy consul, who convey their grievances to the proper channel. This free Republic alone, whose banner covers the oppressed, whose foundation is based on equality, toleration, and liberty of conscience, has no Israelites employed near the consul at Jerusalem. I do pray, therefore, your Excellency, to turn your attention to the deplorable condition of my brethren in the Orient, that the principles of this government may be truly embodied in its representatives abroad; and I do further pray that your Excellency may show me that mark of favor which will enable my brethren in the Holy Land in the hour of need to seek refuge under the Stars and Stripes, that this free country and its exalted chief should be blessed on the sacred spot of our common ancestors."</p></td>
</tr>
<tr>
<td><span style="text-align:left"> <a href="civilwar/usgrant.htm" >Read more <img src="images/pointer.gif" width="11" height="10" border="0" /></a></span></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<!-- InstanceEndEditable --></span>
<!-- end #mainContent -->
</div><br class="clearfloat" />
<!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats -->
<div id="footer" align="center">
<div align="center">
<span class="footermenu" align="center">
<table width="80%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center"><a href="about_us.htm" target="_blank" class="footermenu">About Us</a></td>
<td align="center"><a href="privacy.html" target="_blank" class="footermenu">Privacy Notice</a></td>
<td align="center"><a href="disclaimer.html" target="_blank" class="footermenu">Disclaimer</a></td>
<td align="center"><a href="mailto:webmaster@jewish-history.com" target="_blank" class="footermenu">Contact Us</a></td>
</tr>
<tr>
<td colspan="4" align="center">©2012 Jewish-American History Documentation Foundation<br />
P.O. Box 760325<br />
Lathrup Village, MI 48076</td>
</tr>
</table></span>
</div>
<!-- end #footer --></div>
<!-- end #container --></div>
</body>
<!-- InstanceEnd --></html>