HTTP/1.1 200 OK
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: PHP/5.2.6
X-Powered-By: ASP.NET
Date: Thu, 15 Mar 2012 10:49:16 GMT
Connection: close

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//LANG"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="LANG" lang="LANG">
<head>
<!-- 
CONTENTdm Version 4.3000.0
(c) DiMeMa, Inc. 2007 - All Rights Reserved
Corrected by Web Services, U of A 2.09.09
//-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>
Digital Collections:Home</title>
<style type="text/css">
<!--
body { margin:0; padding:0; background-color:#dedbc6;}

.pagecontainer {background-color:#fff; width:800px; text-align: left; margin:0 auto;}

h2 {				/*	lets some air in above the headings	*/
	margin-top:1.5em;
	}

/*	Datatables (from library main css)	*/
table.datatable {
	margin-top:1.2em;
	border-collapse:collapse;
	border:none;
}
	
.datatable td {
	font-size:95%;
	padding: 5px;
	line-height:1.2em;
}
	
.datatable td p, .datatable td ul {font-size:95%;}
		
.datatable th {
	font-size:95%;
	padding:5px;
	text-align:left;
	color:#000;
	font-weight:bold;
	background-color:#fff !important;	
}	
.datatable td a { 
	text-decoration: underline;
	border-bottom: none !important;
}
.datatable td a:link,  .datatable td ul a:link{
	text-decoration: underline !important;
	border-bottom: none !important;
}
.datatable td a:visited,  .datatable td ul a:visited {
	text-decoration: underline !important;
	border-bottom: none !important;
}
.datatable td a:hover,  .datatable td ul a:hover {
	text-decoration: underline !important;
	border-bottom: none !important;
}
.datatable td a:active,  .datatable td ul a:active	{
	text-decoration: none !important;
	border-bottom: none !important;
}


.datatable td ol, .datatable td ul {font-size:95%;}

#whatsnewtable td p {margin-bottom:1.2em;}
	
	/*  Data tables from databases */
.oddrow {
	background-color:#ffffff;
}
.odderrow {
	background-color:#dde0e8;
}
.evenrow {
	background-color:#eaecf1;
}

ul.spacedlist li, ol.spacedlist li { /* use for text-heavy lists -- adds a blank line between bullets */
	margin-bottom:1.2em;
}

p.epigraph {
	text-align:center;
}
p.caption {
	text-align:center;
	font-style:italic;
	font-size:95%;
}

/* Bibliography styles used on about.php */
.bibliography
 {margin-left: 3em; 
 text-indent: -3em; }

#chronology p {	/*	hanging indents for Chronology on index pages (where applied)	*/
	margin-left:7em;
	text-indent:-7em;
}

.maintext, .maintext td
	{
	font-family:verdana;
	font-size:9pt;
	color:#000000;
	}
	
.maintext p {
	line-height: 1.3em;}
	
.maintextwhite
	{
	font-family:verdana;
	font-size:9pt;
	color:#ffffff;
	}

.smalltext
	{
	color:#000000;
	font-family:verdana;
	font-size:65%;
	}
	
.headertext
	{
	font-family:Garamond,verdana;
	font-size:170%;
	color:#cdd3cd;
	font-weight:bold;
	letter-spacing:1.9pt;
	}
	
.imageleft {
	float:left;
	margin:10px;
}

.imageright {
	float:right;
	margin:10px;
}

.maintext th {
	text-align:left; 
	background-color:#a4a999;
	font-weight:bold;
	font-size:10pt;
}
	
.maintext td {font-size: inherit;}
div.helpbodytext ul {line-height:1.4em;}
/*	Next 2 are used for the index of collections on the Dig Coll home page */

table#tblcontentdmcollections {border-collapse:collapse;}
table#tblcontentdmcollections tr {background-color:#eae4d7;}
table#tblcontentdmcollections td img {margin-right:5px;}
table#tblcontentdmcollections th {border-top:1px solid #776e56;border-bottom:1px solid #776e56;}
table#digcollfooter {background-color:#ffffff;
	font-family:verdana;
	font-size:65%;
	/*color:#99a99a;*/
}


/* Alternate row style in striped tables.  Use with tableActions.js SSI 	*/
/* Table must be given a class with suffix "-alt" that automatically generates rows with the class below.	AM 1.11.09	*/
table#tblcontentdmcollections tr.alt
        {
        background-color:#dedbc6;/*#eae8da*/ 
        /*color: #797268;*/
        }
	
.helpheading
	{
	font-family:verdana;
	font-size:140%;	
	color:#000000;
	font-weight:bold;	
	}

.helpsubheading
	{
	font-family:verdana;
	font-size:120%;	
	color:#000000;
	font-weight:bold;
	}
	
.red
	{
	font-family:verdana;
	font-size:100%;
	color:#990000;
	}

hr
	{
	color:#dedbc6;
	}	
	
.copyright
	{
	font-family:verdana;
	font-size:65%;
	color:#99a99a;
	}
	
a.copyright
	{
	font-family:verdana;
	font-size:100%;
	color:#99a99a;
	text-decoration:none;
	}
	
a.copyright:hover
	{
	font-family:verdana;
	font-size:100%;
	color:#990000;
	text-decoration:none;
	}	

.offstatus
	{
	color:#333333;
	cursor:text;
	}
	
a.offstatus
	{
	color:#333333;
	cursor:text;
	}	
	
a.offstatus:hover
	{
	color:#333333;
	cursor:text;
	}
	
a:link	/*	changed from simply "a"	*/
	{
	font-family:verdana;
	font-size:100%;
	color:#77605b;
	text-decoration:none;
	border-bottom:1px dotted #77605b;	/*	added AM	*/
	font-weight:bold;	/*	added AM	*/
	}
	
a:visited	/*	changed from simply "a"	*/
	{
	font-family:verdana;
	font-size:100%;
	color:#77605b;
	text-decoration:none;
	border-bottom:1px dotted #77605b;	/*	added AM	*/
	font-weight:bold;	/*	added AM	*/
	}
	
a:hover
	{
	font-family:verdana;
	font-size:100%;
	color:#990000;
	text-decoration:none;
	border-bottom:1px dotted #77605b;	/*	added AM	*/
	font-weight:bold;
	}

.genmenu
	{
	font-family:geneva,verdana;
	font-size:65%;
	color:#404040;
	font-weight:normal;
	letter-spacing:1.1pt;
	text-decoration:none;
	}
	
a.genmenu, a.genmenu:link	/*	redundancy makes IE8 happy	*/
	{
	font-family:geneva,verdana;
	font-size:100%;
	color:#404040;
	font-weight:normal;
	letter-spacing:1.1pt;
	text-decoration:none;
	border:none;
	}
	
a.genmenu:hover
	{
	font-family:geneva,verdana;
	font-size:100%;
	color:#990000;
	font-weight:normal;
	letter-spacing:1.1pt;
	text-decoration:none;
	}

.submenu
	{
	font-family:verdana;
	font-size:65%;
	color:#202020;
	font-weight:normal;
	text-decoration:none;
	}
	
a.submenu
	{
	font-family:verdana;
	font-size:100%;
	color:#77605b;
	font-weight:normal;
	text-decoration:none;
	}
	
a.submenu:hover
	{
	font-family:verdana;
	font-size:100%;
	color:#990000;
	font-weight:normal;
	text-decoration:none;
	}

.leftmenu
	{
	font-family:verdana;
	font-size:70%;
	color:#202020;
	font-weight:normal;
	text-decoration:none;
	}
	
a.leftmenu
	{
	font-family:verdana;
	font-size:100%;
	color:#202020;
	font-weight:normal;
	text-decoration:none;
	}
	
a.leftmenu:hover
	{
	font-family:verdana;
	font-size:100%;
	color:#990000;
	font-weight:normal;
	text-decoration:none;
	}

a.nonlink
	{
	font-family:verdana;
	font-size:100%;
	color:#000000;
	text-decoration:none;
	}

a.nonlink:hover
	{
	font-family:verdana;
	font-size:100%;
	color:#000000;
	text-decoration:none;
	}	
.asterix
	{
	color:#ff0000;
	font-family:verdana;
	font-size:90%;
	font-weight:bold;
	}
	
.tdtext
	{
	text-align:left;
	vertical-align:top;
	}
	
.tdviewtext
	{
	text-align:left;
	vertical-align:top;
	}
	
.tdimage
	{
	border:1px dashed #ffffff;
	background-color:#ffffff;
	padding:5px;
	}

.tdfavimage
	{	
	border:1px none #ffffff;
	background-color:#ffffff;
	padding:5px;
	}
	
input
	{
	font-family:verdana;
	font-size:65%;
	color:#000000;
	background-color:#eeeeee;
	}
		
input.buttons
	{	
	font-family:verdana;
	font-size:65%;
	font-weight:normal;
	background-color:#aaaaaa;
	color:#ffffff;
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
	border-bottom-style:none;
	cursor:hand;
	}
	
input.searchbutton
	{	
	font-family:verdana;
	font-size:65%;
	font-weight:normal;
	background-color:#353535;
	color:#ffffff;
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
	border-bottom-style:none;
	cursor:hand;
	}

input.norm
	{	
	font-family:verdana;
	font-size:65%;
	font-weight:normal;
	color:#ffffff;
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
	border-bottom-style:none;
	cursor:hand;
	}

input.checkbox
	{	
	font-family:verdana;
	font-size:65%;
	font-weight:normal;
	color:#000000;
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
	border-bottom-style:none;
	cursor:hand;
	}
	
select
	{
	font-family:verdana;
	font-size:65%;
	color:#000000;
	background-color:#eeeeee;
	}
	
a.item
	{
	color:#000000;
	font-family:verdana;
	font-size:90%;
	font-weight:normal;
	text-decoration:none;
	}

a.item:hover
	{
	color:#990000;
	font-family:verdana;
	font-size:90%;
	font-weight:normal;
	text-decoration:none;
	}
	
.iframescroll
	{
	scrollbar-face-color:#dedbc6;
	scrollbar-highlight-color:#ada86b;
	scrollbar-shadow-color:#ada86b;
	scrollbar-arrow-color:#ffffff;
	scrollbar-arrow-size:20px;
	scrollbar-track-color:#ffffff;
	scrollbar-darkshadow-color:#AAAAAA;
	scrollbar-3Dlight-color:#EEEEEE;
	}

.highlightbox 
{
	border: none;
	display:inline;
}

.transbox 
{
	border: 2px solid #ffff00;
	background-color:#ffff00;
	display:inline;
	filter:alpha(opacity=20);
	opacity:0.2;
	-moz-opacity:0.2;
}

input.searchboxes
	{
	font-family:verdana;
	font-size:65%;
	color:#000000;
	background-color:#eeeeee;
	width:200px;
	}

a.langlink
	{
	font-family:arial;
	font-size:65%;
	color:#dddddd;
	font-weight:bold;
	letter-spacing:1.1pt;
	text-decoration:none;
	}
	
a.langlink:hover
	{
	font-family:arial;
	font-size:65%;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:1.1pt;
	text-decoration:none;
	}

.res_submenu
	{
	font-family:verdana;
	font-size:9pt;
	color:#000000;
	text-decoration:none;
	}
	
a.res_submenu
	{
	color:#77605b;
	font-size:100%;
	text-decoration:none;
	}
	
a.res_submenu:hover
	{
	color:#990000;
	font-size:100%;
	text-decoration:none;
	}
	
a.addfavoffstatus
	{
	color:#cccccc;
	cursor:text;
	}	
	
a.addfavoffstatus:hover
	{
	color:#cccccc;
	cursor:text;
	}	
//-->
</style>


<script language="JavaScript" type="text/javascript" src="cdm4/jscripts/global.js"></script>


<script language="JavaScript" type="text/javascript">
 // this function is needed to work around 
  // a bug in IE related to element attributes
  function hasClass(obj) {
     var result = false;
     if (obj.getAttributeNode("class") != null) {
         result = obj.getAttributeNode("class").value;
     }
     return result;
  }   

 function stripeTables(id) {

    // the flag we'll use to keep track of 
    // whether the current row is odd or even
    var even = false;
  
	// Set the alternate color in the method call arguments
	var evenColor; 
	
	
	
	
	
	// hard coded here and applies to all tables.
	/*
	*********
	*********
	*/
	
    var oddColor = "#e6e6d8";
	
    /*
	*********
	*********
	*/ 
	// hard coded here and applies to all tables.
	
	
	
	
	 
	 // Populate 2 arrays with the arguments,
	 // separating the colors from the ID's.
	 var colorArray = new Array();
	 var cArrayCount = 0;
	 
	 var IdArray = new Array();
	 var IdArrayCount = 0;
	 
	 // This script assumes that the arguements always
	 // come in pairs: ID / evenColor. So the first
	 // argument will always be the ID.
	 for (i_id = 0; i_id < arguments.length; i_id++) {
	 	
		// Since the function arguments are formatted in ID/color pairs,
		// and the first argument is an ID, when %2 == 0 
		// it will be a element ID and not a color.
		if (i_id%2 == 0) {
			IdArray[IdArrayCount] = arguments[i_id];
			IdArrayCount++;
		}
		else {
			colorArray[cArrayCount] = arguments[i_id];
			cArrayCount++;			
		}
	 }
	 // Populate 2 arrays with arguments
	 
	 
	 
	 
	 /*
	 // Testing code for the arrays
	 alert("Color Array has: "+ colorArray.length);
	 alert("ID Array has: "+IdArray.length);
	 
	 for (a = 0; a < colorArray.length; a++) {
	 	alert(colorArray[a]);	 	
	 }
	 
	  for (a = 0; a < IdArray.length; a++) {
	 	alert(IdArray[a]);	 	
	 }
	 // Testing code for the arrays
	 */
	 
	
	
	 // color the rows for each table as defined in the function arguments
	 for (a = 0; a < IdArray.length; a++) {	 	 
		  		 
		 	     evenColor = colorArray[a]; 		
		 			 
		 		// obtain a reference to the desired table
				// if no such table exists, abort
				var table = document.getElementById(IdArray[a]);
				if (! table) { return; }		 
				
				
				// by definition, tables can have more than one tbody
				// element, so we'll have to get the list of child
				// &lt;tbody&gt;s 
				var tbodies = table.getElementsByTagName("tbody");
			
				// and iterate through them...
				for (var h = 0; h < tbodies.length; h++) {
				
				 // find all the &lt;tr&gt; elements... 
				  var trs = tbodies[h].getElementsByTagName("tr");
				  
				  // ... and iterate through them
				  for (var i = 0; i < trs.length; i++) {
			
					// avoid rows that have a class attribute
					// or backgroundColor style
					if (! hasClass(trs[i]) &&
						! trs[i].style.backgroundColor) {
					  
					  // get all the cells in this row...
					  var tds = trs[i].getElementsByTagName("td");
					
					  // and iterate through them...
					  for (var j = 0; j < tds.length; j++) {
					
						var mytd = tds[j];
			
						// avoid cells that have a class attribute
						// or backgroundColor style
						if (! hasClass(mytd) &&
							! mytd.style.backgroundColor) {
					
						  mytd.style.backgroundColor =
							even ? evenColor : oddColor;
						
						}
					  }
					}
					// flip from odd to even, or vice-versa
					even =  ! even;
				  }
				}
		} // for loop		
  }


</script>
<style type="text/css">
table#collectionsindextable {
	margin-bottom:1.2em;
}
table#collectionsindextable td.description a:link {
	font-weight:bold;
}
table#collectionsindextable td.description img {
	margin-right:1.2em;
	border:none;
}
</style>
</head>
<body onload="stripeTables('tblcontentdmcollections','#dedbc6','tblothercollections','#dedbc6');">
<div class="pagecontainer" > 
  <!--Main page container -->
  <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
    <tr>
      <td rowspan="20" bgcolor="#7b0000" width="2">&nbsp;</td>
      <td><a name="pagetopper"></a>
        
<table cellpadding="0" cellspacing="0" bgcolor="#7b0000" width="100%" style="margin-top:0;padding-top:0;border: 3px solid #7b0000;">
  <tr>
    <td>
    <table cellpadding="0" cellspacing="0" border="0" width="100%">
        <tr>
          <td align="left" bgcolor="#dedbc6">
<table cellpadding="1" cellspacing="0" border="0" width="100%" bgcolor="#dedbc6" title="global menu">


<form name="bell" method="get" action="/dmscripts/admin/login.exe">
	
<tr>
	<td align="left" style="border-bottom: 0px solid #4c4c45;border-left: 0px solid #ada86b;border-top: 0px solid #ada86b" nowrap="nowrap"><span class="genmenu"><a class="genmenu" href="#content" title="Skip to content"><img src="/cdm4/images/spacer.gif" width="1" height="1" border="0" alt="Skip to content" /></a>&nbsp;<a class="genmenu" href="/index.php" title="Home">home</a> : <a class="genmenu" href="/cdm4/browse.php" title="Browse">browse</a> : <a class="genmenu" href="/cdm4/search.php" title="Advanced Search">advanced search</a> : <a class="genmenu" href="/cdm4/preferences.php" title="Preferences">preferences</a> : <a class="genmenu" href="/cdm4/favorites.php" title="My Favorites">my favorites</a> : <a class="genmenu" href="/cdm4/about.php" title="About">about</a> : <a class="genmenu" href="/cdm4/help.php" title="Help">help</a>&nbsp;</span></td>
	<td valign="bottom" align="right" style="border-top: 0px solid #ada86b;border-bottom: 0px solid #4c4c45;border-right: 0px solid #4c4c45" nowrap="nowrap"><span class="genmenu">


	&nbsp;</span></td>

	
</tr>

</form>

</table>          </td>
          <td align="right" valign="top" bgcolor="#dedbc6"><form name="simplesearchform" style="margin:0 0 -3px 0; padding:0; display: inline;" method="get" action="/cdm4/results.php" onsubmit="javascript:if(document.simplesearchform.CISOBOX1.value==''){alert('Enter a valid search term.');return false;}else{dmTextCookie(document.simplesearchform.CISOBOX1);return true;}">
              <input type="hidden" name="CISOOP1" value="any" />
              <input type="text" value="" name="CISOBOX1" size="25" title="simple search field" />
              <input type="hidden" name="CISOFIELD1" value="CISOSEARCHALL" />
              <input type="hidden" name="CISOROOT" value="all" />
              <input type="submit" value="search" title="Search" class="searchbutton" />
            </form>
                      </td>
        </tr>
        <tr>
          <td colspan="2"><img src="/cdm4/images/UALogo2009tall.gif" alt="University of Arkansas Libraries" title="University of Arkansas Libraries" /> <img src="/cdm4/images/digitalcollectionsbanner.png" border="0" alt="Digital Collections Banner" /></td>
        </tr>
          <tr><td colspan="3" align="right" bgcolor="#dedbc6"><table cellspacing="0" border="0" cellpadding="0" width="100%" bgcolor="#dedbc6" title="global submenu" id="globalsubmenu">
    <tr>
      <td align="right" style="border-bottom: 0px solid #4c4c45;border-left: 0px solid #ada86b;border-top: 0px solid #ada86b;" nowrap="nowrap"><span class="genmenu"><a class="genmenu" href="http://www.uark.edu" title="U A Home">UA Home</a>
        : <a class="genmenu" href="http://libinfo.uark.edu" title="Libraries Home">Libraries Home</a>
        :        <a class="genmenu" href="http://libinfo.uark.edu/specialcollections/" title="Special Collections Home">Special Collections Home</a>
&nbsp;</span></td></tr></table>
  </td></tr>

      </table>
      </td>
  </tr>
  <!--</table>
</td>
</tr>
</table>
</td>
</tr>
 --><!--<tr>
  <td><img src="/cdm4/images/spacer.gif" width="1" height="2" border="0" alt="" /></td>
</tr> -->
</table>
</td>
      <td rowspan="20" bgcolor="#7b0000" width="2">&nbsp;</td>
    </tr>
    <tr>
      <td valign="top"><a name="content"></a>
        <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
          <tr>
            <td align="left" valign="top">              
              <!-- +++++++ >>> start content here +++++++ //--> 
              <!-- +++++++ >>> start content here +++++++ //--> 
              <!-- +++++++ >>> start content here +++++++ //-->
              
              <table cellpadding="2" cellspacing="0" border="0" width="100%" align="center" id="collectionsindextable">
                <tr>
                  <td rowspan="20" width="65"><img src="/cdm4/images/spacer.gif" width="65" height="1" alt="" /></td>
                  <td valign="top" align="left" colspan="2"><div class="maintext" style="margin-top:2em;">
                      <h2>Welcome</h2>
                      <p>...to the home for the Libraries' digitization initiatives. From this site, you can <a href="/cdm4/search.php" title="Advanced Search">search</a> or <a href="/cdm4/browse.php" title="Browse">browse</a> through a growing collection of images, texts, and media files.</p>
                      <table width="90%" border="0" id="tblcontentdmcollections">
                        <tr>
                          <th colspan="2">Featured Collections</th>
                        </tr> 
                        <tr>
                          <td align="left"><img src="http://scipio.uark.edu/cdm4/images/BADTimes/titleImage.png" width="80" height="100" alt="BAD Times" /></td>
                          <td><img src="http://libinfo.uark.edu/libimages/webdev/new.gif" alt="New! " width="33" height="16" /> <a href="http://scipio.uark.edu/cdm4/index_BADTimes.php?CISOROOT=/BADTimes">The BAD Times digital collection</a> includes twenty issues of newspapers published between 1971 and 1977 by the Black Americans for Democracy, a student organization founded at the University of Arkansas in the late 1960s.</td>
                        </tr>
                        <tr>
                          <td align="left"><img src="cdm4/images/GeorgeFisher/titleImage.png" width="80" height="100" alt="George Fisher" /></td>
                          <td>&ldquo;<a href="http://scipio.uark.edu/cdm4/index_GeoFisher.php?CISOROOT=/GeoFisher">Drawing  Distinctions: The Life and Work of American Cartoonist George Fisher</a>&rdquo; provides  samples of the life and career of a Little Rock political cartoonist whose work  documents Arkansas and American history since World War II.</td>
                        </tr>
                        <tr>
                          <td align="left"><img src="cdm4/images/BHPhoto4.png" width="79" height="100" alt="Brooks Hays" /></td>
                          <td>&ldquo;<a href="http://scipio.uark.edu/cdm4/index_BrooksHays.php?CISOROOT=/BrooksHays">Politics and Principles: Documenting the Career of Congressman Brooks&nbsp;Hays</a>&rdquo; covers Hays’ seven-decade career, early life and  subsequent work in   public service and education. Hays worked in five  presidential   administrations, from Franklin D. Roosevelt to Lyndon B. Johnson,  and   he personally knew seven presidents, from Harry Truman to Jimmy Carter.</td>
                        </tr>
                        <tr>
                          <td align="left"><img src="cdm4/images/spacesthumb.gif" alt="Memorial Hall, Named for John C. Futrell" width="78" height="100" align="left" /></td>
                          <td >&ldquo;<a href="http://scipio.uark.edu/cdm4/index_Namesakes.php?CISOROOT=/Namesakes">Spaces and Faces: Namesakes at the University of Arkansas</a>&rdquo;  highlights the people and places of the   University of Arkansas by showing the names behind the buildings.</td>
                        </tr>
                        <tr>
                          <td align="left"><img src="cdm4/images/fulbright73.png" alt="Senator Fulbright and architect Edward Durell Stone" width="78" height="100" align="left" /></td>
                          <td >&ldquo;<a href="http://scipio.uark.edu/cdm4/index_Fulbright.php?CISOROOT=/Fulbright">A Calm Voice in a Strident World: Senator J.W. Fulbright Speaks</a>&rdquo; presents a collection of selected speeches and images. </td>
                        </tr>
                        <tr>
                          <td width="17%" align="left"><img src="cdm4/images/civilrights44.png" alt="Protester at Arkansas AM&amp;N" width="79" height="100" align="left" /></td>
                          <td width="83%" >&ldquo;<a href="http://scipio.uark.edu/cdm4/index_Civilrights.php?CISOROOT=/Civilrights">Land of (Unequal) Opportunity: Documenting the Civil Rights Struggle in Arkansas</a>&rdquo; offers a variety of records and photographs that document the history of civil rights in the state.</td>
                        </tr>
                        <tr>
                          <td align="left"><img src="cdm4/images/sharedhistory318.png" alt="Washington County Courthouse, 1980s" width="80" height="100" /></td>
                          <td >&ldquo;<a href="http://scipio.uark.edu/cdm4/index_HappyHollow.php?CISOROOT=/HappyHollow">Shared History: Fayetteville and the University of Arkansas</a>&rdquo; offers 500 photographs of the City of Fayetteville and the University of Arkansas Campus.	Shared History was funded in part by grants from the Happy Hollow Foundation. </td>
                        </tr>
                      </table>
                      <table width="90%" border="0" id="tblothercollections" cellpadding="2" cellspacing="0">
                        <tr>
                          <th colspan="2">Other Digital Collections</th>
                        </tr>
                        <tr>
                          <td align="left"><img src="cdm4/images/carnallhall.png" alt="Carnall Hall Residents" width="90" height="100" /></td>
                          <td>Additional <a href="http://libinfo.uark.edu/eresources/digitalcollections.asp"><strong>University of Arkansas Libraries</strong></a> digital collections include campus and town photos, manuscript selections, and more. </td>
                        </tr>
                        <!--  <tr>
                          <td align="left"><img src="cdm4/images/fayjones.png" alt="Fay Jones Logo" width="82" height="100" /></td>
                          <td>&ldquo;<a href="http://libinfo.uark.edu/specialcollections/manuscripts/FayJones/projects.asp"><strong>Fay Jones Projects</strong></a>&rdquo; pages present a growing catalog of photographs, drawings, and other materials from the collection of this premier American architect. </td>
                        </tr>
                         <tr>
                          <td align="left"><img src="cdm4/images/wpa.png" alt="WPA interview manuscript" width="78" height="100" /></td>
                          <td>&ldquo;<a href="http://libinfo.uark.edu/SpecialCollections/wpa/"><strong>WPA Early Settlers' Personal Histories of African Americans in Arkansas</strong></a>,&rdquo; transcriptions of questionnaires from interviews with seventeen African Americans interviewed in Arkansas under this project. </td>
                        </tr>
                        <tr>
                          <td align="left"><img src="cdm4/images/razorbacksthumb.jpg" alt="Hank Hancocks' Runnin' Razorbacl" width="90" height="90" /></td>
                          <td><p>&ldquo;<a href="http://libinfo.uark.edu/webdocs/digitalpig/index.html"><strong>A History of Arkansas Razorbacks</strong></a>,&rdquo; a digital edition of: Hancock, Hank. <em>A History of Arkansas Razorbacks</em>. Abilene, TX: The Author, 1976. (Arkansas Collection LD236.2 .H36 1976.)</p></td>
                        </tr>
                        <tr>
                          <td align="left">&nbsp;</td>
                          <td>&ldquo;<a href="http://libinfo.uark.edu/specialcollections/exhibits/carnall/"><strong>A Carnall Hall Scrapbook</strong></a>&rdquo; is drawn from an exhibit commemorating the restoration of the former women's residence as the Inn at Carnall Hall. </td>
                        </tr>
                        <tr>
                          <td align="left"><img src="cdm4/images/fulbrightstamp.png" alt="Fulbright stamp" width="61" height="100" /></td>
                          <td>&ldquo;<strong><a href="http://libinfo.uark.edu/SpecialCollections/exhibits/fulbrightexhibit/intro.html">The Fulbright Program, 1946-1996</a></strong>,&rdquo; an online exhibit marking the fiftieth anniversary of the Fulbright Scholarship Program. </td>
                        </tr>
                        <tr>
                          <td align="left"><img src="cdm4/images/leewilson.jpg" alt="Image from Lee Wilson archives" width="73" height="100" /></td>
                          <td>&ldquo;<a href="http://libinfo.uark.edu/SpecialCollections/ardiglib/leewilson/default.asp"><strong>Lee Wilson &amp; Company Archives</strong></a>,&rdquo; an online exhibit illustrating the role of Lee Wilson &amp; Company in the transformation of the Delta.</td>
                        </tr> --> 
                        
                        <!--                      </table>
                      <table width="90%" border="0" id="tblgwlacollections">
 --> 
                        <!-- <tr>
                          <td><img src="http://libinfo.uark.edu/Libimages/eresources/westernwaters.gif" alt="Western Waters logo" width="100" height="104" /></td>
                          <td>The &ldquo;<a href="http://www.westernwater.org/"><strong>Western Waters Digital Library</strong></a>&rdquo; contains government reports, classic water literature, legal transcripts, water project records, personal papers, photographic collections, and video materials about the Columbia, Colorado, Platte, and Rio Grande river basins. A GWLA (Greater Western Libraries Alliance) Project.</td>
                        </tr> -->
                        <tr>
                          <td><img src="http://libinfo.uark.edu/Libimages/eresources/gwlatechreports.gif" alt="Technical reports image" width="100" height="83" /></td>
                          <td><a href="http://libinfo.uark.edu/eresources/digitalcollections.asp#GWLA"><strong>GWLA (Greater Western Libraries Alliance)</strong></a> digital collections include technical reports and the Western Waters project, a selections of images and documents related to the great rivers of the West.</td>
                        </tr>
                        <!--                      </table>
                      <table width="90%" border="0" id="tblcrlcollections">
 -->
                        <tr>
                          <td align="left" valign="middle"><a href="http://ecollections.crl.edu/cdm4/index_hunters.php?CISOROOT=/hunters"><img src="http://ecollections.crl.edu/images/home/hunter.jpg" alt="Chinese Pamphlets" width="92" height="110" border="0" /></a></td>
                          <td><strong><a href="http://libinfo.uark.edu/eresources/digitalcollections.asp#CRL">CRL (Center for Research Libraries)</a></strong> digital collections include documents from revolutionary China, slavery and manumission materials from Timbuktu, pamphlets from the French Revolution, and more. </td>
                        </tr>
                        <!--<tr>
                          <td align="left"><a href="http://ecollections.crl.edu/cdm4/index_timbuktu.php?CISOROOT=/timbuktu"><img src="http://ecollections.crl.edu/images/home/timbuktu.jpg" alt="Timbuktu Manuscripts" width="113" height="90" border="0" /></a></td>
                          <td align="left" ><p>&ldquo;<a href="http://ecollections.crl.edu/cdm4/index_timbuktu.php?CISOROOT=/timbuktu"><strong>Slavery 
                              and Manumission Manuscripts of Timbuktu</strong></a>,&rdquo; from the Biblioth&egrave;que Comm&eacute;morative Mama Haidara in Timbuktu, Mali, a collection of 19th century Arabic manuscripts relating to slavery and manumission 
                              in Timbuktu. A CRL (Center for Research Libraries) collection. </p></td>
                        </tr>
                        <tr>
                          <td align="left"><a href="http://www.crl.edu/content.asp?l1=5&amp;l2=24&amp;l3=45" target="_blank"><img src="http://ecollections.crl.edu/images/home/brazil.gif" alt="Brazilian Government Documents" width="76" height="93" border="0" /></a></td>
                          <td align="left">&ldquo;<a href="http://www.crl.edu/content.asp?l1=5&amp;l2=24&amp;l3=45" target="_blank"><strong>Brazilian 
                              Government Documents</strong></a>,&rdquo; executive branch serial documents issued by Brazil's national government during 
                              the period between 1821 and 1993, and by its provincial governments from the earliest 
                              available for each province to the end of the Empire in 1889. A CRL (Center for Research Libraries) collection. </td>
                        </tr>
                        <tr>
                          <td align="left" valign="middle"><a href="http://humanities.uchicago.edu/orgs/ARTFL/projects/CRL/" target="_blank"><img src="http://ecollections.crl.edu/images/home/1848News.jpg" alt="1848 French Pamphlets" width="87" height="110" border="0" /></a></td>
                          <td align="left">&ldquo;<a href="http://humanities.uchicago.edu/orgs/ARTFL/projects/CRL/" target="_blank"><strong>Pamphlets 
                              and Periodicals of the French Revolution of 1848</strong></a>,&rdquo; a collection of pamphlets and periodicals from the French Revolution 
                              of 1848 held by the Center for Research Libraries. </td>
                        </tr> -->
                      </table>
                    </div></td>
                </tr>
              </table>
              <br />
              <br />
              
              <!-- +++++++ <<< end content here +++++++ //--> 
              <!-- +++++++ <<< end content here +++++++ //--> 
              <!-- +++++++ <<< end content here +++++++ //-->
              
              </td>
          </tr>
        </table></td>
    </tr>
    <tr>
      <td><table cellpadding="0" cellspacing="0" border="0" bgcolor="#7b0000" width="100%">
          <tr>
            <td>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
  <tr>
    <td align="left"><img src="/cdm4/images/spacer.gif" width="1" height="18" alt="" /></td>
    <td align="left"><span class="copyright"><a class="copyright" href="http://www.oclc.org/contentdm/" title="Powered by CONTENTdm">
      powered by CONTENTdm <small>&reg;</small>      </a>
      <!--| <a class="copyright" href="mailto:libweb@uark.edu" title="E-mail">contact us</a>&nbsp; -->
      </span></td>
    <td align="right"><span class="copyright"><a class="copyright" href="#pagetopper" title="To top of page">^&nbsp;
      to top      &nbsp;^</a>&nbsp;</span></td>
  </tr>
</table>
<table id="digcollfooter" width="100%" align="center" cellpadding="3" cellspacing="0">
  <tr>
    <td width="33%">University of Arkansas Libraries<br />
      365 N. McIlroy Ave.<br />
      Fayetteville, AR 72701-4002<br />
    </td>
    <td width="32%" align="center"><a href="http://libinfo.uark.edu">Libraries Home</a><br />
      <a href="http://www.uark.edu">UA Home<br />
      </a><a href="http://libinfo.uark.edu/mailforms/suggestionmenu.asp">Contact us</a></td>
    <td width="33%" align="right">Phone: 479-575-4104<br />
      Toll-free: 866-818-8115<br />
      Fax: 479-575-6656<br />
    </td>
  </tr>
</table>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-3687364-2");
pageTracker._trackPageview();
} catch(err) {}</script>

              </td>
          </tr>
        </table></td>
    </tr>
      </table>
</div>
</body>
</html>
