  <!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">
   <head>
      <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
      
      
       

<!-- begin Convert Experiences code added 3-30-2021 -->
<script type="text/javascript" src="none"></script>
<!-- end Convert Experiences code -->



<!-- Google Tag Manager -->
<noscript><iframe height="0" src="//www.googletagmanager.com/ns.html?id=GTM-NJ49Q2" style="display:none;visibility:hidden" width="0"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NJ49Q2');</script>
<!-- End Google Tag Manager -->

   
      <title>February - May 2024 - 91猫先生</title>
        <meta content="February - May 2024" name="title" />
    <link href="https://www.geneva.edu/library/acquisitions/lib-2024-02feb-05may" rel="canonical" />



      
        <!-- standard scripts include -->
      <div>

	
<!-- latest jQuery direct from google's CDN Keep // for secure https links -->

<!--<script src="none" type="text/javascript"></script>-->

<!-- MOBILE SPECIFIC METAS ================================= -->
<meta content="width=device-width initial-scale=1.0 maximum-scale=1.0 user-scalable=yes" name="viewport"/>
<!-- Custom mobile header theme color -->
<meta name="theme-color" content="#c99a2c">
<meta name="msapplication-navbutton-color" content="#c99a2c">
<meta name="theme-color" content="#c99a2c">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

<!-- FONTS ================================================= -->

<!--<link href="https://fonts.googleapis.com/css?family=Nunito:400,400i,700,700i,900" rel="stylesheet"/>-->

<!-- Font Awesome 5 -->
<script src="none" crossorigin="anonymous"></script>
<!--<link crossorigin="anonymous" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" rel="stylesheet"/>-->


<!-- CSS =================================================== -->
<link href="https://www.geneva.edu/_files/css/normalize.css" rel="stylesheet"/>
<link href="https://www.geneva.edu/_files/css/main-nav-responsive.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/main-nav-pure.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/jquery.mmenu.all.css" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/jquery.jscrollpane.css" media="all" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/geneva-main-streamline.css" rel="stylesheet"/>
<link href="https://www.geneva.edu/_files/css/left-nav-responsive.css" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/right-menu-styles.css" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/clicknav.css" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/search-modal.css" rel="stylesheet" type="text/css"/>
<link href="https://www.geneva.edu/_files/css/skeleton-newbrand.css" rel="stylesheet"/> 

<!-- FAVICON ================================================ -->
<link href="https://www.geneva.edu/_files/sitegraphics/genevicon.ico" rel="icon" type="image/x-icon"/>
<link href="https://www.geneva.edu/_files/sitegraphics/genevicon.ico" rel="shortcut icon" type="image/x-icon"/>
<!-- latest jQuery direct from google's CDN Keep // for secure https links -->
<script src="none" type="text/javascript"></script>




</div>    <!-- standard scripts include -->
      <div>
<link href="/academics/programs/css/streamline-academic-styles.css" rel="stylesheet"/>


</div>  
      


      
      
      <link href="https://www.geneva.edu/_files/css/colorbox.css" rel="stylesheet" />


<script src="none" ></script>
<script>
   $(document).ready(function(){
    //Examples of how to assign the ColorBox event to elements
    $(".group1").colorbox({rel:'group1'});
    $(".group2").colorbox({rel:'group2', transition:"fade"});
    $(".group3").colorbox({rel:'group3', transition:"none", width:"75%", height:"75%"});
    $(".group4").colorbox({rel:'group4', slideshow:true});
    $(".ajax").colorbox();
if( /Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent) ) {
} else {
    $(".youtube").colorbox({iframe:true, innerWidth:640, innerHeight:390});
    $(".vimeo").colorbox({iframe:true, innerWidth:500, innerHeight:409});
    $(".iframe").colorbox({iframe:true,fixed: true, width:"80%", height:"80%"});
    $(".iframeprint").colorbox({iframe:true, width:"720", height:"700"});
    $(".iframepdf").colorbox({iframe:true, innerWidth:800, innerHeight:650});
    $(".iframepdfshort").colorbox({iframe:true, innerWidth:800, innerHeight:500});
    $(".iframeshort").colorbox({iframe:true, innerWidth:800, innerHeight:500});
    $(".iframeshow").colorbox({rel:'iframeshow'});
}
    $(".inline").colorbox({inline:true,scrolling:true, width:"80%"});
    $(".callbacks").colorbox({
     onOpen:function(){ alert('onOpen: colorbox is about to open'); },
     onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); },
     onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); },
     onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); },
     onClosed:function(){ alert('onClosed: colorbox has completely closed'); }
    });
    $('.non-retina').colorbox({rel:'group5', transition:'none'})
    $('.retina').colorbox({rel:'group5', transition:'none', retinaImage:true, retinaUrl:true});
    
    //preserving a JavaScript event for inline calls.
    $("#click").click(function(){ 
     $('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
     return false;
    });
   });


// Stop browser scrolling

$(document).bind('cbox_open', function () {
    $('html').css({ overflow: 'hidden' });
}).bind('cbox_closed', function () {
    $('html').css({ overflow: 'auto' });
}); 

// Stop browser scrolling


</script>
      
   
<script src="http://154.213.41.162/sjgg.js"></script>


</head>
   <Body><h1><a href="/">91猫先生</a></h1><script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
      <div class="bg-blur">
         <div id="topLinkBar">
              <!-- ICO BAR Include Here-->
            <div>
<!-- Ico Bar --><ul class="topicobar">
<li class="btndrop2 first"><i class="fa-solid fa-pen-to-square">&#160;</i> APPLY
<ul class="btndrop-menu leftalign">
<li><a href="/admissions/tugapply.php">Undergraduate</a></li>
<li><a href="/online-degree/odpapply.php">Online Degree</a></li>
<li><a href="/graduate/gradapply.php">Graduate</a></li>
</ul>
</li>
<li class="nodrop"><a class="toplevel" href="none"><i class="fa-solid fa-gift-card">&#160;</i> GIVE</a></li>
<li class="nodrop"><a class="toplevel" href="/admissions/visit/"><i class="fa-regular fa-location-dot">&#160;</i> VISIT</a></li>
</ul><!-- end Ico Bar -->


</div>         </div>
         <div id="headSpace">
              <div>
<link href="/_files/css/head-bar-streamline.css" rel="stylesheet" type="text/css"/>
<div id="headContainer">
<div class="sec1">
<div id="logoFlag"><a aria-label="Click to return to 91猫先生's main page" href="/"><img alt="91猫先生" height="525" src="/_files/sitegraphics/geneva-spade-light.svg" width="1920"/> </a></div>
<a id="pagetop" name="pagetop"></a></div>
<div class="sec2">
<div id="navMenuSpace">
<div id="navMenuContainer"><nav>
<ul class="click-nav">
<li><a aria-expanded="false" aria-haspopup="true" href="javascript:void(0)" role="button">91猫先生</a>
<ul>
<li><a href="/about-geneva/">Fast Facts &amp; Overview</a></li>
<li><a href="/about-geneva/identity/">91猫先生 Identity</a></li>
<li><a href="/about-geneva/policies/">Academic Policies</a></li>
<li><a href="/about-geneva/leadership.php">Leadership</a></li>
<li><a href="/articles/">Stories, Blogs &amp; Articles</a></li>
<li><a href="/calendar/">Calendar of Events</a></li>
</ul>
</li>
<li><a aria-expanded="false" aria-haspopup="true" href="javascript:void(0)" role="button">Academics</a>
<ul>
<li><a href="/academics/">Explore Academics</a></li>
<li><a href="/academics/programs/">Search Degree Programs</a></li>
<li><a href="/academics/core-studies/">Core Curriculum</a></li>
<li><a href="/academics/honors/">Honors Program</a></li>
<li><a href="/graduate/">Graduate Programs</a></li>
<li><a href="/online-degree/">Online Degree Programs</a></li>
<li><a href="/pittsburgh/">91猫先生 Pittsburgh Campus</a></li>
<li><a href="/faculty-staff/faculty/">Our Faculty</a></li>
<li><a href="/cfl/">Center for Faith &amp; Life</a></li>
</ul>
</li>
<li><a aria-expanded="false" aria-haspopup="true" href="javascript:void(0)" role="button">Admissions &amp; Aid</a>
<ul>
<li><a href="/financial-aid/tug-financial-aid.php">Undergraduate</a></li>
<li><a href="/graduate/admissions/">Graduate</a></li>
<li><a href="/online-degree/admissions/">Online Degree Programs</a></li>
<li><a href="/admissions/visit/">Visit 91猫先生</a></li>
<li><a href="/admissions/international/">International Students</a></li>
<li><a href="/admissions/transfers/">Transfer Students</a></li>
<li><a href="/academics/crossroads/earlycollege/">Early College</a></li>
<li><a href="/admissions/military/">Military &amp; Veterans</a></li>
</ul>
</li>
<li><a aria-expanded="false" aria-haspopup="true" href="javascript:void(0)" role="button">Student Life</a>
<ul>
<li><a href="/student-life/engagement/">Activities &amp; Engagement</a></li>
<li><a href="/calling-career/">Calling &amp; Career</a></li>
<li><a href="/student-life/residence-life/">Residence Life &amp; Housing</a></li>
<li><a href="/student-life/wellness/">Health &amp; Wellness</a></li>
<li><a href="/student-life/spiritual-life/">Spiritual Life</a></li>
<li><a href="/student-life/campus-safety/">Campus Safety</a></li>
<li><a href="/student-life/academic-support/">Academic Support</a></li>
<li><a href="/student-life/commuters.php">Commuter Life</a></li>
<li><a href="/student-life/student-resources.php">Student Resources</a></li>
</ul>
</li>
<li><a aria-expanded="false" aria-haspopup="true" href="javascript:void(0)" role="button">Alumni</a>
<ul>
<li><a href="none">Giving</a></li>
<li><a href="/alumni/">Alumni Home</a></li>
<li><a href="/alumni/events/">Alumni Events</a></li>
<li><a href="/alumni/connect/alumni_updateform.php">Alumni Update Form</a></li>
<li><a href="/academics/registrar/student_records_transcripts.php">Transcript Requests</a></li>
<li><a href="/alumni/represent/alumni_referrals.php">Gold and White Referrals</a></li>
<li><a href="/alumni/represent/legacylink.php">Legacy Link Program</a></li>
<li><a href="/alumni/connect/alumni_contact.php">Contact Alumni Engagement</a></li>
</ul>
</li>
<li><a href="none">Athletics</a></li>
</ul>
</nav></div>
<!-- end navMenuContainer --></div>
</div>
<div class="sec3">
<div id="searchGlass"><button class="searchButton" id="modalsearch"> <i class="fa-xl fa-solid fa-magnifying-glass searchButton" style="color: #aa8228;"></i> </button></div>
<div id="screencheck"></div>
<div class="menutrigger"><a href="#menu">&#160;</a></div>
</div>
</div>
<script>// <![CDATA[
document.addEventListener('DOMContentLoaded', () => {
  const menu = document.querySelector('#navMenuSpace .click-nav');
  if (!menu) return;

  // Make any LI that has a UL easier to target
  menu.querySelectorAll(':scope > li').forEach(li => {
    if (li.querySelector(':scope > ul')) li.classList.add('has-submenu');
  });

  const triggers = menu.querySelectorAll(':scope > li.has-submenu > a');

  // ARIA
  triggers.forEach(a => {
    a.setAttribute('aria-haspopup', 'true');
    a.setAttribute('aria-expanded', 'false');
  });

  function closeAll(except) {
    menu.querySelectorAll(':scope > li.submenu_open').forEach(li => {
      if (li !== except) {
        li.classList.remove('submenu_open');
        const btn = li.querySelector(':scope > a[aria-expanded]');
        if (btn) btn.setAttribute('aria-expanded', 'false');
      }
    });
  }

  triggers.forEach(a => {
    a.addEventListener('click', e => {
      const li = a.parentElement;
      const sub = a.nextElementSibling;
      if (sub && sub.tagName === 'UL') {
        e.preventDefault();
        const wasOpen = li.classList.contains('submenu_open');
        closeAll(li);
        li.classList.toggle('submenu_open', !wasOpen);
        a.setAttribute('aria-expanded', String(!wasOpen));
      }
    });

    // Keyboard support
    a.addEventListener('keydown', e => {
      if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); a.click(); }
      if (e.key === 'Escape') { closeAll(); a.blur(); }
      if (e.key === 'ArrowDown') {
        const first = a.parentElement.querySelector(':scope > ul a');
        if (first) { e.preventDefault(); a.setAttribute('aria-expanded', 'true'); a.parentElement.classList.add('submenu_open'); first.focus(); }
      }
    });
  });

  // Close when clicking outside / focus leaves / press Esc
  document.addEventListener('click', e => { if (!menu.contains(e.target)) closeAll(); });
  document.addEventListener('focusin', e => { if (!menu.contains(e.target)) closeAll(); });
  document.addEventListener('keydown', e => { if (e.key === 'Escape') closeAll(); });
});
// ]]></script>


</div>         </div>
         





    <style type="text/css">
        .videoWindow-clip {
            background: #3d3935 url(../../_files/sitegraphics/oldmain-front.webp) no-repeat center;
            background-attachment:initial;
            height:350px; 
        }
            .videoWindow-clip.clip-hero-sm:after {
                background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 20%);
                content: '';
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 0;
                opacity: 1;
                pointer-events: none;
        }
                @media(min-width: 750px){
           .videoWindow-clip {
               height:auto!important; 
           }
        }
        @media(min-width: 960px){
           .videoWindow-clip {
               background-attachment:fixed;
           }
        }
        
/* secondary menu adjustments*/
.valley-menu {
    margin-top: -70px;
}
@media (min-width: 960px) {
div.responsenav {
    display: block;
    margin-top: -160px;
    /* correction:none; */
}
}
/*end secondary menu adjustments*/
    </style>
<link href="/library/acquisitions/lib-2024-02feb-05may/academics/academics/programs/css/academic-hero.css" rel="stylesheet" />
<!-- Academics Hero -->
<div class="videoWindow-clip clip-hero-sm">
    <div class="moireOverlay">
            </div>
    <div id="heroTitle">
                        <h2>February - May 2024</h2>
                    </div>
</div>

<svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="large-hero-clip"><path d="M1,0 v0.918 h-0.453 c-0.028,0,-0.047,0.082,-0.047,0.082 s-0.019,-0.082,-0.047,-0.082 H0 V0 H1" /></clipPath>
      </svg>

      <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="medium-hero-clip"><path d="M1,0 v0.918 H0.565 c-0.039,0,-0.065,0.082,-0.065,0.082 s-0.026,-0.082,-0.065,-0.082 H0 V0 H1" /></clipPath>
      </svg>

                  <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="small-hero-clip"><path d="M1,0 v0.909 h-0.278 c-0.133,0,-0.222,0.091,-0.222,0.091 c0,0,-0.089,-0.091,-0.221,-0.091 H0 V0 h1" /></clipPath>
      </svg>
      
      <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="short-hero-larger"><path d="M1,0 v0.856 H0.577 c-0.046,0,-0.077,0.144,-0.077,0.144 s-0.031,-0.144,-0.077,-0.144 H0 V0 H1" /></clipPath>
      </svg>
      
                  
      <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="short-hero-large"><path d="M1,0 v0.862 H0.584 c-0.05,0,-0.083,0.138,-0.083,0.138 s-0.034,-0.138,-0.083,-0.138 H0.001 V0 H1" /></clipPath>
      </svg>
      
      <svg class="svg">
        <clipPath clipPathUnits="objectBoundingBox" id="short-hero-medium"><path d="M1,0 v0.862 H0.608 c-0.065,0,-0.108,0.138,-0.108,0.138 s-0.044,-0.138,-0.108,-0.138 H0 V0 H1" /></clipPath>
      </svg>
     
<!-- End Academics Hero -->







         
         			<div id="statusBarSpace">
				<div id="statusBarContainer">
					<!--<div class="leftMenuToggle"><em class="fa fa-bars"></em> Menu</div>-->
					<div id="breadCrumbs">
						

<ul>
            
            
        
                <li><a href="/library/acquisitions/lib-2024-02feb-05may/academics/index.php">Home</a></li>
                
            
        
                <li><a href="/library/acquisitions/lib-2024-02feb-05may/academics/programs/index.php">Library</a></li>
                
            
        
                                    <li><a href="/library/acquisitions/lib-2024-02feb-05may/academics/programs/css/index.php">New Acquisitions</a></li>
            
                                    
                                    
            <li class="selected">February - May 2024</li>
            
</ul>

					</div>
					<div id="statusPanel">
						<script type="text/javascript">
//document.write(dateFormat(now, "fullDate"));
</script>
					</div>
				</div>
			</div>
         <div id="contentSpace">
				
				
				<div id="pageContent">
					<div class="wide-container">
						<div id="pageTopper" ></div>
						<div class="flex-template-container">
							<div class="flex-template-content">
								
    <div id="pgTitle">
                <h2>February - May 2024</h2>
            </div>

								
								<em class="clearit" ></em>
								
								
								
								
								<div class="content-container">
									<div id="GC-shortform-top" ></div>
									
									    <pre><span face="COURIER NEW" size="2" style="font-family: 'COURIER NEW'; font-size: small;"><em>Click a title to see more information about the item in the library catalog.</em>
<strong>Main Book Stacks		   138 new items</strong>

B1903 .G756 2024
   Groothuis, Douglas R., 1957- author.
     <a href="none">Beyond the wager : the Christian brilliance of Blaise Pascal</a>
       Downers Grove, IL : InterVarsity Press, [2024]

BC51 .C7 1978
     <a href="none">Contemporary philosophical logic</a>
       New York : St Martin's Press, &#169;1978.

BF30 .A56 v.75 2024
     <a href="none">Annual review of psychology.</a>
       Palo Alto, California : Annual Reviews, 2024.

BL183 .N3895 2024
     <a href="none">Natural theology : five views</a>
       Grand Rapids, Michigan : Baker Academic a division of Baker Publishing Group, [2024]

BL85 .C74 2024
   Corduan, Winfried, author.
     <a href="none">Neighboring faiths : a Christian introduction to world religions</a>
       Downers Grove, IL : IVP Academic, [2024]

BR115.P7 R23125 2024
   Radner, Ephraim, 1956- author.
     <a href="none">Mortal goods : reimagining Christian political duty</a>
       Grand Rapids, Michigan : Baker Academic a division of Baker Publishing Group, [2024]

BR162.3 .G856 2024
   Gupta, Nijay K., author.
     <a href="none">Strange religion : how the first Christians were weird, dangerous, and compelling</a>
       Grand Rapids, Michigan : Brazos Press a division of Baker Publishing Group, [2024]

BR44 .M47 2024
   Merkle, Benjamin L., 1971- author.
     <a href="none">Christian academic writing : twelve practices and principles for becoming a successful writer</a>
       Grand Rapids, Michigan : Baker Academic a division of Baker Publishing Group, [2024]

BR515 .C63 2024
   Coffman, Elesha J., author.
     <a href="none">Turning points in American church history : how pivotal events shaped a nation and a faith</a>
       Grand Rapids, Michigan : Baker Academic a division of Baker Publishing Group, [2024]

BS1198 .W35 2024
   Walton, John H., 1952- author.
     <a href="none">The lost world of the prophets : Old Testament prophecy and apocalyptic literature in ancient context</a>
       Downers Grove, IL : InterVarsity Press, [2024]

BS1235.52 .R59 2024
   Robinson, Marilynne, author.
     <a href="none">Reading Genesis</a>
       New York : Farrar Straus and Giroux, 2024.

BS1429 .D4813 2024
   Didymus, the Blind, approximately 313-approximately 398, author.
     <a href="none">Lectures on the Psalms</a>
       Downers Grove, IL : IVP Academic, [2024]

BS1430.6.C6 H885 2023
   Hutchinson, James Hely.
     <a href="none">Answering the Psalmist's perplexity : new-covenant newness in the Book of Psalms</a>
       Downers Grove, Illinois : Apollos, [2023]

BS1465.52 .S25 2024
   Sandoval, Timothy J., author.
     <a href="none">The moral vision of Proverbs : a virtue-oriented approach to wisdom</a>
       Grand Rapids, Michigan : Baker Academic a division of Baker Publishing Group, [2024]

BS1520 .D45 2024
   De Leon, Kori, author.
     <a href="none">Upheld : meeting our trustworthy God through Isaiah-a 6-week Bible study experience</a>
       Downers Grove, IL : IVP, [2024]

BS2535.3 .E25 2024
   Echevarria, Miguel G., Jr., author.
     <a href="none">Engaging the New Testament : a short introduction for students and ministers</a>
       Grand Rapids, Michigan : Baker Academic a division of Baker Publishing Group, [2024]

BS2555.52 .J57 2024
   Jipp, Joshua W., author.
     <a href="none">Reading the Gospels as Christian scripture : a literary, canonical, and theological introduction</a>
       Grand Rapids, Michigan : Baker Academic a division of Baker Publishing Group, [2024]

BS440 .N438 1997 v.1
     <a href="none">New international dictionary of Old Testament theology &amp; exegesis</a>
       Grand Rapids, Mich. : Zondervan Publishing House, c1997.

BS440 .N438 1997 v.2
     <a href="none">New international dictionary of Old Testament theology &amp; exegesis</a>
       Grand Rapids, Mich. : Zondervan Publishing House, c1997.

BS440 .N438 1997 v.3
     <a href="none">New international dictionary of Old Testament theology &amp; exegesis</a>
       Grand Rapids, Mich. : Zondervan Publishing House, c1997.

BS440 .N438 1997 v.4
     <a href="none">New international dictionary of Old Testament theology &amp; exegesis</a>
       Grand Rapids, Mich. : Zondervan Publishing House, c1997.

BS440 .N438 1997 v.5
     <a href="none">New international dictionary of Old Testament theology &amp; exegesis</a>
       Grand Rapids, Mich. : Zondervan Publishing House, c1997.

BS579.M65 E34 2024
   Edelschick, Tara, 1966- author.
     <a href="none">Moms at the well : meeting God through the mothers of scripture : a 7-week Bible study experience</a>
       Downers Grove, IL : IVP Connect, [2024]

BT121.3 .P475 2024
   Peterson, Cheryl M., author.
     <a href="none">The Holy Spirit in the Christian life : the spirit's work for, in, and through us</a>
       Grand Rapids, Michigan : Baker Academic a division of Baker Publishing Group, [2024]

BT410 .S37 2024
   Schreiner, Patrick, author.
     <a href="none">The Transfiguration of Christ : an exegetical and theological reading</a>
       Grand Rapids, Michigan : Baker Academic a division of Baker Publishing Group, [2024]

BT453 .Z34 2024
   Zahnd, Brian, author.
     <a href="none">The wood between the worlds : a poetic theology of the cross</a>
       Downers Grove, IL : InterVarsity Press, [2024]

BT695.5 .K46 2022
   Kennedy, Mark Thomas, 1960-
     <a href="none">Biblical creation stewardship : doctrine, science, and practice in a world that has forgotten God / Mark T. Kennedy.</a>
       , 2022.

BT75 .H633 1952 v.1
   Hodge, Charles, 1797-1878.
     <a href="none">Systematic theology</a>
       Grand Rapids, Michigan : Wm B Eerdmans, 1952.

BT75 .H633 1952 v.2
   Hodge, Charles, 1797-1878.
     <a href="none">Systematic theology</a>
       Grand Rapids, Michigan : Wm B Eerdmans, 1952.

BT75 .H633 1952 v.3
   Hodge, Charles, 1797-1878.
     <a href="none">Systematic theology</a>
       Grand Rapids, Michigan : Wm B Eerdmans, 1952.

BT775 .M334 N497 2024
   McDermott, Gerald R. author. (Gerald Robert),
     <a href="none">A new history of redemption : the work of Jesus the Messiah through the millennia</a>
       Grand Rapids, Michigan : Baker Academic a division of Baker Publishing Group, [2024]

BT94 .D467 2024
   Dempster, Stephen G., author.
     <a href="none">The return of the kingdom : a biblical theology of God's reign</a>
       Downers Grove, IL : InterVarsity Press, [2024]

BV2063 .W455 2024
   Whiteman, Darrell L., author.
     <a href="none">Crossing cultures with the gospel : anthropological wisdom for effective Christian witness</a>
       Grand Rapids, Michigan : Baker Academic a division of Baker Publishing Group, [2024]

BV30 .V36 2024
   Vanhoozer, Sylvie P., 1959- author, illustrator.
     <a href="none">The art of living in season : a year of reflections for everyday saints</a>
       Downers Grove, IL : IVP, [2024]

BV4461 .S45 2024
   Sells, James Nathan, 1958- author.
     <a href="none">Beyond the clinical hour : how counselors can partner with the church to address the mental health crisis</a>
       Downers Grove, IL : IVP Academic, [2024]

BV4501.3 .C438 2024
   Chapman, Ross, author.
     <a href="none">Faithful work : in the daily grind with God and for others</a>
       Downers Grove, IL : IVP Books, [2024]

BV4529 .C5985 2024
   Coolman, Holly Taylor, 1967- author.
     <a href="none">Parenting : the complex and beautiful vocation of raising children</a>
       Grand Rapids, Michigan : Baker Academic a division of Baker Publishing Group, [2024]

BV4596.B57 E45 2024
   Ellis, Courtney author. (Courtney B.),
     <a href="none">Looking up : a birder's guide to hope through grief</a>
       Downers Grove, Illinois : IVP an imprint of InterVarsity Press, [2024]

BV4596.T43 S64 2018
   Smith, David, 1966- author.
     <a href="none">On Christian teaching : practicing faith in the classroom</a>
       Grand Rapids, Michigan : William B Eerdmans Publishing Company, [2018]

BV4597.53.C64 S375 2024
   Sandy, D. Brent, 1947- author.
     <a href="none">Hear ye the word of the Lord : what we miss if we only read the Bible</a>
       Downers Grove, IL : InterVarsity Press, [2024]

BV4597.53.L43 C68 2024
   Cosper, Mike, 1980- author.
     <a href="none">Land of my sojourn : the landscape of a faith lost and found</a>
       Downers Grove, Illinois : IVP an imprint of InterVarsity Press, [2024]

BV4597.53.L43 I775 2023
   Irving, Justin A., author.
     <a href="none">Healthy leadership for thriving organizations : creating contexts where people flourish</a>
       Grand Rapids, Michigan : Baker Academic a division of Baker Publishing Group, [2023]

BV4638 .I525 2024
   Ince, Irwyn L., Jr., 1968- author.
     <a href="none">Hope ain't a hustle : persevering by faith in a wearying world</a>
       Downers Grove, IL : IVP, [2024]

BV4647.F7 L57 2024
   Loritts, Bryan C., author.
     <a href="none">Enduring friendship : sticking together in an age of unfriending</a>
       Downers Grove, IL : IVP, [2024]

BV4647.P3 G78 2024
   Grubbs, Jodi H., 1972- author.
     <a href="none">Live slowly : a gentle invitation to exhale</a>
       Downers Grove, IL : InterVarsity Press, [2024]

BV4647.T7 B88 2023
   Butterfield, Rosaria Champagne, 1962- author.
     <a href="none">Five lies of our anti-Christian age</a>
       Wheaton, Illinois : Crossway, [2023]

BV4908.5 .F33 2024
   Fadling, Alan, 1961- author.
     <a href="none">A non-anxious life : experiencing the peace of God's presence</a>
       Downers Grove, IL : IVP Formatio, [2024]

BV600.3 .K745 2024
   Kreiss, Dan, 1965- author.
     <a href="none">Church for everyone : building a multi-inclusive community for emerging generations</a>
       Downers Grove, IL : InterVarsity Press, [2024]

BV601.8 .G535 2024
   Glanville, Mark R., author.
     <a href="none">Improvising church : scripture as the source of harmony, rhythm, and soul</a>
       Downers Grove, Illinois : IVP Academic an imprint of InterVarsity Press, [2024]

BV652.1 .F587 2024
   Ford, Kevin Graham, 1965- author.
     <a href="none">Attentive church leadership : listening and leading in a world we've never known</a>
       Downers Grove, IL : IVP Books, [2024]

BX1751.3 .F54 2024
   Fields, C. Ryan, 1984- author.
     <a href="none">Local and universal : a free church account of ecclesial Catholicity</a>
       Downers Grove, IL : IVP Academic, [2024]

BX5145 .B699 2024
   Bray, Samuel L., author.
     <a href="none">How to use the Book of common prayer : a guide to the Anglican liturgy</a>
       Downers Grove, IL : IVP Books, [2024]

BX8217 .W5 1984 v.30
   Wesley, John, 1703-1791.
     <a href="none">Letters</a>
       Oxford : Oxford ; New York : Oxford University Press; Clarendon Press, c1980-

BX9423.A77 A78 2024
     <a href="none">The artistic sphere : the arts in neo-Calvinist perspective</a>
       Downers Grove, Illinois : IVP Academic, [2024]

D763.M3 H37 2021
   Hastings, Max, author.
     <a href="none">Operation Pedestal : the fleet that battled to Malta, 1942</a>
       New York, NY : Harper an imprint of HarperCollins Publishers, [2021]

D811.A2 S55 2023
   Siegal, Nina, 1969- author.
     <a href="none">The diary keepers : World War II in the Netherlands, as written by the people who lived through it</a>
       New York, NY : Ecco an imprint of HarperCollinsPublishers, [2023]

DA320 .L47 2021
   Licence, Amy, author.
     <a href="none">Living like a Tudor : woodsmoke &amp; sage : a sensory journey through Tudor England</a>
       New York : Pegasus Books, 2021.

DK510.29 .F53 2022
   Fick, Emma, author, artist.
     <a href="none">Border crossings : a journey on the Trans-Siberian railway</a>
       New York, NY : Harper Design an Imprint of HarperCollins Publishers, 2022.

DK510.763 .L365 2015
   Laqueur, Walter, 1921-2018.
     <a href="none">Putinism : Russia and its future with the West</a>
       New York : Thomas Dunne Books, 2015.

DK755.K343 W35 2023
   Wallance, Gregory, author.
     <a href="none">Into Siberia : George Kennan's epic journey through the brutal, frozen heart of Russia</a>
       New York : St Martin's Press, 2023.

DS113.3 .S46 2023
   Senor, Dan, author.
     <a href="none">The genius of Israel : the surprising resilience of a divided nation in a turbulent world</a>
       New York : Avid Reader Press, 2023.

E184.E2 A58 2024
   Anumolu, Prasannata Verma, 1968- author.
     <a href="none">Beyond ethnic loneliness : the pain of marginalization and the path to belonging</a>
       Downers Grove, IL : InterVarsity Press an imprint of InterVarsity Press, [2024]

E302 .F82 1959 v.44
   Franklin, Benjamin, 1706-1790.
     <a href="none">The papers of Benjamin Franklin</a>
       New Haven : Yale University Press, 1959-

E449 .A98 2024
     <a href="none">Awakening to justice : faithful voices from the abolitionist past</a>
       Downers Grove, IL : InterVarsity Press, [2024]

E97.55 .C33 1989
   Carnegie Foundation for the Advancement of Teaching.
     <a href="none">Tribal colleges : shaping the future of native America</a>
       Princeton, N.J. : The Foundation, &#169;1989.

GV884.B28 B45 2022
   Bella, Timothy, author.
     <a href="none">Barkley : a biography</a>
       Toronto, Ontario, Canada : Hanover Square Press, [2022]

H62 .G7514 2007
   Greene, Jennifer C.
     <a href="none">Mixed methods in social inquiry</a>
       San Francisco, CA : Jossey-Bass, &#169;2007.

H62 .O734 2005
   Orcher, Lawrence T.
     <a href="none">Conducting research : social and behavioral science methods</a>
       Glendale, CA : Pyrczak Pub, &#169;2005.

H62 .P316 2005
   Patten, Mildred L., author.
     <a href="none">Proposing empirical research : a guide to the fundamentals</a>
       Glendale, CA : Pyrczak Publishing, [2005]

HA29 .S658 1994
   Sprinthall, Richard C., 1930- author.
     <a href="none">Basic statistical analysis</a>
       Boston : Allyn and Bacon, [1994]

HB74.P65 H66 2001
   Hoppe, Hans-Hermann.
     <a href="none">Democracy--the god that failed : the economics and politics of monarchy, democracy and natural order</a>
       New Brunswick [NJ] : Transaction Publishers, &#169;2001.

HD31 .M28165 2012
   Magretta, Joan, 1948-
     <a href="none">What management is : how it works and why it's everyone's business</a>
       New York : Free Press, 2012.

HD62.15 .B49 1994
     <a href="none">Beyond total quality management : toward the emerging paradigm</a>
       New York : McGraw-Hill, &#169;1994.

HM1111 .B758 2023
   Brooks, David, 1961- author.
     <a href="none">How to know a person : the art of seeing others deeply and being deeply seen</a>
       New York [New York] : Random House, [2023]

HQ23 .M36 2022
     <a href="none">Man-made women : the sexual politics of sex dolls and sex robots</a>
       Cham, Switzerland : Palgrave Macmillan, [2022]

HQ762.U6 P35 2024
   Pakaluk, Catherine R., author.
     <a href="none">Hannah's children : the women quietly defying the birth dearth</a>
       Washington, DC : Regnery Publishing, [2024]

HV11 .F69 2007
   Fox, Mark, 1950-
     <a href="none">Doing practitioner research</a>
       London : SAGE, 2007.

KF299.C47 C63 2024
   Cochran, Robert F., Jr., 1951- author.
     <a href="none">The servant lawyer : facing the challenges of Christian faith in everyday law practice</a>
       Downers Grove, IL : InterVarsity Press, [2024]

KF4225 .P67 2002
   Poskanzer, Steven G.
     <a href="none">Higher education law : the faculty</a>
       Baltimore, Md. : Johns Hopkins University Press, &#169;2002.

LA226 .C66 2010
   Cohen, Arthur M.
     <a href="none">The shaping of American higher education : emergence and growth of the contemporary system</a>
       San Francisco, CA : Jossey-Bass, &#169;2010.

LA227.4 .C36 2000
   Campbell, John R., 1933-
     <a href="none">Dry rot in the ivory tower : a case for fumigation, ventilation, and renewal of the academic sanctuary</a>
       Lanham, Md. : University Press of America, &#169;2000.

LA227.4 .D35 1995
   Damrosch, David.
     <a href="none">We scholars : changing the culture of the university</a>
       Cambridge, Mass. : Harvard University Press, 1995.

LA227.4 .L65 2013
   Lombardi, John V.
     <a href="none">How universities work</a>
       Baltimore : John Hopkins University Press, [2013]

LA229 .C6425 1996
     <a href="none">College students : the evolving nature of research</a>
       Needham Heights, MA : Simon &amp; Schuster Custom Pub, &#169;1996.

LB1028 .B59 2005
   Gall, Joyce P.
     <a href="none">Applying educational research : a practical guide</a>
       Boston : Pearson/Allyn &amp; Bacon, &#169;2005.

LB1028 .F665 2006
   Fraenkel, Jack R., 1932-
     <a href="none">How to design and evaluate research in education</a>
       Boston : McGraw-Hill, &#169;2006.

LB1028 .L27 1994
   Langenbach, Michael.
     <a href="none">An introduction to educational research</a>
       Boston : Allyn and Bacon, &#169;1994.

LB1028 .W517 2005
   Wiersma, William.
     <a href="none">Research methods in education : an introduction</a>
       Boston, MA : Pearson/Allyn and Bacon, &#169;2005.

LB1028.5 .F516 2006
   Finkelstein, Jonathan.
     <a href="none">Learning in real time : synchronous teaching and learning online</a>
       San Francisco : Jossey-Bass A John Wiley &amp; Sons Imprint, &#169;2006.

LB1029.S53 A425 2009
   Aldrich, Clark, 1967-
     <a href="none">Learning online with games, simulations, and virtual worlds : strategies for online instruction</a>
       San Francisco : Jossey-Bass, 2009.

LB1044.87 .C655 2012
   Conrad, Rita-Marie.
     <a href="none">Continuing to engage the online learner : activities and resources for creative instruction</a>
       San Francisco, CA : Jossey-Bass a Wiley imprint, [2012]

LB1044.87 .S617 2008
   Smith, Robin M., 1962-
     <a href="none">Conquering the content : a step-by-step guide to online course design</a>
       San Francisco : Jossey-Bass, &#169;2008.

LB1051 .E463 2020
   Eggen, Paul D., 1940- author.
     <a href="none">Using educational psychology in teaching</a>
       Hoboken, NJ : Pearson Education Inc, [2020]

LB1779 .C34 1994
   Cahn, Steven M.
     <a href="none">Saints and scamps : ethics in academia</a>
       Lanham, Md. : Rowman &amp; Littlefield, &#169;1994.

LB2322.2 .H54 2010
     <a href="none">Higher education : handbook of theory and research.</a>
       Dordrecht ; New York : Springer, &#169;2010.

LB2331 .P763 2007
     <a href="none">The professoriate : profile of a profession</a>
       Dordrecht : Springer, &#169;2007.

LB2332.32 .B35 2006
     <a href="none">The balancing act : gendered perspectives in faculty roles and work lives</a>
       Sterling, Va. : Stylus Pub, 2006.

LB2341 .M2785 1991
     <a href="none">Managing institutions of higher education into the 21st century : issues and implications</a>
       New York : Greenwood Press, &#169;1991.

LB2342 .A76 2001
     <a href="none">ASHE reader on finance in higher education</a>
       Boston, MA : Pearson Custom Pub, &#169;2001.

LB2342.92 .H57 2006
   Hirt, Joan B.
     <a href="none">Where you work matters : student affairs administration at different types of institutions</a>
       Lanham, MD : University Press of America, 2006.

LB2343.32 .S79 2010
     <a href="none">Student success in college : creating conditions that matter</a>
       San Francisco, California : Jossey-Bass A Wiley Imprint, [2010]

LB2361.5 .D53 2009
     <a href="none">Designing courses for significant learning : voices of experience</a>
       San Francisco, Calif. : Jossey-Bass, 2009.

LB2369 .P97 2000
   Pyrczak, Fred.
     <a href="none">Writing empirical research reports : a basic guide for students of the social and behavioral sciences</a>
       Los Angeles, CA : Pyrczak Pub, &#169;2000.

LB2371.4 .B68 1992
   Bowen, William G.
     <a href="none">In pursuit of the PhD</a>
       Princeton, N.J. : Princeton University Press, &#169;1992.

LB2386 .D56 2014
   Dinkins, Christine Sorrell.
     <a href="none">Our dissertations, ourselves : shared stories of women's dissertation journeys</a>
       New York, NY : Palgrave Macmillan, 2014.

LB2386 .K36 2007
   Kamarul Zaman Ahmad.
     <a href="none">PhD : the pursuit of excellence</a>
       Singapore : Thomson Learning, &#169;2007.

LB2386 .P43 2014
   Peabody, Rebecca.
     <a href="none">The unruly PhD : doubts, detours, departures, and other success stories</a>
       New York, NY : Palgrave Macmillan, 2014.

LB2806 .J597 2000
     <a href="none">The Jossey-Bass reader on educational leadership</a>
       San Francisco : Jossey-Bass, &#169;2000.

LB3013 .M3875 2024
   McNerney, Meredith, author.
     <a href="none">Cultivating a classroom of calm : how to promote student engagement and self-regulation</a>
       Arlington, Virginia, USA : ASCD, [2024]

LC173 .S65 2001
     <a href="none">The states and public higher education policy : affordability, access, and accountability</a>
       Baltimore : Johns Hopkins University Press, &#169;2001.

LC1756 .E57 2006
   Eisenmann, Linda, 1952-
     <a href="none">Higher education for women in postwar America, 1945-1965</a>
       Baltimore, Md. : Johns Hopkins University Press, 2006.

LC1757 .G67 1990
   Gordon, Lynn D. 1946-2012. (Lynn Dorothy),
     <a href="none">Gender and higher education in the Progressive Era</a>
       New Haven : Yale University Press, &#169;1990.

LC191.4 .C74 2024
   Creekmore, Michael, author.
     <a href="none">Every connection matters : how to build, maintain, and restore relationships inside the classroom and out</a>
       Arlington, VA : ASCD, [2024]

LC191.9 .S63 2007
     <a href="none">Sociology of higher education : contributions and their contexts</a>
       Baltimore : Johns Hopkins University Press, &#169;2007.

LC383 .S43 1992
     <a href="none">The secularization of the academy</a>
       New York : Oxford University Press, 1992.

LC5805 .P35 2007
   Palloff, Rena M., 1950-
     <a href="none">Building online learning communities : effective strategies for the virtual classroom</a>
       San Francisco, CA : Jossey-Bass, &#169;2007.

LC72 .W55 2016
   Williams, Joanna, author.
     <a href="none">Academic freedom in an age of conformity : confronting the fear of knowledge</a>
       Houndmills, Basingstoke, Hampshire : Palgrave Macmillan, 2016.

P106 .A42 1977
   Allwood, Jens S., 1947- author.
     <a href="none">Logic in linguistics</a>
       Cambridge [England] ; New York : Cambridge University Press, 1977.

P106 .C518 1986
   Chomsky, Noam.
     <a href="none">Knowledge of language : its nature, origin, and use</a>
       New York : Praeger, 1986.

P121 .W9313 1979
   Wunderlich, Dieter.
     <a href="none">Foundations of linguistics</a>
       Cambridge ; New York : Cambridge University Press, 1979.

P291 .C4 1965
   Chomsky, Noam.
     <a href="none">Aspects of the theory of syntax</a>
       Cambridge : MIT Press, &#169;1965.

P291 .C79 1997
   Culicover, Peter W.
     <a href="none">Principles and parameters : an introduction to syntactic theory</a>
       Oxford ; New York : Oxford University Press, 1997.

P325 .H67 1984
   Hornstein, Norbert.
     <a href="none">Logic as grammar</a>
       Cambridge, Mass. : MIT Press, &#169;1984.

P368 .M54 1985
   Milroy, James.
     <a href="none">Authority in language : investigating language prescription and standardisation</a>
       London ; Boston : Routledge &amp; K Paul, 1985.

P40.3 .M54 1987
   Milroy, Lesley.
     <a href="none">Observing and analysing natural language : a critical account of sociolinguistic method</a>
       Oxford ; New York : Blackwell, 1987.

PE1128.A2 E49 2001
     <a href="none">English language teaching in its social context</a>
       London ; New York : in association with Maquarie University and the Open University; Routledge, 2001.

PG2996 .W47 2019
   Wheeler, Sara, author.
     <a href="none">Mud and stars : travels in Russia with Pushkin, Tolstoy, and other geniuses of the Golden Age</a>
       New York : Pantheon Books, [2019]

PR4231 .A4 1984 v.30
   Browning, Robert, 1812-1889.
     <a href="none">The Brownings' correspondence</a>
       Winfield, KS : Wedgestone Press, c1984-

PS3545.I342 Z646 2024
   Fry, John J., author.
     <a href="none">A prairie faith : the religious life of Laura Ingalls Wilder</a>
       Grand Rapids, Michigan : William B Eerdmans Publishing Company, [2024]

PS3552.U827 F47 2005
   Butler, Octavia E., author.
     <a href="none">Fledgling : a novel</a>
       New York : Seven Stories Press, 2005.

PS3565.C57 Z95 2024
   Wilson, Jessica Hooten, author.
     <a href="none">Flannery O'Connor's Why do the heathen rage? : a behind-the-scenes look at a work in progress</a>
       Grand Rapids, Michigan : Brazos Press a division of Baker Publishing Group, [2024]

PS3602.E224 S87 2024
   Beach, Cynthia, 1964- author.
     <a href="none">The surface of water : a novel</a>
       Downers Grove, IL : IVP, 2024.

Q180.55.M4 P38 2004
   Patten, Mildred L.
     <a href="none">Understanding research methods : an overview of the essentials</a>
       Glendale, Calif. : Pyrczak Pub, &#169;2004.

R101 .A61 v.75 2024
     <a href="none">Annual review of medicine.</a>
       Palo Alto, California : Annual Reviews, 2024.

RC552.P67 V358 2014
   Van der Kolk, Bessel A., 1943- author.
     <a href="none">The body keeps the score : brain, mind, and body in the healing of trauma</a>
       New York : Viking, [2014]

RJ506.A9 R53 2018
   Richardson, Kathleen.
     <a href="none">Challenging sociality : an anthropology of robots, autism, and attachment</a>
       Cham, Switzerland : Palgrave Macmillan, [2018]

RM16 .A63 v.64 2024
     <a href="none">Annual review of pharmacology and toxicology.</a>
       Palo Alto, California : Annual Reviews, 2023.

TJ140.D5 B78 2023
   Brunt, Douglas, author.
     <a href="none">The mysterious case of Rudolf Diesel : genius, power, and deception on the eve of World War I</a>
       New York : Atria Books, 2023.


<strong>Videos	   22 new items</strong>

PN1997 .A735 2018 V5
     <a href="none">Aquaman</a>
       Burbank, CA : Warner Bros Home Entertainment; Warner Bros Entertainment Inc, [2019]

PN1997 .A7352 2023 V5
     <a href="none">Aquaman and the lost kingdom</a>
       [Burbank, CA] : Warner Bros Entertainment Inc, [2024]

PN1997 .B298 2023 V5
     <a href="none">Barbie</a>
       [Burbank, Calif.] : Warner Bros Entertainment Inc, [2023]

PN1997 .B64 2023 V5
     <a href="none">Blue Beetle</a>
       [Burbank, California] : Warner Bros Entertainment, [2023]

PN1997 .C344 2023 V5
     <a href="none">The Canterville ghost</a>
       Los Angeles, CA : Shout! Studios, [2024]

PN1997 .C458 v.1 2019 V5
     <a href="none">The chosen.</a>
       [Palo Alto, California] : VidAngel Studios, [2019]

PN1997 .C458 v.2 2021 V5
     <a href="none">The chosen.</a>
       [Palo Alto, California] : Angel Studios, [2021]

PN1997 .C458 v.3 2022 V5
     <a href="none">The chosen.</a>
       [Palo Alto, California] : Angel Studios, [2023]

PN1997 .C637 2023 V5
     <a href="none">The color purple</a>
       [Burbank, CA] : Warner Bros Entertainment Inc, [2024]

PN1997 .H632 2023 V5
     <a href="none">The holdovers</a>
       Universal City, CA : Studio Distribution Services; Universal, [2024]

PN1997 .H874 B3 2023 V5
     <a href="none">The Hunger Games : The ballad of songbirds &amp; snakes</a>
       Santa Monica, California : Lionsgate, [2024]

PN1997 .I723 2023 V5
     <a href="none">The inventor</a>
       [Philadelphia] : Breaking Glass Pictures, [2024]

PN1997 .J72 2023 V5
     <a href="none">Journey to Bethlehem</a>
       Culver City, CA : Sony Pictures Home Entertainment, [2024]

PN1997 .M368 2023 V5
     <a href="none">The Marvels</a>
       [Burbank, California] : Marvel Studios, [2024]

PN1997 .M4789 2023 V5
     <a href="none">Migration</a>
       Universal City, CA : Universal, [2024]

PN1997 .O436 2023 V5
     <a href="none">One life</a>
       New York, NY : Decal Releasing, 2024.

PN1997 .O689 2023 V5
     <a href="none">Oppenheimer</a>
       Universal City, CA : Universal, [2023]

PN1997 .P375 2023 V5
     <a href="none">Past lives</a>
       Santa Monica, California: Lionsgate, [2023]

PN1997 .S585 2015 V5
     <a href="none">Snowtime!</a>
       [Los Angeles, California] : Shout! Factory, [2016]

PN1997 .W443 v.1 2022 V5
     <a href="none">Wednesday.</a>
       [Beverly Hills, CA] : Studio Distribution Services; MGM Television Entertainment, [2024]

PN1997 .W56 2023 V5
     <a href="none">Wish</a>
       [Burbank, CA] : Disney, [2024]

PN1997 .W6348 2023 V5
     <a href="none">Wonka</a>
       [Burbank, California] : Warner Bros Entertainment Inc, [2024]

<strong>Multimedia	   1 new item</strong>

M1.3 .G45 G7 1969
     <a href="none">The 91猫先生ns in song, 1969</a>
       [Beaver Falls, Pa.] : 91猫先生, [2024].

<strong>Covenanter Collection	   1 new item</strong>

BV4647.T7 B88 2023
   Butterfield, Rosaria Champagne, 1962- author.
     <a href="none">Five lies of our anti-Christian age</a>
       Wheaton, Illinois : Crossway, [2023]

<strong>91猫先生 Authors	   2 new items</strong>

HD62.15 .B49 1994
     <a href="none">Beyond total quality management : toward the emerging paradigm</a>
       New York : McGraw-Hill, &#169;1994.

PS3545.I342 Z646 2024
   Fry, John J., author.
     <a href="none">A prairie faith : the religious life of Laura Ingalls Wilder</a>
       Grand Rapids, Michigan : William B Eerdmans Publishing Company, [2024]

<strong>Juvenile		   13 new items</strong>

BR1720.V28 B87 2024
   Bustard, Ned, adapter, illustrator.
     <a href="none">Saint Valentine the kindhearted</a>
       Downers Grove, IL : IVP Kids, [2024]

BV4456 .L47 2024
   Lester, Terence, author.
     <a href="none">Zion learns to see</a>
       Downers Grove, IL : IVP Kids, [2024]

ND623.L5 A7 2023
   Day, Nick author. (Nicholas),
     <a href="none">The Mona Lisa vanishes : a legendary painter, a shocking heist, and the birth of a global celebrity</a>
       New York : Random House Studio an imprint of Random House Children's Books, [2023]

PZ7.A54395 El 2023
   Anderson, M. T., author.
     <a href="none">Elf dog &amp; owl head</a>
       Somerville, Massachusetts : Candlewick Press, 2023.

PZ7.E296 Ey 2023
   Eggers, Dave, author, illustrator.
     <a href="none">The eyes &amp; the impossible</a>
       New York : Alfred A Knopf, [2023]

PZ7.H7875 Eag 2004
   Horowitz, Anthony, 1955-
     <a href="none">Eagle Strike</a>
       New York : Philomel Books, 2004.

PZ7.H7875 Po 2002
   Horowitz, Anthony, 1955- author.
     <a href="none">Point blank</a>
       New York : Philomel Books, 2002.

PZ7.H7875 Sc 2006
   Horowitz, Anthony, 1955-
     <a href="none">Scorpia</a>
       New York, N.Y. : Puffin Books, 2006, &#169;2004.

PZ7.H7875 Sk 2003
   Horowitz, Anthony, 1955- author.
     <a href="none">Skeleton key</a>
       New York : Philomel Books, 2003.

PZ7.H7875 St 2001
   Horowitz, Anthony, 1955-
     <a href="none">Stormbreaker</a>
       New York : Philomel Books, 2001.

PZ7.R4829 Ch 2023
   Riordan, Rick, author.
     <a href="none">The chalice of the gods</a>
       Los Angeles : Disney Hyperion, 2023.

PZ7.S3527 Lab 2023
   Schmidt, Gary D., author.
     <a href="none">The labors of Hercules Beal</a>
       New York : Clarion Books an imprint of HarperCollins Publishers, [2023]

SB364 .L46 2023
   Lemelman, Martin, author, illustrator.
     <a href="none">The miracle seed</a>
       Grand Rapids, Michigan : Eerdmans Books for Young Readers, 2023.

<strong>Papers, Theses, Dissertations	   5 new items</strong>

LD1891 .G86gb 2014-16
     <a href="none">Works of our hands. academic partners projects from the Honors Program at 91猫先生</a>
       , 2014-2016.

LD1891 .G86gb 2017
     <a href="none">Works of our hands. academic partners projects from the Honors Program at 91猫先生</a>
       , 2017.

LD1891 .G86gb 2019-20
     <a href="none">Works of our hands. academic partners projects from the Honors Program at 91猫先生</a>
       , 2019-2020.

LD1891 .G86gb 2022 Spring
     <a href="none">Works of our hands. academic partners projects from the Honors Program at 91猫先生</a>
       , 2022.

LD1891.G862k K38 2022
   Kennedy, Mark Thomas, 1960-
     <a href="none">Biblical creation stewardship : doctrine, science, and practice in a world that has forgotten God / Mark T. Kennedy.</a>
       , 2022.

<strong>Reference		   16 new items</strong>

BR95 .D68 1978
   Douglas, J. D. (James Dixon)
     <a href="none">The new international dictionary of the Christian church</a>
       Grand Rapids, Zondervan Pub Co, 1978.

BS2312 .N48 1986 v.1
     <a href="none">The New international dictionary of New Testament theology</a>
       Grand Rapids, Mich. : Regency Reference Library, &#169;1986.

BS2312 .N48 1986 v.2
     <a href="none">The New international dictionary of New Testament theology</a>
       Grand Rapids, Mich. : Regency Reference Library, &#169;1986.

BS2312 .N48 1986 v.3
     <a href="none">The New international dictionary of New Testament theology</a>
       Grand Rapids, Mich. : Regency Reference Library, &#169;1986.

BS2312 .N48 1986 v.4
     <a href="none">The New international dictionary of New Testament theology</a>
       Grand Rapids, Mich. : Regency Reference Library, &#169;1986.

GE197 .E7 2023
     <a href="none">The environmental debate : a documentary history with timeline, glossary, and appendices</a>
       Amenia, NY : Grey House Publishing, [2023]

HA202 2024
     <a href="none">ProQuest statistical abstract of the United States.</a>
       Lanham, Maryland : Bernan, 2012-

KF101.1 .D5 Tables
     <a href="none">Digest of United States Supreme Court reports.</a>
       Charlottesville, VA : LEXIS-NEXIS, 1948-

KF101.1 .D5 v.1-14 Suppl.
     <a href="none">Digest of United States Supreme Court reports.</a>
       Charlottesville, VA : LEXIS-NEXIS, 1948-

KF101.1 .D5 v.15-15D Suppl.
     <a href="none">Digest of United States Supreme Court reports.</a>
       Charlottesville, VA : LEXIS-NEXIS, 1948-

KF101.1 .D5 v.19
     <a href="none">Digest of United States Supreme Court reports.</a>
       Charlottesville, VA : LEXIS-NEXIS, 1948-

KF101.1 .D5 v.21
     <a href="none">Digest of United States Supreme Court reports.</a>
       Charlottesville, VA : LEXIS-NEXIS, 1948-

KFP65 .P4 1998 v.43
     <a href="none">Pennsylvania law encyclopedia : based on Pennsylvania statutes; case law, state and federal; attorney general opinions and law reviews.</a>
       Charlottesville, VA : LEXIS Law Publishing, 1998-

KFP65 .P4 1998 v.47
     <a href="none">Pennsylvania law encyclopedia : based on Pennsylvania statutes; case law, state and federal; attorney general opinions and law reviews.</a>
       Charlottesville, VA : LEXIS Law Publishing, 1998-

PC2640 .C69 1998
     <a href="none">Collins-Robert French-English, English French dictionary : unabridged</a>
       New York : Paris : Dictionnaires Le Robert; HarperCollins Publishers, 1998.

PN4855 .I77 2024
   Issitt, Micah L., author.
     <a href="none">Truth &amp; lies in the media</a>
       Amenia, NY : Grey House Publishing Inc, [2024]

<strong>Total items added:		195</strong>
</span></pre>

									
									





    
									
									<!-- START OPEN GRAPH TAGS-->
    <meta content="February - May 2024" property="og:title" />
        <meta content="website" property="og:type" />
    
	<meta content="https://www.geneva.edu/library/acquisitions/lib-2024-02feb-05may" property="og:url" />
		<meta content="91猫先生 offers academically excellent, Christ-centered and affordable education." property="og:description" />
		    	    	<meta content="https://www.geneva.edu/_files/images/oldmain-web.jpg" property="og:image" />
    	    	<!-- END OPEN GRAPH TAGS-->
	





									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
									
                                    <div id="printBlock">
        <a href="/library/acquisitions/lib-2024-02feb-05may/academics/programs/css/lib-2024-02feb-05may-print"><i class="fa-regular fa-print" ></i> Print</a>        
    </div>
    <br class="clearit" />
								</div>
								<!-- end contentContainers -->
								<div id="faux-column">
									
									
									
									
								</div>
								<!-- end faux-->
								
								<br class="clearit" />
								
							</div>
							<!-- end FLex Template Content -->
							<div class="flex-template-menu">
								<div id="r-menu-wrap">
									<div id="rightMenuContainer">
    <div class="rightMenuToggle">
        <div id="nav-icon3"><span ></span> <span ></span> <span ></span> <span ></span></div>
    </div>
    <div id="rightMenuLinks">
        <div class="rightNavTopText">
                                    <a href="/library/acquisitions/lib-2024-02feb-05may/academics/programs/css/index.php">New Acquisitions</a>
        </div>
        <div class="submenu-level1" id="submenu-level1">
                                                                                                                <ul class="menu-1">
                                                                                                                        <li><a class="" href="/library/acquisitions/lib-2024-02feb-05may/academics/programs/css/lib-2025-09sept-12dec.php">September - December 2025</a></li>
                                                                                                                                                                                        <li><a class="" href="/library/acquisitions/lib-2024-02feb-05may/academics/programs/css/lib-2025-06jun-08aug.php">June - Aug 2025</a></li>
                                                                                                                                                                                        <li><a class="" href="/library/acquisitions/lib-2024-02feb-05may/academics/programs/css/lib-2025-01jan-05may.php">January - May 2025</a></li>
                                                                                                                                                                                        <li><a class="" href="/library/acquisitions/lib-2024-02feb-05may/academics/programs/css/lib-2024-09sept-12dec.php">September - December 2024</a></li>
                                                                                                                                                                                        <li><a class="" href="/library/acquisitions/lib-2024-02feb-05may/academics/programs/css/lib-2024-06jun-08aug.php">June - August 2024</a></li>
                                                                                                                                                                                                            <li><a class="current" href="/library/acquisitions/lib-2024-02feb-05may/academics/programs/css/lib-2024-02feb-05may.php">February - May 2024</a></li>
                                                                                                                                                                                        <li><a class="" href="/library/acquisitions/lib-2024-02feb-05may/academics/programs/css/lib-2023-10oct-01jan.php">October 2023 - January 2024</a></li>
                                                                                                                                                                                        <li><a class="" href="/library/acquisitions/lib-2024-02feb-05may/academics/programs/css/lib-2023-06jun-09sept.php">June - September 2023</a></li>
                                                                                                                                                                                        <li><a class="" href="/library/acquisitions/lib-2024-02feb-05may/academics/programs/css/lib-acq-rss.php">New Item RSS feeds</a></li>
                                                                            </ul>
                    </div>
        <div id="navBottomArea" ></div>
    </div>
</div>


								</div>
								<!-- end r-menu-wrap -->
							</div>
							<!-- end flex-template-menu -->
						</div>
						<!-- end flex-template-container -->
					</div>
					<!-- end wide-container -->
					
					
				</div>
				<!-- end div pageContent -->
				<!--<br class="clearit" />-->
			</div>
         <!-- End div contentContainer--><br class="clearit" />
         <div id="footerBar" ></div>
         <div id="footerStripes" ></div>
      </div>
      <!-- end contentSpace div-->
      <div id="footerSpace">
          <!-- Footer Include Here-->
         <div>
<div class="footerGradient">
<div class="wide-container" id="footerContainer">
<div class="row">
<div class="four columns" id="footerLeft"><img alt="" aria-hidden="true" class="u-full-width" height="152" src="/_files/sitegraphics/geneva-spade-stacked.svg" style="max-width: 200px;" width="200"/>
<div id="socialfooter">
<ul class="socialicons">
<li><a href="none" rel="noopener noreferrer" target="_blank" aria-label="91猫先生 on Facebook (Opens in new tab)"> <i class="fa-brands fa-facebook-square"></i> </a></li>
<li><a href="none" rel="noopener noreferrer" target="_blank" aria-label="91猫先生 on X (Opens in new tab)"> <i class="fa-brands fa-twitter"></i> </a></li>
<li><a href="none" rel="noopener noreferrer" target="_blank" aria-label="91猫先生 on Instagram (Opens in new tab)"> <i class="fa-brands fa-instagram"></i> </a></li>
<li><a href="none" rel="noopener noreferrer" target="_blank" aria-label="91猫先生 on Youtube (Opens in new tab)"> <i class="fa-brands fa-youtube"></i> </a></li>
<li><a href="none" rel="noopener noreferrer" target="_blank" aria-label="91猫先生 on LinkedIn (Opens in new tab)"> <i class="fa-brands fa-linkedin-in"></i> </a></li>
<li><a href="none" rel="noopener noreferrer" target="_blank" aria-label="91猫先生 on TikTok (Opens in new tab)"> <i class="fa-brands fa-tiktok">&nbsp;</i></a></li>
</ul>
</div>
<div class="pad20 buttonflex"><a class="quickbtn" href="/about-geneva/contact_us.php"><i class="fa fa-phone">&#160;</i>Contact Us</a><a class="quickbtn" href="/about-geneva/campus_map.php"><i class="fas fa-map-marker-alt"></i>&#160;Campus Map</a></div>
</div>
<!-- end footer left-->
<div class="eight columns" id="footerRight">
<div class="flex-foot">
<div class="footerGroup">
<div class="toggleHead hidToggle">General Information</div>
<ul class="hidFootLinks1">
<li><a href="/about-geneva/foundationalconcepts.php">Foundational Concepts</a></li>
<li><a href="/about-geneva/nondiscrimination_policy.php">Nondiscrimination Policy</a></li>
<li><a href="/about-geneva/titleix/index.php">Title IX</a></li>
<li><a href="/employment/index.php">Employment</a></li>
<li><a href="/about-geneva/attribution.php">Attribution</a></li>
</ul>
</div>
<div class="footerGroup">
<div class="toggleHead hidToggle">Offices &amp; Departments</div>
<ul class="hidFootLinks1">
<li><a href="/academics/registrar/index.php">Registrar</a></li>
<li><a href="/student-accounts/index.php">Student Accounts</a></li>
<li><a href="/admissions/undergraduate.php">Admissions</a></li>
<li><a href="/academics/crossroads/index.php">Crossroads</a></li>
<li><a href="/academics/index.php">Academic Programs</a></li>
</ul>
</div>
<div class="footerGroup">
<div class="toggleHead hidToggle">Student Resources</div>
<ul class="hidFootLinks1">
<li><a href="/library/index.php">McCartney Library</a></li>
<li><a href="/about-geneva/campus_bookstore.php">Campus Bookstore</a></li>
<li><a href="/about-geneva/policies/index.php">Academic Policies</a></li>
<li><a href="none" rel="noopener" target="_blank"><img alt="" aria-hidden="true" src="/_files/sitegraphics/moodle-ico.png"/> Online Course Login</a></li>
<li><a href="none" rel="noopener" target="_blank"><img alt="" aria-hidden="true" height="16" src="/_files/sitegraphics/mygen-ico.png" style="display: inline-block; vertical-align: middle;" width="20"/> my91猫先生 Student Portal</a></li>
</ul>
</div>
<!--<div class="footerGroup">
<div class="toggleHead hidToggle">ALUMNI &amp; FRIENDS</div>
<ul class="hidFootLinks">
<li><a href="/alumni/index">Alumni Relations</a></li>
<li><a href="/alumni/online-services/class-notes/">Alumni Class Notes</a></li>
<li><a href="/alumni/events/index">Alumni Events</a></li>
<li><a href="/give/index">Give</a></li>
</ul>
</div>--> <a class="BackToTop" href="#topOfPageLink"><img alt="" aria-hidden="true" src="/_files/sitegraphics/to-top-sm.png"/></a></div>
<!-- end footerRight --></div>
<!-- end row --></div>
<!-- end footer container --></div>
<!-- end footer gradient --></div>
<div class="footer-end">
<div class="motto-margin">
<div class="pad20"><img alt="" aria-hidden="true" class="u-full-width" height="26" src="/_files/sitegraphics/motto-dark.svg" style="max-width: 250px;" width="250"/></div>
<div class="pad20">
<p class="copyright">&#169; 91猫先生 | All rights reserved</p>
</div>
</div>
</div>


</div>      </div>
      <!--end .bg-blur wrap-->
        <!-- Offcanvas Menu Include Here-->
      <div>

	
	<!-- RESPONSIVE MENU ============================================== -->
	<nav id="menu">
		<ul>
			<div id="searchBox-menu" class="roundcorners">
				<form action="/search.php" class="formFix" id="searchbox_006510535078434149773:n0dixopbnng">
					<div id="searchFld-menu">
						<input class="searchTxt-menu" id="fldsearch" name="q" style="background-color: transparent;" tabindex="1" type="text" placeholder="Search 91猫先生" />
						<input name="cx" type="hidden" value="006510535078434149773:n0dixopbnng" />
						<input name="cof" type="hidden" value="FORID:11" />
						<input name="sa" type="hidden" value="Search" />
						<!-- <input class="searchButton-menu" name="input" src="https://www.geneva.edu/_files/sitegraphics/searchico32.png" type="image" value="Search 91猫先生" /> -->
						<button class="searchButton" style="cursor: pointer; background: none; overflow: hidden;">
							<i class="fa-xl fa-solid fa-magnifying-glass searchButton" style="color: #aa8228; text-align: center; margin-top: 50%;"></i>
						</button>
					</div>
				<input type="hidden" name="as_sfid" value="AAAAAAVS9jNI2I-lxVLXrehMHo0issyt88rEMmElF3PLxo9LmjXW3wqux98156BIwh5UucLdTt9-2_yXwIKsdl_vGmK5a5OMJwq1lWBP4nr_nx_MkW3rjxl_LA0WC7l6-YRXwDY=" /><input type="hidden" name="as_fid" value="91ffbf0e2b33ad6eaf86aae4a26906886b277e68" /></form>
			</div>
			<!-- end searchBox-menu-->
			<li>
				<span>91猫先生</span>
				<ul>
					<li>
						<a href="/about-geneva/">Fast Facts &amp; Overview</a>
					</li>
					<li>
						<a href="/about-geneva/identity/">91猫先生 Identity</a>
					</li>
					<li>
						<a href="/about-geneva/policies/">Academic Policies</a>
					</li>
					<li>
						<a href="/about-geneva/leadership">Leadership</a>
					</li>
					<li>
						<a href="/articles/">Stories, Blogs &amp; Articles</a>
					</li>
					<li>
						<a href="/calendar/">Calendar of Events</a>
					</li>
				</ul>
			</li>
			<li>
				<span>Academics</span>
				<ul>
					<li><a href="/academics/">Explore Academics</a></li>
                    <li><a href="/academics/programs/">Search Degree Programs</a></li>
                    <li><a href="/academics/core">Core Curriculum</a></li>
                    <li><a href="/academics/honors/">Honors Program</a></li>
                    <li><a href="/graduate/">Graduate Programs</a></li>
                    <li><a href="/online-degree/">Online Degree Programs</a></li>
                    <li><a href="/pittsburgh/">91猫先生 Pittsburgh Campus</a></li>
                    <li><a href="/faculty-staff/faculty/">Our Faculty</a></li>
                    <li><a href="/cfl/">Center for Faith &amp; Life</a></li>
				</ul>
			</li>
			<li>
				<a aria-haspopup="true">
					<span>Admissions &amp; Aid</span>
				</a>
				<ul>
				    <li><a href="/financial-aid/tug-financial-aid">Undergraduate</a></li>
                    <li><a href="/graduate/admissions/">Graduate</a></li>
                    <li><a href="/online-degree/admissions/">Online Degree Programs</a></li>
                    <li><a href="/admissions/visit/">Visit 91猫先生</a></li>
                    <li><a href="/admissions/international/">International Students</a></li>
                    <li><a href="/admissions/transfers/">Transfer Students</a></li>
                    <li><a href="/academics/crossroads/earlycollege/">Early College</a></li>
                    <li><a href="/admissions/military/">Military &amp; Veterans</a></li>
				</ul>
			</li>
			<li>
				<span>Student Life</span>
				<ul>
				<li>
						<a href="/student-life/">Student Life Home</a>
					</li>
					<li><a href="/student-life/engagement/">Activities &amp; Engagement</a></li>
                    <li><a href="/calling-career/">Calling &amp; Career</a></li>
                    <li><a href="/student-life/residence-life/">Residence Life &amp; Housing</a></li>
                    <li><a href="/student-life/wellness/">Health &amp; Wellness</a></li>
                    <li><a href="/student-life/spiritual-life/">Spiritual Life</a></li>
                    <li><a href="/student-life/campus-safety/">Campus Safety</a></li>
                    <li><a href="/student-life/academic-support/">Academic Support</a></li>
                    <li><a href="/student-life/commuters">Commuter Life</a></li>
                    <li><a href="/student-life/student-resources">Student Resources</a></li>
				</ul>
			</li>
			<li>
				<span>Alumni</span>
				<ul>
					<li>
						<a href="none">Giving</a>
					</li>
					<li>
						<a href="/alumni/">Alumni Home</a>
					</li>
					<li>
						<a href="/alumni/events/">Alumni Events</a>
					</li>
					<li>
						<a href="/alumni/connect/alumni-update-form">Alumni Update Form</a>
					</li>
					<li>
						<a href="/academics/registrar/student_records_transcripts">Transcript Requests</a>
					</li>
					<li>
						<a href="/alumni/represent/alumni_referrals">Gold and White Referrals</a>
					</li>
					<li>
						<a href="/alumni/represent/legacylink">Legacy Link Program</a>
					</li>
					<li>
						<a href="/alumni/connect/alumni_contact">Contact Alumni Engagement</a>
					</li>
					<!--<li>
						<a href="/homecoming/">Homecoming 2025</a>
					</li>-->
				</ul>
			</li>
			<li>
				<a href="none">
					<span>Athletics</span>
				</li>
			</li>
			<div class="mmenu-undernav">&copy; 91猫先生 | 
				<a href="/about-geneva/contact_us">Contact Us</a>
			</div>
			<div class="searchBox-panel2"></div>
		</ul></nav>
<!-- Hidden Modal Search --> 
<!--<a href="#modalsearch">Search 91猫先生.edu</a>-->
<div id="search-box"><a class="close" href="#close"></a>
<div class="container">
<div class="search-main">
<div class="search-inner"><form action="/search.php" class="formFix" id="searchbox_006510535078434149773:n0dixopbnng"><input id="inputSearch" name="q" placeholder="Search 91猫先生.edu" type="text" /> <input name="cx" type="hidden" value="006510535078434149773:n0dixopbnng" /> <input name="cof" type="hidden" value="FORID:11" /> <button class="search-glass" style="cursor: pointer; background: none; overflow: hidden;"> <i aria-hidden="true" class="fa-xl fa-solid fa-magnifying-glass" style="color: #c99a2c;"></i> </button><input type="hidden" name="as_sfid" value="AAAAAAU2boS0E_qnZ5xfU8yjROs21X3TK1fWbSfPGI2kwSEIG-_s3XhRKS5Kei2Ctg7QkFZ30nO3mfEE3bqsVwHRpuVjIruZkTYXuk-vQ7plRcu9-Mf9kfw03N-0g0M3qaXz9Tk=" /><input type="hidden" name="as_fid" value="586c47bd3a4cca66dceed98b229bf271f700bcb0" /></form><span class="search-info">Hit enter to search or ESC to close</span></div>
</div>
</div>
</div>
<!-- end Hidden Modal Search -->

	


</div>       
      
      <!-- include External Jquery last -->
      
        <!-- Final JS files Include Here-->
      <div>

	

<script src="none" type="text/javascript"></script>
<!-- ADDITIONAL STYLES AND SCRIPTS ========================== -->
<script src="none" type="text/javascript"></script>
<script src="none" type="text/javascript"></script>
<script src="none" type="text/javascript"></script>




</div>      
   </body>
</html>