

<!DOCTYPE html>
<html lang="en">
<head>	


<link href="/revize/plugins/setup/css/revize.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">

//----- Check href of all <a...> tags, if it matchs page url and immediate parent is <LI>,
//		append "active" to className of all ancestor <LI> tags until the parent of the <LI>
//		tag is not <UL> or the parent of the <UL> is not another <LI> tag.
var functionRef = function setClassActive()
{
	var e;
	try
	{
		var pattern = new RegExp("http[s]?://.*?/(.*)[?#]?","");
		var tags = document.getElementsByTagName("A");
		if (tags)
		{
			for (var i=0;i<tags.length;i++)
			{
				var el = tags[i];
				var resultsTag = el.href.match(pattern);
				var resultsPage = location.href.match(pattern);
				if (!resultsTag || !resultsPage) continue;
				if (resultsTag[1] != resultsPage[1]) continue;
	
				// go up li tree marking this and all parent class=active
				var li = el.parentNode;
				while (li && li.tagName == 'LI')
				{
					if (li.className != '') 
						li.className += ' ';
					li.className += 'active';
					var ul = li.parentNode;
					if (!ul || ul.tagName != 'UL') break;
					li = ul.parentNode;
				}
				//let's catch all links e.g. topnav, leftnav, quick links, etc
				//break;	//found url match, quit checking tags
			}
		}
	}
	catch (e) {}
}
//----- Activate topnavActive once page loads
if (typeof addEventListener != 'undefined') addEventListener('load', functionRef, false);	//standards browser
else if (typeof attachEvent != 'undefined') attachEvent("onload", functionRef);				//IE early versions
</script>



<script type="text/javascript">



</script>




	
	
	
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1">

	<link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;500;700;900&family=Playfair+Display:wght@400;700&family=Source+Sans+Pro:wght@400;700&display=swap" rel="stylesheet">

	<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.3/tiny-slider.css">
	<link rel="stylesheet" href="_assets_/fonts/font-awesome/css/all.min.css">
	<!--[if (lt IE 9)]><script src="_assets_/plugins/tiny-slider/dist/min/tiny-slider.helper.ie8.js"></script><![endif]-->
	
	<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>

	<!-- Metadata Area Starts -->





	<title>Statesboro Regional Public Libraries</title>
	<meta property="og:title" content="Statesboro Regional Public Libraries" />



	<meta name="keywords" content="Statesboro Regional Public Libraries"/>



	<meta name="description" content=""/>
	<meta property="og:description" content="" />


	 

<meta property="og:image" content="//webgen1.revize.com/revize/logo/logo1.PNG?t=202310270848180?t=1767994846075" />



	<meta name="robots" content="index, follow">



<link rel="shortcut icon" href="logo/logo just head.PNG?t=202306221212480?t=1767994846075">

<link rel="apple-touch-icon" href="_assets_/images/touch-icon-ipad2.png?t=1767994846075">
<link rel="apple-touch-icon" sizes="72x72" href="_assets_/images/touch-icon-ipad2.png?t=1767994846075">
<link rel="apple-touch-icon" sizes="114x114" href="_assets_/images/touch-icon-ipad2.png?t=1767994846075">
<link rel="apple-touch-icon" sizes="144x144" href="_assets_/images/touch-icon-ipad2.png?t=1767994846075">

	

	<link href="/revize/plugins/revize_calendar/core/main.css" rel="stylesheet" />
<link href="/revize/plugins/revize_calendar/daygrid/main.min.css" rel="stylesheet" />
<link href="/revize/plugins/revize_calendar/timegrid/main.min.css" rel="stylesheet" />
<link href="/revize/plugins/revize_calendar/list/main.min.css" rel="stylesheet" />
<link href="_assets_/plugins/revizeCalendar/css/mini.css" rel="stylesheet" />
<link href="/revize/plugins/revize_calendar/core/nav-panels.css" rel="stylesheet" /><script>
	var defaultCalendarColor = "#3788d8";
	var ImportCals = [];
	var calendarProps = {'6' : { 'color' : '' , 'name' : 'calendar-list-options' },
'9' : { 'color' : '#bf0a0a' , 'name' : 'Statesboro-Bulloch County' },
'12' : { 'color' : '#3078bf' , 'name' : 'Claxton-Evans County' },
'13' : { 'color' : '#4b5304' , 'name' : 'Metter-Candler County' },
'14' : { 'color' : '#0d8906' , 'name' : 'Pembroke-Bryan County' },
'15' : { 'color' : '#bc1ce0' , 'name' : 'Richmond Hill-Bryan County' },
'16' : { 'color' : '#ac640c' , 'name' : 'Swainsboro-Emanuel County' },
'17' : { 'color' : '#471692' , 'name' : 'Genealogy' },
};
	var RZCalendarTimezone = "";
</script>


	<link rel="stylesheet" href="_assets_/css/layout.css?t=1767994846075">
	<link rel="stylesheet" href="_assets_/css/styles.css?t=1767994846075">

	<!-- Respond.js for IE8 support of HTML5 elements and media queries -->
	<!--[if lt IE 9]>
	  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
	<![endif]-->

</head>
<body id='homepage' class=''>
    <a href="#main" id="skip">Skip to main content</a>





<script type="text/javascript">
if (typeof(RZ) == 'undefined') RZ = {};
if (!RZ.link) RZ.link = new Object();
RZ.pagetype = 'template'
RZ.baseurlprefix = ''
RZ.baseurlpath = ''
RZ.protocolRelativeRevizeBaseUrl='//webgen1.revize.com'

RZ.pagetemplatename = 'index'
RZ.pagetemplateid = '22'
RZ.pagemodule = ''
RZ.pagemoduleid = ''
RZ.pagerecordid = '';

RZ.pageid = 'index';
RZ.pageparentid = '';
RZ.pagesectionid = '0';
RZ.pagesectionname = '';
RZ.pagesectionlevel = '0';
RZ.pagesectionfolder = '';
RZ.pagesectionfilter = 'sectionid=0';
RZ.pagelinkfilter = 'linklevel=0 and linksectionid=0';
RZ.pagelinklevel = '0';
RZ.pagelinkid = '-1';
RZ.pageidfield = '';

RZ.isnewrecord = false;
RZ.editmodule = '';
RZ.editrecordid = '';
RZ.editrecordversion = '';
RZ.editversion = '';
RZ.editaction = '';

RZ.page_roles = ''
RZ.page_users = '5400044200d974865fc0f12ae68f5e12dc5e58309de033eb2267cb1b18cab179'
RZ.page_key = 'index[]'
RZ.parent_key = ''
RZ.inherit_key = 'index[]'
RZ.workflowname = ''
RZ.permissions_options = ''
RZ.permissions_module = 'webspace_page_permissions'
RZ.webspace = 'statesborolibraryga'
RZ.webspacedesc = "Georgia Library";

RZ.featurespattern = '(EZ)';
null

RZ.webspacelinksurl = ''
RZ.webspacelinksurl = './webspace/links.html'
RZ.workflowlist = ''
RZ.revizeserverurl = 'https://webgen1.revize.com/revize/statesborolibraryga';

if (!RZ.nextseq) RZ.nextseq = {linknames:{},modules:{}};

RZ.webspace_config = new Object();
RZ.webspace_config.admin_email = "noreply@co.walla-walla.wa.us";
RZ.webspace_config.calendar_options = "max_events=4";
RZ.webspace_config.form_captcha = "yes";
RZ.webspace_config.form_server = "revizeserver";
RZ.webspace_config.form_technology = "jsp";
RZ.webspace_config.formwizard_ftp_password = "";
RZ.webspace_config.formwizard_ftp_port = "";
RZ.webspace_config.formwizard_ftp_server = "";
RZ.webspace_config.formwizard_ftp_user = "";
RZ.webspace_config.formwizard_setup = "yes";
RZ.webspace_config.formwizard_smtp_password = "xxx";
RZ.webspace_config.formwizard_smtp_server = "xxx";
RZ.webspace_config.formwizard_smtp_user = "xxx";
RZ.webspace_config.google_analytics = "";
RZ.webspace_config.home_pageid = "0";
RZ.webspace_config.home_sectionid = "0";
RZ.webspace_config.home_template = "home,index,sitemap";
RZ.webspace_config.icon_email = "<img src=\"/revize/images/email_icon_yellow.gif\" width=\"16\" border=\"0\" height=\"17\" title=\"Request email notification when page changes\" alt=\"Request email notification when page changes\" style=\"\" />";
RZ.webspace_config.image_maxheight = "3000";
RZ.webspace_config.image_maxwidth = "3000";
RZ.webspace_config.image_setup = "yes";
RZ.webspace_config.livesite_url = "";
RZ.webspace_config.menu_links_module = "links";
RZ.webspace_config.menu_newsection = "";
RZ.webspace_config.menu_nexturl = "webspace_menu-editform.jsp";
RZ.webspace_config.menu_sections_module = "sections";
RZ.webspace_config.menu_system = "custom";
RZ.webspace_config.menu_version = "1.00";
RZ.webspace_config.new_menu_manager_enabled = "yes";
RZ.webspace_config.notify_return_url = "enotify/index.php";
RZ.webspace_config.rte_setup = "yes";
RZ.webspace_config.to_email = "";
RZ.webspace_config.use_folders = "1";
RZ.webspace_config.use_new_buttons = "yes";

RZ.isauthenticationactive = true
RZ.warning = ""
RZ.adminwinmsg = null

RZ.channels = 'revize,fileschannel';
RZ.jsversion = 1.2</script>
<script type="text/javascript" src="/revize/util/snippet_helper.js"></script>



<header id="main-header">

    <div class="header-top">
        <div class="header-col" logo>
            



<a href="./" id="logo">
	<img src="logo/logo1.PNG?t=202310270848180" alt="Statesboro Regional Public Libraries">
	
</a><!--/#logo-->
            <div id="toggles" class="d-lg-none">
                <button aria-label="Open/Close Search" id="search-toggle" class="fa fa-search"></button>
                <button aria-label="Open/Close Navigation" id="nav-toggle" class="fa fa-bars"></button>
            </div><!--/#toggles-->
        </div><!--/.header-col-->
        <div class="header-col" social-translate>
            <div class="smls">
                
				




				
            </div><!--/.smls-->
            <div id="google-translate" class="d-none">
                <script>
                    function googleTranslateElementInit() {
                        new google.translate.TranslateElement({pagelanguage: 'en',
                            layout: google.translate.TranslateElement.InlineLayout.SIMPLE},
                            'google-translate');
                    }
                </script>
            </div><!--/#google-translate-->
            <div class="translation-links">
                <button type="button" class="translate-button" aria-label="translate page" aria-haspopup="true" aria-expanded="false">Translate page <i class="fa fa-caret-down"></i></button>
                    <ul class="clearfix">
                        <li><a href="#" class="English" data-lang="English"><strong translate="no">English</strong></a></li>
                        <li><a href="#" class="Afrikaans" data-lang="Afrikaans">Afrikaans</a></li>
                        <li><a href="#" class="Albanian" data-lang="Albanian">Albanian</a></li>
                        <li><a href="#" class="Arabic" data-lang="Arabic">Arabic</a></li>
                        <li><a href="#" class="Armenian" data-lang="Armenian">Armenian</a></li>
                        <li><a href="#" class="Azerbaijani" data-lang="Azerbaijani">Azerbaijani</a></li>
                        <li><a href="#" class="Basque" data-lang="Basque">Basque</a></li>
                        <li><a href="#" class="Belarusian" data-lang="Belarusian">Belarusian</a></li>
                        <li><a href="#" class="Bengali" data-lang="Bengali">Bengali</a></li>
                        <li><a href="#" class="Bosnian" data-lang="Bosnian">Bosnian</a></li>
                        <li><a href="#" class="Bulgarian" data-lang="Bulgarian">Bulgarian</a></li>
                        <li><a href="#" class="Catalan" data-lang="Catalan">Catalan</a></li>
                        <li><a href="#" class="Cebuano" data-lang="Cebuano">Cebuano</a></li>
                        <li><a href="#" class="Chinese" data-lang="Chinese (Simplified)">Chinese (Simplified)</a></li>
                        <li><a href="#" class="Chinese" data-lang="Chinese (Traditional)">Chinese (Traditional)</a></li>
                        <li><a href="#" class="Croatian" data-lang="Croatian">Croatian</a></li>
                        <li><a href="#" class="Czech" data-lang="Czech">Czech</a></li>
                        <li><a href="#" class="Danish" data-lang="Danish">Danish</a></li>
                        <li><a href="#" class="Dutch" data-lang="Dutch">Dutch</a></li>
                        <li><a href="#" class="Esperanto" data-lang="Esperanto">Esperanto</a></li>
                        <li><a href="#" class="Estonian" data-lang="Estonian">Estonian</a></li>
                        <li><a href="#" class="Filipino" data-lang="Filipino">Filipino</a></li>
                        <li><a href="#" class="Finnish" data-lang="Finnish">Finnish</a></li>
                        <li><a href="#" class="French" data-lang="French">French</a></li>
                        <li><a href="#" class="Galician" data-lang="Galician">Galician</a></li>
                        <li><a href="#" class="Georgian" data-lang="Georgian">Georgian</a></li>
                        <li><a href="#" class="German" data-lang="German">German</a></li>
                        <li><a href="#" class="Greek" data-lang="Greek">Greek</a></li>
                        <li><a href="#" class="Gujarati" data-lang="Gujarati">Gujarati</a></li>
                        <li><a href="#" class="Haitian Creole" data-lang="Haitian Creole">Haitian Creole</a></li>
                        <li><a href="#" class="Hausa" data-lang="Hausa">Hausa</a></li>
                        <li><a href="#" class="Hebrew" data-lang="Hebrew">Hebrew</a></li>
                        <li><a href="#" class="Hindi" data-lang="">Hindi</a></li>
                        <li><a href="#" class="Hmong" data-lang="Hmong">Hmong</a></li>
                        <li><a href="#" class="Hungarian" data-lang="Hungarian">Hungarian</a></li>
                        <li><a href="#" class="Icelandic" data-lang="Icelandic">Icelandic</a></li>
                        <li><a href="#" class="Igbo" data-lang="Igbo">Igbo</a></li>
                        <li><a href="#" class="Indonesian" data-lang="Indonesian">Indonesian</a></li>
                        <li><a href="#" class="Irish" data-lang="Irish">Irish</a></li>
                        <li><a href="#" class="Italian" data-lang="Italian">Italian</a></li>
                        <li><a href="#" class="Japanese" data-lang="Japanese">Japanese</a></li>
                        <li><a href="#" class="Javanese" data-lang="Javanese">Javanese</a></li>
                        <li><a href="#" class="Kannada" data-lang="Kannada">Kannada</a></li>
                        <li><a href="#" class="Khmer" data-lang="Khmer">Khmer</a></li>
                        <li><a href="#" class="Korean" data-lang="Korean">Korean</a></li>
                        <li><a href="#" class="Lao" data-lang="Lao">Lao</a></li>
                        <li><a href="#" class="Latin" data-lang="Latin">Latin</a></li>
                        <li><a href="#" class="Latvian" data-lang="Latvian">Latvian</a></li>
                        <li><a href="#" class="Lithuanian" data-lang="Lithuanian">Lithuanian</a></li>
                        <li><a href="#" class="Macedonian" data-lang="Macedonian">Macedonian</a></li>
                        <li><a href="#" class="Malay" data-lang="Malay">Malay</a></li>
                        <li><a href="#" class="Maltese" data-lang="Maltese">Maltese</a></li>
                        <li><a href="#" class="Maori" data-lang="Maori">Maori</a></li>
                        <li><a href="#" class="Marathi" data-lang="Marathi">Marathi</a></li>
                        <li><a href="#" class="Mongolian" data-lang="Mongolian">Mongolian</a></li>
                        <li><a href="#" class="Nepali" data-lang="Nepali">Nepali</a></li>
                        <li><a href="#" class="Norwegian" data-lang="Norwegian">Norwegian</a></li>
                        <li><a href="#" class="Persian" data-lang="Persian">Persian</a></li>
                        <li><a href="#" class="Polish" data-lang="Polish">Polish</a></li>
                        <li><a href="#" class="Portuguese" data-lang="Portuguese">Portuguese</a></li>
                        <li><a href="#" class="Punjabi" data-lang="Punjabi">Punjabi</a></li>
                        <li><a href="#" class="Romanian" data-lang="Romanian">Romanian</a></li>
                        <li><a href="#" class="Russian" data-lang="Russian">Russian</a></li>
                        <li><a href="#" class="Serbian" data-lang="Serbian">Serbian</a></li>
                        <li><a href="#" class="Slovak" data-lang="Slovak">Slovak</a></li>
                        <li><a href="#" class="Slovenian" data-lang="Slovenian">Slovenian</a></li>
                        <li><a href="#" class="Somali" data-lang="Somali">Somali</a></li>
                        <li><a href="#" class="Spanish" data-lang="Spanish">Spanish</a></li>
                        <li><a href="#" class="Swahili" data-lang="Swahili">Swahili</a></li>
                        <li><a href="#" class="Swedish" data-lang="Swedish">Swedish</a></li>
                        <li><a href="#" class="Tamil" data-lang="Tamil">Tamil</a></li>
                        <li><a href="#" class="Telugu" data-lang="Telugu">Telugu</a></li>
                        <li><a href="#" class="Thai" data-lang="Thai">Thai</a></li>
                        <li><a href="#" class="Turkish" data-lang="Turkish">Turkish</a></li>
                        <li><a href="#" class="Ukrainian" data-lang="Ukrainian">Ukrainian</a></li>
                        <li><a href="#" class="Urdu" data-lang="Urdu">Urdu</a></li>
                        <li><a href="#" class="Vietnamese" data-lang="Vietnamese">Vietnamese</a></li>
                        <li><a href="#" class="Welsh" data-lang="Welsh">Welsh</a></li>
                        <li><a href="#" class="Yiddish" data-lang="Yiddish">Yiddish</a></li>
                        <li><a href="#" class="Yoruba" data-lang="Yoruba">Yoruba</a></li>
                        <li><a href="#" class="Zulu" data-lang="Zulu">Zulu</a></li>
                    </ul>
            </div><!--/.translation-links-->
        </div><!--/.header-col-->
        <div class="header-col" search>
			

<div class="search clearfix">
	<ul class="search-tabs">
		<li><button class="search-tabs-toggle"><span>Catalog</span> <i class="fa fa-caret-down"></i></button>
			<ul>
				<li><button class="search-option">Catalog</button></li>
				<li><button class="search-option">Site</button></li>
			</ul>
		</li>
	</ul><!--/.search-tabs-->
	<div class="search-tabs-content">
		<form action="https://gapines.org/eg/opac/results?" method="GET" aria-label="" class="active">
			<input type="hidden" name="locg" value="39" />
			<input aria-label="Search Catalog" name="query" type="text" placeholder="Search Catalog...">
			<button aria-label="Search Button"><svg  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px"><path fill-rule="evenodd" fill="rgb(36, 28, 21)" d="M23.419,23.417 C23.149,23.688 22.711,23.688 22.441,23.417 L15.963,16.940 C14.308,18.369 12.178,19.264 9.820,19.264 C4.602,19.264 0.373,15.035 0.373,9.818 C0.373,4.600 4.602,0.371 9.820,0.371 C15.037,0.371 19.267,4.600 19.267,9.818 C19.267,12.176 18.371,14.306 16.942,15.962 L23.419,22.439 C23.689,22.709 23.689,23.147 23.419,23.417 ZM17.813,9.818 C17.813,5.404 14.234,1.825 9.820,1.825 C5.405,1.825 1.826,5.404 1.826,9.818 C1.826,14.233 5.405,17.812 9.820,17.812 C14.234,17.812 17.813,14.233 17.813,9.818 Z"/></svg></button>
		</form>
		<form class="search-form" method="GET" action="search.php" role="search" aria-label="sitewide">
			<input aria-label="Search Site" name="q" class="form-control search-input" placeholder="Search Site..." type="search" id="search-input">
			<button aria-label="Search Button"><svg  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px"><path fill-rule="evenodd" fill="rgb(36, 28, 21)" d="M23.419,23.417 C23.149,23.688 22.711,23.688 22.441,23.417 L15.963,16.940 C14.308,18.369 12.178,19.264 9.820,19.264 C4.602,19.264 0.373,15.035 0.373,9.818 C0.373,4.600 4.602,0.371 9.820,0.371 C15.037,0.371 19.267,4.600 19.267,9.818 C19.267,12.176 18.371,14.306 16.942,15.962 L23.419,22.439 C23.689,22.709 23.689,23.147 23.419,23.417 ZM17.813,9.818 C17.813,5.404 14.234,1.825 9.820,1.825 C5.405,1.825 1.826,5.404 1.826,9.818 C1.826,14.233 5.405,17.812 9.820,17.812 C14.234,17.812 17.813,14.233 17.813,9.818 Z"/></svg></button>
		</form><!--/.search-form-->
	</div><!--/.search-tabs-content-->
</div><!--/.search.clearfix-->

        </div><!--/.header-col-->
    </div><!--/.header-top-->
    <nav id="topnav" >

				


 
<ul id="nav" class="topnav v2_05-23-2012">
	<li class="menuLI level0 menuDisplay li-173 children"><a class="menuA level0 menuDisplay" href="explore/index.php" target="_self">Explore</a>
		<ul class="menuUL level1 menuHidden ul-174">
			<li class="menuLI level1 menuHidden li-174"><a class="menuA level1 menuHidden" href="http://gapines.org/eg/opac/home" target="_new">Catalog</a></li>
			<li class="menuLI level1 menuHidden li-175"><a class="menuA level1 menuHidden" href="explore/library_boards.php" target="_self">Library Boards</a></li>
			<li class="menuLI level1 menuHidden li-179"><a class="menuA level1 menuHidden" href="explore/library_cards.php" target="_self">Library Cards</a></li>
			<li class="menuLI level1 menuHidden li-182"><a class="menuA level1 menuHidden" href="explore/meeting_rooms.php" target="_self">Meeting Rooms</a></li>
			<li class="menuLI level1 menuHidden li-178"><a class="menuA level1 menuHidden" href="explore/outreach_van.php" target="_self">Outreach Van</a></li>
			<li class="menuLI level1 menuHidden li-180"><a class="menuA level1 menuHidden" href="explore/park_pass_program.php" target="_self">Park Pass Program</a></li>
			<li class="menuLI level1 menuHidden li-181"><a class="menuA level1 menuHidden" href="explore/policies___forms.php" target="_self">Policies & Forms</a></li>
		</ul>
	</li>
	<li class="menuLI level0 menuDisplay li-295 children"><a class="menuA level0 menuDisplay" href="locations/index.php" target="_self">Locations</a>
		<ul class="menuUL level1 menuHidden ul-105">
			<li class="menuLI level1 menuHidden li-105"><a class="menuA level1 menuHidden" href="pembroke-bryan_county_library/index.php" target="_self">Bryan County Library - Pembroke Public Library</a></li>
			<li class="menuLI level1 menuHidden li-106"><a class="menuA level1 menuHidden" href="richmond_hill-bryan_county_library/index.php" target="_self">Bryan County Library - Richmond Hill Public Library</a></li>
			<li class="menuLI level1 menuHidden li-103"><a class="menuA level1 menuHidden" href="claxton-evans_county_library/index.php" target="_self">Evans County Library</a></li>
			<li class="menuLI level1 menuHidden li-108"><a class="menuA level1 menuHidden" href="swainsboro-emanuel_county_library/index.php" target="_self">Franklin Memorial Library</a></li>
			<li class="menuLI level1 menuHidden li-104"><a class="menuA level1 menuHidden" href="metter-candler_county_library/index.php" target="_self">L. C. Anderson Memorial Library</a></li>
			<li class="menuLI level1 menuHidden li-296"><a class="menuA level1 menuHidden" href="locations/statesboro-bulloch_county_library.php" target="_self">Statesboro - Bulloch County Library</a></li>
		</ul>
	</li>
	<li class="menuLI level0 menuDisplay li-102"><a class="menuA level0 menuDisplay" href="genealogy/index.php" target="_self">Genealogy</a></li>
	<li class="menuLI level0 menuDisplay li-546"><a class="menuA level0 menuDisplay" href="digital_resources/index.php" target="_self">Digital Resources</a></li>
	<li class="menuLI level0 menuDisplay li-615"><a class="menuA level0 menuDisplay" href="calendar.php" target="_self">Program Calendar</a></li>
	<li class="menuLI level0 menuDisplay li-109"><a class="menuA level0 menuDisplay" href="statesboro_regional_library_jobs/index.php" target="_self">Job Openings</a></li>
	<li class="menuLI level0 menuDisplay li-622"><a class="menuA level0 menuDisplay" href="notices/index.php" target="_self">Notices</a></li>
	<li class="menuLI level0 menuDisplay li-708"><a class="menuA level0 menuDisplay" href="summer_reading_2026/index.php" target="_self">Summer Reading 2026</a></li>
</ul>







			
				<div class="float_button_above rzEditWrap">
					<script language="JavaScript" type="text/JavaScript">
						RZ.module = 'revize_topnav';
						RZ.nexturl = "/revize/plugins/menus/webspace_menu-editlist.jsp?pageid=index&"
								   + "linksfilter=linkplacement=topnav and linkparentid=0&"
								   + "numberoflevels=3&"
								   + "linkoptions=url,template,file&"
								   + "linknewsection=*all*";
						RZ.img = '<span class="rzBtn">Edit Top Nav</span>';
						RZ.caption = '';
						RZ.set="links.linkplacement=topnav";
						RZ.options = '';
						if (typeof RZaction != 'undefined') RZaction('editlist');
					</script>
					<script language="JavaScript" type="text/JavaScript">
						RZ.module = 'alert';
						RZ.recordid = '';
						RZ.nexturl = "/revize/webgen_includes/georgia_library/editforms/top_alert-editform.jsp?pageid=top-alert";
						RZ.popupwidth = ''; RZ.popupheight = ''; RZ.popupscroll = '';
						RZ.img = '<span class="rzBtn">Edit Top Alert</span>';
						RZ.set = 'alert.pageid=top-alert';
						RZ.options = '';
						if (typeof RZaction != 'undefined') RZaction('editform');
					</script>
					<script language="JavaScript" type="text/JavaScript">
						RZ.module = 'imagelink';
						RZ.recordid = '';
						RZ.nexturl = "/revize/webgen_includes/georgia_library/editforms/socials-editlist.jsp?pageid=header-socials";
						RZ.popupwidth = ''; RZ.popupheight = ''; RZ.popupscroll = '';
						RZ.img = '<span class="rzBtn">Edit Socials</span>';
						RZ.set = '';
						RZ.options = '';
						if (typeof RZaction != 'undefined') RZaction('editlist');
					</script>
				</div>
			
    </nav>
	




	
    <div class="rzEditWrap rzSliderBtns">
		<script language="JavaScript" type="text/JavaScript">
			RZ.module = 'slider';
			RZ.nexturl = "/revize/webgen_includes/georgia_library/editforms/slider-editlist.jsp?pageid=index";
			RZ.popupwidth = ''; RZ.popupheight = ''; RZ.popupscroll = '';
			RZ.img = '<span class="rzBtn">Edit Slider</span>';
			RZ.caption = '';
			RZ.options = '';
			if (typeof RZaction != 'undefined') RZaction('editlist');
		</script>
		<script language="JavaScript" type="text/JavaScript">
			RZ.module = 'generic';
			RZ.recordid = '';
			RZ.nexturl = "/revize/webgen_includes/georgia_library/editforms/visible_sections-editform.jsp";
			RZ.popupwidth = ''; RZ.popupheight = ''; RZ.popupscroll = '';
			RZ.img = '<span class="rzBtn">Toggle Sections</span>';
			RZ.set = 'pageid=index-sections-hidden';
			RZ.options = '';
			if (typeof RZaction != 'undefined') RZaction('editform');
		</script>
		<script language="JavaScript" type="text/JavaScript">
			RZ.module = 'global';
			RZ.recordid = '';
			RZ.nexturl = "/revize/webgen_includes/georgia_library/optionspanel/global_styles-editform.jsp";
			RZ.popupwidth = ''; RZ.popupheight = ''; RZ.popupscroll = '';
			RZ.img = '<span class="rzBtn">Edit Global Styles</span>';
			RZ.set = 'global.pageid=index';
			RZ.options = '';
			if (typeof RZaction != 'undefined') RZaction('editform');
		</script>
		<script language="JavaScript" type="text/JavaScript">
			RZ.module = 'freeform';
			RZ.recordid = '';
			RZ.nexturl = "editforms/metadata-editform.jsp";
			RZ.popupwidth = ''; RZ.popupheight = ''; RZ.popupscroll = '';
			RZ.img = '<span class="rzBtn">Edit Metadata</span';
			RZ.set = "freeform.pageid=index";
			RZ.options = '';
			if (typeof RZaction != 'undefined') RZaction('editform');
		</script>
		&nbsp;
		<script language="JavaScript" type="text/JavaScript">
			RZ.nexturl = '';
			RZ.img = '<img src="images/edit/permissions.jpg" alt="Permissions" border="0" />';
			RZ.options = '';
			if (typeof RZaction != 'undefined') RZaction('permissions');
		</script>
	</div>
<section id="slider" class="tiny-slider-wrap" aria-label="Main Carousel">
		<div class="rzEditWrap rzSliderBtns">
		</div><!--/.rzEditWrap-->
<script language="JavaScript" type="text/JavaScript">
if (typeof RZlistbegin != 'undefined') RZlistbegin(1)
</script>
<script language="JavaScript" type="text/JavaScript">
if (typeof RZlinktemplate != 'undefined') RZlinktemplate('slider','','')
if (typeof RZ.nextseq != 'undefined') RZ.nextseq.modules['slider_1']={field:'seq_no',seq:'1.00'};
</script>

	<ul class="tiny-slider">
		<li class="tiny-item"><div class="tns-lazy-img tns-bg-slide" role="img" aria-label="image of Statesboro-Bulloch County Library " data-style="background:url('Site Images/20230627_080514 - Copy.jpg?t=202601091530150') right center no-repeat;background-size:100%"></div></li><li class="tiny-item"><div class="tns-lazy-img tns-bg-slide" role="img" aria-label="Image of L. C. Anderson Memorial Library" data-style="background:url('revize_photo_gallery/ Metter-Candler County Library/L. C. Anderson Memorial Library/IMG_1694.jpg?t=202601091546490') right center no-repeat;background-size:100%"></div></li><li class="tiny-item"><div class="tns-lazy-img tns-bg-slide" role="img" aria-label="Image of Claxton Public Library" data-style="background:url('revize_photo_gallery/Claxton-Evans County Library/PXL_20230629_145943706 - Copy.jpg?t=202601091547040') right center no-repeat;background-size:100%"></div></li><li class="tiny-item"><div class="tns-lazy-img tns-bg-slide" role="img" aria-label="Image of Pembroke Bryan County Library" data-style="background:url('revize_photo_gallery/Pembroke-Bryan County Library/pembroke building 1 - Copy.jpg?t=202601201210350') right center no-repeat;background-size:100%"></div></li><li class="tiny-item"><div class="tns-lazy-img tns-bg-slide" role="img" aria-label="Image of Richmond Hill Public Library- Bryan County" data-style="background:url('revize_photo_gallery/Richmond Hill-Bryan County Library/Resized_20231201_111115.jpg?t=202601091532510') right center no-repeat;background-size:100%"></div></li><li class="tiny-item"><div class="tns-lazy-img tns-bg-slide" role="img" aria-label="Image of Franklin Memorial Library" data-style="background:url('revize_photo_gallery/Swainsboro-Emanuel County Library/20230629_152017 (1) - Copy.jpg?t=202601091533150') right center no-repeat;background-size:100%"></div></li>
	</ul><!--/.tiny-slider-->

<style>#slider{min-height:auto!important}#slider-content>.container{text-align:center;color:#fff}#slider-content .col-lg-6{flex:0 0 100%;max-width:100%}</style>

	<div id="slider-content" align-items="center">
		<div class="container">
	        <div class="row">
	            <div class="col-lg-6">
					<div class="rzEditWrap rzSliderInfoBtns">
						<script language="JavaScript" type="text/JavaScript">
							RZ.module = 'generic';
							RZ.recordid = '';
							RZ.nexturl = "/revize/webgen_includes/georgia_library/editforms/slider_info-editform.jsp";
							RZ.popupwidth = ''; RZ.popupheight = ''; RZ.popupscroll = '';
							RZ.img = '<span class="rzBtn">Edit Section</span>';
							RZ.set = 'pageid=index-slider-info';
							RZ.options = '';
							if (typeof RZaction != 'undefined') RZaction('editform');
						</script>
											<script language="JavaScript" type="text/JavaScript">
				RZ.module = 'generic';
				RZ.nexturl = '/revize/webgen_includes/georgia_library/editforms/text_link-editform.jsp?';
				RZ.img = '<span class="rzBtn">Edit Right Link</span>';
				RZ.set = 'pageid=floater-link';
				RZ.options = '';
				if (typeof RZaction != 'undefined') RZaction('editform');
			</script>
					</div><!--/.rzEditWrap-->

	                <div><h1><span class="slider-title">Statesboro Regional Public Libraries</span><br /><span class="slider-subtitle">Claxton, Metter, Pembroke, Richmond Hill, Statesboro, Swainsboro</span></h1></div>

	            </div><!--/.col-lg-6-->
	        </div><!--/.row-->
	    </div><!--/.container-->
	</div><!--/#slider-content-->

</section><!--/#slider-->
</header>
<main id="main">
	<div class="rzEditWrap rzAlertBtns">
		<script language="JavaScript" type="text/JavaScript">
			RZ.module = 'alert';
			RZ.recordid = '';
			RZ.nexturl = "/revize/webgen_includes/georgia_library/editforms/alert-editform.jsp?pageid=index";
			RZ.popupwidth = ''; RZ.popupheight = ''; RZ.popupscroll = '';
			RZ.img = '<span class="rzBtn">Edit Alert</span>';
			RZ.set = 'pageid=index';
			RZ.options = '';
			if (typeof RZaction != 'undefined') RZaction('editform');
		</script>
	</div>
	



    <section id="quick-links" aria-label="Quick Links">
		<div class="rzEditWrap rzQuickBtns">
			<script language="JavaScript" type="text/JavaScript">
				RZ.module = 'imagelink';
				RZ.recordid = '';
				RZ.nexturl = "/revize/webgen_includes/georgia_library/editforms/quick_links-editlist.jsp?pageid=index-quicks";
				RZ.popupwidth = ''; RZ.popupheight = ''; RZ.popupscroll = '';
				RZ.img = '<span class="rzBtn">Edit Quick Links</span>';
				RZ.set = '';
				RZ.options = '';
				if (typeof RZaction != 'undefined') RZaction('editlist');
			</script>
			<script language="JavaScript" type="text/JavaScript">
				RZ.module = 'generic';
				RZ.recordid = '';
				RZ.nexturl = "/revize/webgen_includes/georgia_library/editforms/quick_links-options-editform.jsp";
				RZ.popupwidth = ''; RZ.popupheight = ''; RZ.popupscroll = '';
				RZ.img = '<span class="rzBtn">Edit Section Options</span>';
				RZ.set = 'pageid=index-quicks';
				RZ.options = '';
				if (typeof RZaction != 'undefined') RZaction('editform');
			</script>
		</div>
        <div id="qlinks-controls" class="clearfix">
            <button aria-label="Previous Book"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="39px" height="30px"><path fill-rule="evenodd" fill="#fff" d="M0.408,14.152 C0.252,14.348 0.146,14.573 0.124,14.839 C0.123,14.866 0.103,14.887 0.104,14.915 C0.104,14.922 0.099,14.926 0.099,14.934 C0.099,14.941 0.103,14.947 0.103,14.954 C0.103,14.971 0.112,14.984 0.113,15.001 C0.129,15.322 0.255,15.611 0.458,15.835 C0.475,15.853 0.467,15.882 0.486,15.900 C0.504,15.919 0.533,15.911 0.552,15.927 C0.569,15.943 0.598,15.940 0.617,15.955 L15.451,29.438 C15.968,29.954 16.805,29.954 17.322,29.438 C17.838,28.920 17.838,28.085 17.322,27.569 L4.909,16.286 L36.672,16.286 C37.420,16.286 38.027,15.680 38.027,14.934 C38.027,14.187 37.420,13.580 36.672,13.580 L4.909,13.580 L17.322,2.299 C17.838,1.782 17.838,0.946 17.322,0.429 C16.805,-0.087 15.968,-0.087 15.451,0.429 L0.692,13.845 C0.669,13.860 0.659,13.887 0.638,13.903 C0.592,13.938 0.528,13.924 0.486,13.966 C0.434,14.018 0.450,14.095 0.408,14.152 Z"/></svg></button>
            <button aria-label="Next Book"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="39px" height="30px"><path fill-rule="evenodd" fill="#fff" d="M38.592,14.152 C38.748,14.348 38.854,14.573 38.876,14.839 C38.877,14.866 38.896,14.887 38.896,14.915 C38.896,14.922 38.901,14.926 38.901,14.934 C38.901,14.941 38.897,14.947 38.897,14.954 C38.897,14.971 38.888,14.984 38.887,15.001 C38.871,15.322 38.745,15.611 38.542,15.835 C38.525,15.853 38.533,15.882 38.514,15.900 C38.496,15.919 38.467,15.911 38.448,15.927 C38.431,15.943 38.402,15.940 38.383,15.955 L23.549,29.438 C23.032,29.954 22.195,29.954 21.679,29.438 C21.162,28.920 21.162,28.085 21.679,27.569 L34.091,16.286 L2.328,16.286 C1.580,16.286 0.973,15.680 0.973,14.934 C0.973,14.187 1.580,13.580 2.328,13.580 L34.091,13.580 L21.679,2.299 C21.162,1.782 21.162,0.946 21.679,0.429 C22.195,-0.087 23.032,-0.087 23.549,0.429 L38.308,13.845 C38.330,13.860 38.341,13.887 38.362,13.903 C38.408,13.938 38.473,13.924 38.514,13.966 C38.566,14.018 38.550,14.095 38.592,14.152 Z"/></svg></button>
        </div><!--/#qlinks-controls.clearfix-->
        <ul class="tiny-carousel" aria-label="Quick Links">
            <li class="tiny-item">
                <div class="qlink equal" style="background:#f3939a">
                    <div class="qlink-icon">
                        <i class="fa-solid fas fa-globe" style="color:#000000"></i>
                    </div><!--/.qlink-icon-->
                    <p class="qlink-name" style="color:#000000"><strong>GALILEO</strong></p>
                    <span class="qlink-description" style="color:#000000">Learning&#160; is easy with GALILEO's databases.</span>
                    <a aria-label="Learn more about GALILEO" href="https://www.galileo.usg.edu/bor1/full" target="_blank" class="button" style="background:#1a1919;color:#FFFFFF">Learn More</a>
                </div><!--/.qlink-->
            </li><!--/.tiny-item-->
		            <li class="tiny-item">
                <div class="qlink equal" style="background:#1ce3ec">
                    <div class="qlink-icon">
                        <i class="fa-solid far fa-bookmark" style="color:#000000"></i>
                    </div><!--/.qlink-icon-->
                    <p class="qlink-name" style="color:#000000"><strong>Beanstack</strong></p>
                    <span class="qlink-description" style="color:#000000">Complete reading challenges by logging books.</span>
                    <a aria-label="Learn more about Beanstack" href="https://strl.beanstack.org/reader365" target="_blank" class="button" style="background:#1a1919;color:#FFFFFF">Learn More</a>
                </div><!--/.qlink-->
            </li><!--/.tiny-item-->
		            <li class="tiny-item">
                <div class="qlink equal" style="background:#6363EE">
                    <div class="qlink-icon">
                        <i class="fa-solid fas fa-book" style="color:#FFFFFF"></i>
                    </div><!--/.qlink-icon-->
                    <p class="qlink-name" style="color:#FFFFFF"><strong>Libby</strong></p>
                    <span class="qlink-description" style="color:#FFFFFF">Use Libby to download eBooks, audiobooks, and magazines for free.</span>
                    <a aria-label="Learn more about Libby" href="https://libbyapp.com/interview/welcome#doYouHaveACard" target="_blank" class="button" style="background:#1a1919;color:#FFFFFF">Learn More</a>
                </div><!--/.qlink-->
            </li><!--/.tiny-item-->
		            <li class="tiny-item">
                <div class="qlink equal" style="background:#68f15e">
                    <div class="qlink-icon">
                        <i class="fa-solid fas fa-address-book" style="color:#000000"></i>
                    </div><!--/.qlink-icon-->
                    <p class="qlink-name" style="color:#000000"><strong>eRead Kids</strong></p>
                    <span class="qlink-description" style="color:#000000">Download kids books for free. Use the Palace Project app to access eread kids!</span>
                    <a aria-label="Learn more about eRead Kids" href="https://thepalaceproject.org/" target="_blank" class="button" style="background:#1a1919;color:#FFFFFF">Learn More</a>
                </div><!--/.qlink-->
            </li><!--/.tiny-item-->
		            <li class="tiny-item">
                <div class="qlink equal" style="background:#bb6730">
                    <div class="qlink-icon">
                        <i class="fa-solid fas fa-headphones" style="color:#000000"></i>
                    </div><!--/.qlink-icon-->
                    <p class="qlink-name" style="color:#000000"><strong>Georgia Services for the Blind and Print Disabled</strong></p>
                    <span class="qlink-description" style="color:#000000">Services for the blind.</span>
                    <a aria-label="Learn more about Georgia Services for the Blind and Print Disabled" href="https://gls.georgialibraries.org/" target="_blank" class="button" style="background:#1a1919;color:#FFFFFF">Learn More</a>
                </div><!--/.qlink-->
            </li><!--/.tiny-item-->
		            <li class="tiny-item">
                <div class="qlink equal" style="background:#e7c014">
                    <div class="qlink-icon">
                        <i class="fa-solid fas fa-female" style="color:#000000"></i>
                    </div><!--/.qlink-icon-->
                    <p class="qlink-name" style="color:#000000"><strong>Library Partnerships</strong></p>
                    <span class="qlink-description" style="color:#000000">State partnerships provided with our local libraries.</span>
                    <a aria-label="Learn more about Library Partnerships" href="https://georgialibraries.org/passes/" target="_blank" class="button" style="background:#1a1919;color:#FFFFFF">Learn More</a>
                </div><!--/.qlink-->
            </li><!--/.tiny-item-->
		            <li class="tiny-item">
                <div class="qlink equal" style="background:#ff9220">
                    <div class="qlink-icon">
                        <i class="fa-solid far fa-comment" style="color:#000000"></i>
                    </div><!--/.qlink-icon-->
                    <p class="qlink-name" style="color:#000000"><strong>Mango</strong></p>
                    <span class="qlink-description" style="color:#000000">Learn a new language for free.</span>
                    <a aria-label="Learn more about Mango" href="https://learn.mangolanguages.com/login?gymToken=ENeQA-l7KZNa9wpQPvKBOA&r=https%3A%2F%2Fstrl.info%2F" target="_blank" class="button" style="background:#1a1919;color:#FFFFFF">Learn More</a>
                </div><!--/.qlink-->
            </li><!--/.tiny-item-->
		            <li class="tiny-item">
                <div class="qlink equal" style="background:#79d4ee">
                    <div class="qlink-icon">
                        <i class="fa-solid fas fa-play" style="color:#000000"></i>
                    </div><!--/.qlink-icon-->
                    <p class="qlink-name" style="color:#000000"><strong>Niche Academy</strong></p>
                    <span class="qlink-description" style="color:#000000">Find how-to and learning videos here.</span>
                    <a aria-label="Learn more about Niche Academy" href="https://my.nicheacademy.com/strl" target="_blank" class="button" style="background:#1a1919;color:#FFFFFF">Learn More</a>
                </div><!--/.qlink-->
            </li><!--/.tiny-item-->
		            <li class="tiny-item">
                <div class="qlink equal" style="background:#4a6710">
                    <div class="qlink-icon">
                        <i class="fa-solid fab fa-pagelines" style="color:#FFFFFF"></i>
                    </div><!--/.qlink-icon-->
                    <p class="qlink-name" style="color:#FFFFFF"><strong>Digital Library of Georgia</strong></p>
                    <span class="qlink-description" style="color:#FFFFFF"></span>
                    <a aria-label="Learn more about Digital Library of Georgia" href="https://dlg.usg.edu/" target="_blank" class="button" style="background:#1a1919;color:#FFFFFF">Learn More</a>
                </div><!--/.qlink-->
            </li><!--/.tiny-item-->
		            <li class="tiny-item">
                <div class="qlink equal" style="background:#007b89">
                    <div class="qlink-icon">
                        <i class="fa-solid fab fa-codepen" style="color:#FFFFFF"></i>
                    </div><!--/.qlink-icon-->
                    <p class="qlink-name" style="color:#FFFFFF"><strong>The Palace Project</strong></p>
                    <span class="qlink-description" style="color:#FFFFFF">The Palace Project</span>
                    <a aria-label="Learn more about The Palace Project" href="https://thepalaceproject.org/" target="_blank" class="button" style="background:#1a1919;color:#FFFFFF">Learn More</a>
                </div><!--/.qlink-->
            </li><!--/.tiny-item-->
		
        </ul><!--/.tiny-carousel-->
	</section><!--/#quick-links-->

    <section id="books" aria-label="Books">
        <div class="container">
			<div class="rzEditWrap rzBooksBtns">
				<script>
				window.bookRiver = {
					service: "PINES",
					url: "288"};</script>
				<script language="JavaScript" type="text/JavaScript">
					RZ.module = 'generic';
					RZ.recordid = '';
					RZ.nexturl = "/revize/webgen_includes/georgia_library/editforms/book_carousel-editform.jsp?";
					RZ.popupwidth = ''; RZ.popupheight = ''; RZ.popupscroll = '';
					RZ.img = '<span class="rzBtn">Edit Section</span>';
					RZ.set = 'pageid=index-books';
					RZ.options = '';
					if (typeof RZaction != 'undefined') RZaction('editform');
				</script>
			</div>
            <h2 id="books-title" class="text-center"><strong></strong></h2>
            <div id="books-controls" class="clearfix">
                <button><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="39px" height="30px"><path fill-rule="evenodd" fill="rgb(0, 124, 137)" d="M0.408,14.152 C0.252,14.348 0.146,14.573 0.124,14.839 C0.123,14.866 0.103,14.887 0.104,14.915 C0.104,14.922 0.099,14.926 0.099,14.934 C0.099,14.941 0.103,14.947 0.103,14.954 C0.103,14.971 0.112,14.984 0.113,15.001 C0.129,15.322 0.255,15.611 0.458,15.835 C0.475,15.853 0.467,15.882 0.486,15.900 C0.504,15.919 0.533,15.911 0.552,15.927 C0.569,15.943 0.598,15.940 0.617,15.955 L15.451,29.438 C15.968,29.954 16.805,29.954 17.322,29.438 C17.838,28.920 17.838,28.085 17.322,27.569 L4.909,16.286 L36.672,16.286 C37.420,16.286 38.027,15.680 38.027,14.934 C38.027,14.187 37.420,13.580 36.672,13.580 L4.909,13.580 L17.322,2.299 C17.838,1.782 17.838,0.946 17.322,0.429 C16.805,-0.087 15.968,-0.087 15.451,0.429 L0.692,13.845 C0.669,13.860 0.659,13.887 0.638,13.903 C0.592,13.938 0.528,13.924 0.486,13.966 C0.434,14.018 0.450,14.095 0.408,14.152 Z"/></svg></button>
                <button><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="39px" height="30px"><path fill-rule="evenodd" fill="rgb(0, 124, 137)" d="M38.592,14.152 C38.748,14.348 38.854,14.573 38.876,14.839 C38.877,14.866 38.896,14.887 38.896,14.915 C38.896,14.922 38.901,14.926 38.901,14.934 C38.901,14.941 38.897,14.947 38.897,14.954 C38.897,14.971 38.888,14.984 38.887,15.001 C38.871,15.322 38.745,15.611 38.542,15.835 C38.525,15.853 38.533,15.882 38.514,15.900 C38.496,15.919 38.467,15.911 38.448,15.927 C38.431,15.943 38.402,15.940 38.383,15.955 L23.549,29.438 C23.032,29.954 22.195,29.954 21.679,29.438 C21.162,28.920 21.162,28.085 21.679,27.569 L34.091,16.286 L2.328,16.286 C1.580,16.286 0.973,15.680 0.973,14.934 C0.973,14.187 1.580,13.580 2.328,13.580 L34.091,13.580 L21.679,2.299 C21.162,1.782 21.162,0.946 21.679,0.429 C22.195,-0.087 23.032,-0.087 23.549,0.429 L38.308,13.845 C38.330,13.860 38.341,13.887 38.362,13.903 C38.408,13.938 38.473,13.924 38.514,13.966 C38.566,14.018 38.550,14.095 38.592,14.152 Z"/></svg></button>
            </div><!--/#books-controls.clearfix-->
            <ul class="tiny-carousel" aria-labelledby="books-title">
            </ul><!--/.tiny-carousel-->
            <div class="text-center"><a href="https://gapines.org/eg/opac/browse?redirect_to=%2Feg%2Fopac%2Fgalileo&locg=39" target="_blank" class="button arrow">Full catalog <svg  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20px" height="20px"><path fill-rule="evenodd" fill="rgb(36, 28, 21)" d="M19.996,1.022 C19.996,1.024 19.998,1.025 19.998,1.027 L19.998,14.990 C19.998,15.543 19.548,15.989 18.993,15.989 C18.438,15.989 17.988,15.543 17.988,14.990 L17.988,3.396 L1.669,19.715 C1.286,20.097 0.665,20.097 0.282,19.715 C-0.101,19.332 -0.101,18.711 0.282,18.328 L16.601,2.008 L5.008,2.008 C4.456,2.008 4.008,1.559 4.008,1.003 C4.008,0.449 4.456,-0.001 5.008,-0.001 L19.000,-0.001 C19.552,-0.001 19.1000,0.449 19.1000,1.003 C19.1000,1.010 19.996,1.016 19.996,1.022 Z"/></svg></a></div>
        </div><!--/.container-->
    </section><!--/#books-->


    <section id="news" aria-label="News">
        <div class="container">
            <div class="row">
                <div class="col-lg-6">
					<div class="rzEditWrap rzNewsBtns">
						<script language="JavaScript" type="text/JavaScript">
							RZ.module = 'generic';
							RZ.recordid = '';
							RZ.nexturl = "/revize/webgen_includes/georgia_library/editforms/text_section-editform.jsp";
							RZ.popupwidth = ''; RZ.popupheight = ''; RZ.popupscroll = '';
							RZ.img = '<span class="rzBtn">Edit Section</span>';
							RZ.set = 'pageid=news-main';
							RZ.options = '';
							if (typeof RZaction != 'undefined') RZaction('editform');
						</script>
						<script language="JavaScript" type="text/JavaScript">
							RZ.module = 'news';
							RZ.recordid = '';
							RZ.nexturl = "/revize/webgen_includes/georgia_library/editforms/news-editlist.jsp?pageid=news-main";
							RZ.popupwidth = ''; RZ.popupheight = ''; RZ.popupscroll = '';
							RZ.img = '<span class="rzBtn">Edit News</span>';
							RZ.set = '';
							RZ.options = '';
							if (typeof RZaction != 'undefined') RZaction('editlist');
						</script>
					</div>
                    <h2><strong>Newsletters</strong></h2>
                </div><!--/.col-lg-6-->
                <div class="col-lg-6 text-lg-right position-static">
                    <div id="news-controls" class="clearfix">
                        <button><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="39px" height="30px"><path fill-rule="evenodd" fill="rgb(0, 0, 0)" d="M0.408,14.152 C0.252,14.348 0.146,14.573 0.124,14.839 C0.123,14.866 0.103,14.887 0.104,14.916 C0.104,14.922 0.099,14.927 0.099,14.933 C0.099,14.941 0.103,14.947 0.103,14.954 C0.103,14.972 0.112,14.984 0.113,15.001 C0.129,15.322 0.255,15.611 0.458,15.835 C0.475,15.853 0.467,15.882 0.486,15.900 C0.504,15.919 0.533,15.911 0.552,15.927 C0.569,15.943 0.598,15.940 0.617,15.955 L15.451,29.438 C15.968,29.954 16.805,29.954 17.322,29.438 C17.838,28.920 17.838,28.085 17.322,27.569 L4.909,16.286 L36.672,16.286 C37.420,16.286 38.027,15.680 38.027,14.933 C38.027,14.187 37.420,13.580 36.672,13.580 L4.909,13.580 L17.322,2.299 C17.838,1.783 17.838,0.946 17.322,0.428 C16.805,-0.087 15.968,-0.087 15.451,0.428 L0.692,13.844 C0.669,13.860 0.659,13.887 0.638,13.903 C0.592,13.938 0.528,13.924 0.486,13.966 C0.434,14.018 0.450,14.095 0.408,14.152 Z"/></svg></button>
                        <button><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="39px" height="30px"><path fill-rule="evenodd" fill="rgb(0, 0, 0)" d="M38.592,14.152 C38.748,14.348 38.854,14.573 38.876,14.839 C38.877,14.866 38.896,14.887 38.896,14.916 C38.896,14.922 38.901,14.927 38.901,14.933 C38.901,14.941 38.897,14.947 38.897,14.954 C38.897,14.972 38.888,14.984 38.887,15.001 C38.871,15.322 38.745,15.611 38.542,15.835 C38.525,15.853 38.533,15.882 38.514,15.900 C38.496,15.919 38.467,15.911 38.448,15.927 C38.431,15.943 38.402,15.940 38.383,15.955 L23.549,29.438 C23.032,29.954 22.195,29.954 21.679,29.438 C21.162,28.920 21.162,28.085 21.679,27.569 L34.091,16.286 L2.328,16.286 C1.580,16.286 0.973,15.680 0.973,14.933 C0.973,14.187 1.580,13.580 2.328,13.580 L34.091,13.580 L21.679,2.299 C21.162,1.783 21.162,0.946 21.679,0.428 C22.195,-0.087 23.032,-0.087 23.549,0.428 L38.308,13.844 C38.330,13.860 38.341,13.887 38.362,13.903 C38.408,13.938 38.473,13.924 38.514,13.966 C38.566,14.018 38.550,14.095 38.592,14.152 Z"/></svg></button>
                    </div><!--/#news-controls.clearfix-->
                    <a href="newslist.php" class="button arrow">Read more news <svg  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20px" height="20px"><path fill-rule="evenodd" fill="rgb(36, 28, 21)" d="M19.996,1.022 C19.996,1.024 19.998,1.025 19.998,1.027 L19.998,14.990 C19.998,15.543 19.548,15.989 18.993,15.989 C18.438,15.989 17.988,15.543 17.988,14.990 L17.988,3.396 L1.669,19.715 C1.286,20.097 0.665,20.097 0.282,19.715 C-0.101,19.332 -0.101,18.711 0.282,18.328 L16.601,2.008 L5.008,2.008 C4.456,2.008 4.008,1.559 4.008,1.003 C4.008,0.449 4.456,-0.001 5.008,-0.001 L19.000,-0.001 C19.552,-0.001 19.1000,0.449 19.1000,1.003 C19.1000,1.010 19.996,1.016 19.996,1.022 Z"/></svg></a>
                </div><!--/.col-lg-6.text-lg-right-->
            </div><!--/.row-->
			
			<ul class="tiny-carousel">

                <li class="tiny-item">
                    <div class="news equal">
                        <div class="news-banner" style="background:url('Site%20Images/Screenshot%202024-03-19%20120205.png?t=202512021018170') center no-repeat;background-size:100% 100%"></div>
                        <div class="news-info">
                            <div class="clearfix news-date">
                                <i class="fa-regular fa-calendar"></i> <span>Dec 1</span>
                            </div><!--/.clearfix.news-date-->
                            <h3 class="news-title">Winter 2025 News</h3>
                            <a href="news_detail_T28_R28.php" class="news-link clearfix">Read more <span class="sr-only">about Winter 2025 News</span>
                                <div class="news-arrow">
                                    <svg  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32px" height="32px"><path fill-rule="evenodd" fill="rgb(255, 224, 27)" d="M16.000,0.000 C24.837,0.000 32.000,7.163 32.000,15.1000 C32.000,24.836 24.837,32.000 16.000,32.000 C7.163,32.000 0.000,24.836 0.000,15.1000 C0.000,7.163 7.163,0.000 16.000,0.000 Z"/></svg>
                                    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="12px"><path fill-rule="evenodd" fill="rgb(46, 49, 51)" d="M14.828,6.391 C14.828,6.392 14.828,6.393 14.827,6.393 L9.436,11.832 C9.223,12.047 8.877,12.045 8.662,11.829 C8.448,11.613 8.446,11.264 8.660,11.049 L13.136,6.534 L0.534,6.534 C0.239,6.533 -0.001,6.291 -0.001,5.993 C-0.001,5.695 0.239,5.453 0.534,5.453 L13.137,5.453 L8.660,0.938 C8.447,0.723 8.448,0.374 8.663,0.157 C8.877,-0.058 9.223,-0.060 9.436,0.156 L14.839,5.605 C15.052,5.820 15.051,6.169 14.837,6.385 C14.835,6.388 14.831,6.389 14.828,6.391 Z"/></svg>
                                </div><!--/.news-arrow-->
							</a><!--/.news-link-->
                        </div><!--/.news-info-->
                    </div><!--/.news.equal-->
                </li><!--/.tiny-item-->
		
                <li class="tiny-item">
                    <div class="news equal">
                        <div class="news-banner" style="background:url('revize_photo_gallery/fa692061e811712fe3143f0f75f64052.png?t=202509101158060') center no-repeat;background-size:100% 100%"></div>
                        <div class="news-info">
                            <div class="clearfix news-date">
                                <i class="fa-regular fa-calendar"></i> <span>Sep 1</span>
                            </div><!--/.clearfix.news-date-->
                            <h3 class="news-title">Fall 2025</h3>
                            <a href="news_detail_T28_R27.php" class="news-link clearfix">Read more <span class="sr-only">about Fall 2025</span>
                                <div class="news-arrow">
                                    <svg  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32px" height="32px"><path fill-rule="evenodd" fill="rgb(255, 224, 27)" d="M16.000,0.000 C24.837,0.000 32.000,7.163 32.000,15.1000 C32.000,24.836 24.837,32.000 16.000,32.000 C7.163,32.000 0.000,24.836 0.000,15.1000 C0.000,7.163 7.163,0.000 16.000,0.000 Z"/></svg>
                                    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="12px"><path fill-rule="evenodd" fill="rgb(46, 49, 51)" d="M14.828,6.391 C14.828,6.392 14.828,6.393 14.827,6.393 L9.436,11.832 C9.223,12.047 8.877,12.045 8.662,11.829 C8.448,11.613 8.446,11.264 8.660,11.049 L13.136,6.534 L0.534,6.534 C0.239,6.533 -0.001,6.291 -0.001,5.993 C-0.001,5.695 0.239,5.453 0.534,5.453 L13.137,5.453 L8.660,0.938 C8.447,0.723 8.448,0.374 8.663,0.157 C8.877,-0.058 9.223,-0.060 9.436,0.156 L14.839,5.605 C15.052,5.820 15.051,6.169 14.837,6.385 C14.835,6.388 14.831,6.389 14.828,6.391 Z"/></svg>
                                </div><!--/.news-arrow-->
							</a><!--/.news-link-->
                        </div><!--/.news-info-->
                    </div><!--/.news.equal-->
                </li><!--/.tiny-item-->
		
                <li class="tiny-item">
                    <div class="news equal">
                        <div class="news-banner" style="background:url('revize_photo_gallery/3d9acde2c4169e1e356af52ab2470ad0%20-%20Copy.jpg?t=202509101150580') center no-repeat;background-size:100% 100%"></div>
                        <div class="news-info">
                            <div class="clearfix news-date">
                                <i class="fa-regular fa-calendar"></i> <span>Jun 1</span>
                            </div><!--/.clearfix.news-date-->
                            <h3 class="news-title">Summer 2025</h3>
                            <a href="news_detail_T28_R26.php" class="news-link clearfix">Read more <span class="sr-only">about Summer 2025</span>
                                <div class="news-arrow">
                                    <svg  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32px" height="32px"><path fill-rule="evenodd" fill="rgb(255, 224, 27)" d="M16.000,0.000 C24.837,0.000 32.000,7.163 32.000,15.1000 C32.000,24.836 24.837,32.000 16.000,32.000 C7.163,32.000 0.000,24.836 0.000,15.1000 C0.000,7.163 7.163,0.000 16.000,0.000 Z"/></svg>
                                    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="12px"><path fill-rule="evenodd" fill="rgb(46, 49, 51)" d="M14.828,6.391 C14.828,6.392 14.828,6.393 14.827,6.393 L9.436,11.832 C9.223,12.047 8.877,12.045 8.662,11.829 C8.448,11.613 8.446,11.264 8.660,11.049 L13.136,6.534 L0.534,6.534 C0.239,6.533 -0.001,6.291 -0.001,5.993 C-0.001,5.695 0.239,5.453 0.534,5.453 L13.137,5.453 L8.660,0.938 C8.447,0.723 8.448,0.374 8.663,0.157 C8.877,-0.058 9.223,-0.060 9.436,0.156 L14.839,5.605 C15.052,5.820 15.051,6.169 14.837,6.385 C14.835,6.388 14.831,6.389 14.828,6.391 Z"/></svg>
                                </div><!--/.news-arrow-->
							</a><!--/.news-link-->
                        </div><!--/.news-info-->
                    </div><!--/.news.equal-->
                </li><!--/.tiny-item-->
		
                <li class="tiny-item">
                    <div class="news equal">
                        <div class="news-banner" style="background:url('revize_photo_gallery/1e47d78c46c6b07b1b95f48125dc32e5.png?t=202506051158380') center no-repeat;background-size:100% 100%"></div>
                        <div class="news-info">
                            <div class="clearfix news-date">
                                <i class="fa-regular fa-calendar"></i> <span>Mar 7</span>
                            </div><!--/.clearfix.news-date-->
                            <h3 class="news-title">Spring 2025</h3>
                            <a href="news_detail_T28_R24.php" class="news-link clearfix">Read more <span class="sr-only">about Spring 2025</span>
                                <div class="news-arrow">
                                    <svg  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32px" height="32px"><path fill-rule="evenodd" fill="rgb(255, 224, 27)" d="M16.000,0.000 C24.837,0.000 32.000,7.163 32.000,15.1000 C32.000,24.836 24.837,32.000 16.000,32.000 C7.163,32.000 0.000,24.836 0.000,15.1000 C0.000,7.163 7.163,0.000 16.000,0.000 Z"/></svg>
                                    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="12px"><path fill-rule="evenodd" fill="rgb(46, 49, 51)" d="M14.828,6.391 C14.828,6.392 14.828,6.393 14.827,6.393 L9.436,11.832 C9.223,12.047 8.877,12.045 8.662,11.829 C8.448,11.613 8.446,11.264 8.660,11.049 L13.136,6.534 L0.534,6.534 C0.239,6.533 -0.001,6.291 -0.001,5.993 C-0.001,5.695 0.239,5.453 0.534,5.453 L13.137,5.453 L8.660,0.938 C8.447,0.723 8.448,0.374 8.663,0.157 C8.877,-0.058 9.223,-0.060 9.436,0.156 L14.839,5.605 C15.052,5.820 15.051,6.169 14.837,6.385 C14.835,6.388 14.831,6.389 14.828,6.391 Z"/></svg>
                                </div><!--/.news-arrow-->
							</a><!--/.news-link-->
                        </div><!--/.news-info-->
                    </div><!--/.news.equal-->
                </li><!--/.tiny-item-->
		
                <li class="tiny-item">
                    <div class="news equal">
                        <div class="news-banner" style="background:url('revize_photo_gallery/Screenshot%202024-12-05%20160015.png?t=202509101159080') center no-repeat;background-size:100% 100%"></div>
                        <div class="news-info">
                            <div class="clearfix news-date">
                                <i class="fa-regular fa-calendar"></i> <span>Dec 1</span>
                            </div><!--/.clearfix.news-date-->
                            <h3 class="news-title">Winter 2024</h3>
                            <a href="news_detail_T28_R23.php" class="news-link clearfix">Read more <span class="sr-only">about Winter 2024</span>
                                <div class="news-arrow">
                                    <svg  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32px" height="32px"><path fill-rule="evenodd" fill="rgb(255, 224, 27)" d="M16.000,0.000 C24.837,0.000 32.000,7.163 32.000,15.1000 C32.000,24.836 24.837,32.000 16.000,32.000 C7.163,32.000 0.000,24.836 0.000,15.1000 C0.000,7.163 7.163,0.000 16.000,0.000 Z"/></svg>
                                    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="12px"><path fill-rule="evenodd" fill="rgb(46, 49, 51)" d="M14.828,6.391 C14.828,6.392 14.828,6.393 14.827,6.393 L9.436,11.832 C9.223,12.047 8.877,12.045 8.662,11.829 C8.448,11.613 8.446,11.264 8.660,11.049 L13.136,6.534 L0.534,6.534 C0.239,6.533 -0.001,6.291 -0.001,5.993 C-0.001,5.695 0.239,5.453 0.534,5.453 L13.137,5.453 L8.660,0.938 C8.447,0.723 8.448,0.374 8.663,0.157 C8.877,-0.058 9.223,-0.060 9.436,0.156 L14.839,5.605 C15.052,5.820 15.051,6.169 14.837,6.385 C14.835,6.388 14.831,6.389 14.828,6.391 Z"/></svg>
                                </div><!--/.news-arrow-->
							</a><!--/.news-link-->
                        </div><!--/.news-info-->
                    </div><!--/.news.equal-->
                </li><!--/.tiny-item-->
		
                <li class="tiny-item">
                    <div class="news equal">
                        <div class="news-banner" style="background:url('ccee047e-0eb4-4998-9251-ade825476daf.png?t=202409131624340') center no-repeat;background-size:100% 100%"></div>
                        <div class="news-info">
                            <div class="clearfix news-date">
                                <i class="fa-regular fa-calendar"></i> <span>Sep 1</span>
                            </div><!--/.clearfix.news-date-->
                            <h3 class="news-title">Fall 2024</h3>
                            <a href="news_detail_T28_R22.php" class="news-link clearfix">Read more <span class="sr-only">about Fall 2024</span>
                                <div class="news-arrow">
                                    <svg  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32px" height="32px"><path fill-rule="evenodd" fill="rgb(255, 224, 27)" d="M16.000,0.000 C24.837,0.000 32.000,7.163 32.000,15.1000 C32.000,24.836 24.837,32.000 16.000,32.000 C7.163,32.000 0.000,24.836 0.000,15.1000 C0.000,7.163 7.163,0.000 16.000,0.000 Z"/></svg>
                                    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="12px"><path fill-rule="evenodd" fill="rgb(46, 49, 51)" d="M14.828,6.391 C14.828,6.392 14.828,6.393 14.827,6.393 L9.436,11.832 C9.223,12.047 8.877,12.045 8.662,11.829 C8.448,11.613 8.446,11.264 8.660,11.049 L13.136,6.534 L0.534,6.534 C0.239,6.533 -0.001,6.291 -0.001,5.993 C-0.001,5.695 0.239,5.453 0.534,5.453 L13.137,5.453 L8.660,0.938 C8.447,0.723 8.448,0.374 8.663,0.157 C8.877,-0.058 9.223,-0.060 9.436,0.156 L14.839,5.605 C15.052,5.820 15.051,6.169 14.837,6.385 C14.835,6.388 14.831,6.389 14.828,6.391 Z"/></svg>
                                </div><!--/.news-arrow-->
							</a><!--/.news-link-->
                        </div><!--/.news-info-->
                    </div><!--/.news.equal-->
                </li><!--/.tiny-item-->
		
                <li class="tiny-item">
                    <div class="news equal">
                        <div class="news-banner" style="background:url('revize_photo_gallery/image%20(2).png?t=202406261415050') center no-repeat;background-size:100% 100%"></div>
                        <div class="news-info">
                            <div class="clearfix news-date">
                                <i class="fa-regular fa-calendar"></i> <span>Jun 25</span>
                            </div><!--/.clearfix.news-date-->
                            <h3 class="news-title">Summer 2024</h3>
                            <a href="news_detail_T28_R21.php" class="news-link clearfix">Read more <span class="sr-only">about Summer 2024</span>
                                <div class="news-arrow">
                                    <svg  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32px" height="32px"><path fill-rule="evenodd" fill="rgb(255, 224, 27)" d="M16.000,0.000 C24.837,0.000 32.000,7.163 32.000,15.1000 C32.000,24.836 24.837,32.000 16.000,32.000 C7.163,32.000 0.000,24.836 0.000,15.1000 C0.000,7.163 7.163,0.000 16.000,0.000 Z"/></svg>
                                    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="12px"><path fill-rule="evenodd" fill="rgb(46, 49, 51)" d="M14.828,6.391 C14.828,6.392 14.828,6.393 14.827,6.393 L9.436,11.832 C9.223,12.047 8.877,12.045 8.662,11.829 C8.448,11.613 8.446,11.264 8.660,11.049 L13.136,6.534 L0.534,6.534 C0.239,6.533 -0.001,6.291 -0.001,5.993 C-0.001,5.695 0.239,5.453 0.534,5.453 L13.137,5.453 L8.660,0.938 C8.447,0.723 8.448,0.374 8.663,0.157 C8.877,-0.058 9.223,-0.060 9.436,0.156 L14.839,5.605 C15.052,5.820 15.051,6.169 14.837,6.385 C14.835,6.388 14.831,6.389 14.828,6.391 Z"/></svg>
                                </div><!--/.news-arrow-->
							</a><!--/.news-link-->
                        </div><!--/.news-info-->
                    </div><!--/.news.equal-->
                </li><!--/.tiny-item-->
		
                <li class="tiny-item">
                    <div class="news equal">
                        <div class="news-banner" style="background:url('revize_photo_gallery/image%20(1).png?t=202403191223390') center no-repeat;background-size:100% 100%"></div>
                        <div class="news-info">
                            <div class="clearfix news-date">
                                <i class="fa-regular fa-calendar"></i> <span>Mar 18</span>
                            </div><!--/.clearfix.news-date-->
                            <h3 class="news-title">Spring 2024</h3>
                            <a href="news_detail_T28_R18.php" class="news-link clearfix">Read more <span class="sr-only">about Spring 2024</span>
                                <div class="news-arrow">
                                    <svg  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32px" height="32px"><path fill-rule="evenodd" fill="rgb(255, 224, 27)" d="M16.000,0.000 C24.837,0.000 32.000,7.163 32.000,15.1000 C32.000,24.836 24.837,32.000 16.000,32.000 C7.163,32.000 0.000,24.836 0.000,15.1000 C0.000,7.163 7.163,0.000 16.000,0.000 Z"/></svg>
                                    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="12px"><path fill-rule="evenodd" fill="rgb(46, 49, 51)" d="M14.828,6.391 C14.828,6.392 14.828,6.393 14.827,6.393 L9.436,11.832 C9.223,12.047 8.877,12.045 8.662,11.829 C8.448,11.613 8.446,11.264 8.660,11.049 L13.136,6.534 L0.534,6.534 C0.239,6.533 -0.001,6.291 -0.001,5.993 C-0.001,5.695 0.239,5.453 0.534,5.453 L13.137,5.453 L8.660,0.938 C8.447,0.723 8.448,0.374 8.663,0.157 C8.877,-0.058 9.223,-0.060 9.436,0.156 L14.839,5.605 C15.052,5.820 15.051,6.169 14.837,6.385 C14.835,6.388 14.831,6.389 14.828,6.391 Z"/></svg>
                                </div><!--/.news-arrow-->
							</a><!--/.news-link-->
                        </div><!--/.news-info-->
                    </div><!--/.news.equal-->
                </li><!--/.tiny-item-->
		
                <li class="tiny-item">
                    <div class="news equal">
                        <div class="news-banner" style="background:url('Site%20Images/Newsletter%20Cover%20-%20Copy%20-%20Copy%20(2).jpg?t=202403191208500') center no-repeat;background-size:100% 100%"></div>
                        <div class="news-info">
                            <div class="clearfix news-date">
                                <i class="fa-regular fa-calendar"></i> <span>Dec 1</span>
                            </div><!--/.clearfix.news-date-->
                            <h3 class="news-title">Winter 2023</h3>
                            <a href="news_detail_T28_R13.php" class="news-link clearfix">Read more <span class="sr-only">about Winter 2023</span>
                                <div class="news-arrow">
                                    <svg  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32px" height="32px"><path fill-rule="evenodd" fill="rgb(255, 224, 27)" d="M16.000,0.000 C24.837,0.000 32.000,7.163 32.000,15.1000 C32.000,24.836 24.837,32.000 16.000,32.000 C7.163,32.000 0.000,24.836 0.000,15.1000 C0.000,7.163 7.163,0.000 16.000,0.000 Z"/></svg>
                                    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="12px"><path fill-rule="evenodd" fill="rgb(46, 49, 51)" d="M14.828,6.391 C14.828,6.392 14.828,6.393 14.827,6.393 L9.436,11.832 C9.223,12.047 8.877,12.045 8.662,11.829 C8.448,11.613 8.446,11.264 8.660,11.049 L13.136,6.534 L0.534,6.534 C0.239,6.533 -0.001,6.291 -0.001,5.993 C-0.001,5.695 0.239,5.453 0.534,5.453 L13.137,5.453 L8.660,0.938 C8.447,0.723 8.448,0.374 8.663,0.157 C8.877,-0.058 9.223,-0.060 9.436,0.156 L14.839,5.605 C15.052,5.820 15.051,6.169 14.837,6.385 C14.835,6.388 14.831,6.389 14.828,6.391 Z"/></svg>
                                </div><!--/.news-arrow-->
							</a><!--/.news-link-->
                        </div><!--/.news-info-->
                    </div><!--/.news.equal-->
                </li><!--/.tiny-item-->
		
			</ul><!--/.tiny-carousel-->
        </div><!--/.container-->
	</section><!--/#news-->
	



    <section id="holiday" aria-label="Call to Action">
        <div class="container">
            <div class="row">
                <div class="col-lg">
                    <div id="holiday-left" class="equal">							<div class="rzEditWrap rzCallBtns">
								<script language="JavaScript" type="text/JavaScript">
									RZ.module = 'generic';
									RZ.recordid = '';
									RZ.nexturl = "/revize/webgen_includes/georgia_library/editforms/call-editform.jsp";
									RZ.popupwidth = ''; RZ.popupheight = ''; RZ.popupscroll = '';
									RZ.img = '<span class="rzBtn">Edit Call to Action</span>';
									RZ.set = 'pageid=call-to-action';
									RZ.options = '';
									if (typeof RZaction != 'undefined') RZaction('editform');
								</script>
								<script language="JavaScript" type="text/JavaScript">
									RZ.module = 'links';
									RZ.nexturl = "/revize/plugins/menus/webspace_menu-editlist.jsp?pageid=call-links&"
											   + "linksfilter=linkplacement=call-links&"
											   + "numberoflevels=1&"
											   + "linkoptions=url,file&"
											   + "linknewsection=*all*";
									RZ.img = '<span class="rzBtn">Edit Links</span>';
									RZ.caption = '';
									RZ.set = "links.linkplacement=call-links";
									RZ.options = '';
									if (typeof RZaction != 'undefined') RZaction('editlist');
								</script>
							</div>                        <h2><strong>Library Cards</strong></h2>
                        <div id="holiday-caption">
                            <p><span style="font-size: 18px; color: #ecf0f1;">Statesboro Regional Public Libraries participates in PINES, a statewide circulation system. Your library card, which must be presented each time you borrow materials, may be used at 300 Georgia libraries. All cards are FREE, and are available to all residents of Georgia. Patrons of non-participating Georgia public libraries may receive a card from any PINES library. Persons who attend school, own property or are employed in Georgia are also eligible for a free card. Current I.D. must be shown at the time of registration. Property owners who do not reside in the state may be required to show proof of ownership. Proof of school enrollment or employment within the state may also be required.</span><br /><br /><span style="font-size: 18px; color: #ecf0f1;">Out-of-state cards are available to persons living outside Georgia who do not meet the above criteria for a $25 annual fee.</span></p>
<p><span style="font-size: 18px; color: #ecf0f1;">There is no minimum age for a child to receive a PINES card.</span><br /><br /><span style="font-size: 18px; color: #ecf0f1;">A parent or legal guardian may register a child. Parent or legal guardian must show proper ID to register a child. A parent or legal guardian must sign the application for all children under 18. Signing a child&rsquo;s PINES card application denotes acceptance of responsibility for all fines, lost or damaged materials.</span><br /><br /><span style="color: #a42619;"><br /><span style="color: #ecf0f1;">Directions to each of our Libraries:</span><br /><span style="color: #cfcfcf;"><a style="color: #cfcfcf;" href="https://www.google.com/maps/dir/32.4455474,-81.7833181/Evans County Library, West Main Street, Claxton, GA/@32.3034783,-82.0555606,11z/data=!3m1!4b1!4m10!4m9!1m1!4e1!1m5!1m1!1s0x88fa611992bb2429:0x33847bc23bcfa10a!2m2!1d-81.9161822!2d32.1613144!3e0!5m1!1e1?entry=ttu" target="_blank">Claxton-Evans County Library</a></span><br /></span><span style="color: #cfcfcf;"><a style="color: #cfcfcf;" href="https://www.google.com/maps/dir/32.4455474,-81.7833181/331 West Main Street, Swainsboro, GA/@32.5159421,-82.2270729,11z/data=!3m1!4b1!4m10!4m9!1m1!4e1!1m5!1m1!1s0x88f0a4614033e6a1:0x661225f4f86cba55!2m2!1d-82.3410775!2d32.593202!3e0!5m1!1e1?entry=ttu" target="_blank">Franklin Memorial Library- Emanuel County</a></span><br /><span style="color: #cfcfcf;"><a style="color: #cfcfcf;" href="https://www.google.com/maps/dir/32.4455474,-81.7833181/50 South Kennedy Street, Metter, GA/@32.3795078,-82.0064608,12z/data=!3m1!4b1!4m10!4m9!1m1!4e1!1m5!1m1!1s0x88fa723e17e1472f:0x8e13d4f9477d0a49!2m2!1d-82.0632286!2d32.3960793!3e0!5m1!1e1?entry=ttu" target="_blank">L.C. Anderson Memorial Library-Candler County</a><br /><a style="color: #cfcfcf;" href="https://www.google.com/maps/dir/32.4455474,-81.7833181/1018 Camelia Drive, Pembroke, GA/@32.2926329,-81.9091936,11z/data=!3m1!4b1!4m10!4m9!1m1!4e1!1m5!1m1!1s0x88fa56a28a259405:0xa8f332251a08a1cb!2m2!1d-81.6118562!2d32.1468308!3e0!5m1!1e1?entry=ttu" target="_blank">Pembroke Library-Bryan County</a></span><br /><span style="color: #cfcfcf;"><a style="color: #cfcfcf;" href="https://www.google.com/maps/dir/32.4455474,-81.7833181/9607 Ford Avenue, Richmond Hill, GA/@32.1989152,-81.6809609,11z/data=!3m1!4b1!4m10!4m9!1m1!4e1!1m5!1m1!1s0x88fb0f391fb06337:0xe725e655b0218393!2m2!1d-81.3150563!2d31.952467!3e0!5m1!1e1?entry=ttu" target="_blank">Richmond Hill Library-Bryan County&nbsp;</a></span><br /><span style="color: #cfcfcf;"><a style="color: #cfcfcf;" href="https://www.google.com/maps/dir/32.4455474,-81.7833181/Statesboro Regional Public Libraries, South Main Street, Statesboro, GA/@32.4453404,-81.7860762,17z/data=!3m1!4b1!4m10!4m9!1m1!4e1!1m5!1m1!1s0x88fa40abdb9b8c75:0xb92706c3f40e3c26!2m2!1d-81.7835005!2d32.4453581!3e0!5m1!1e1?entry=ttu" target="_blank">Statesboro-Bulloch County Library&nbsp;</a></span></p>
                        </div><!--/#holiday-caption-->
                        <div id="holiday-links">

                        </div><!--/#holiday-links-->
                    </div><!--/#holiday-left.equal-->
                </div><!--/.col-lg-->
                <div class="col-lg">                    <div id="holiday-right" class="fillRight withPadding equal" style="background:url('revize_photo_gallery/Untitled%20design%20(5)%20-%20Copy.jpg') center no-repeat;background-size:cover"></div>
                </div><!--/.col-lg-->
            </div><!--/.row-->
        </div><!--/.container-->
    </section><!--/#holiday-->
</main>
<section id="modal-section">
		<button type="button" class="share-btn floating-share-btn" data-toggle="modal" data-target="#shareModal" >
		<i class="fa fa-share-alt"></i>
		<span>Share <span class="sr-only">this page</span></span>
	</button>

	<div class="modal fade" id="shareModal" tabindex="-1" role="dialog" aria-labelledby="shareModal">
		<div class="modal-dialog modal-lg" role="document">
			<div class="modal-content">
				<div class="modal-header">
					<h2 class="modal-title" id="myModalLabel">Share this page</h2>
					<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
				</div>
				<div class="modal-body">
					<div class="copylink">
						<p>Copy and paste this code into your website.</p>
						<pre tabindex="0" role="textbox" aria-label="Copy and paste this code into your website with Control C on Windows and Command C on Mac" onfocus="selectText(this)" class="py-3 px-4">&lt;a href="http://strl.info/?feed=rss2">Your Link Name&lt;/a&gt;</pre>
					</div><!-- /.copylink -->
					<div class="share-btns">
						<p>Share this page on your favorite Social network</p>
						<div class="row">
							<div class="col-sm-4">
								<a href="https://www.facebook.com/sharer/sharer.php?u=http://strl.info/?feed=rss2" class="btn-facebook" onclick="return !window.open(this.href, 'facebook ', 'width=500,height=500')"
								target="_blank">
									<i class="fab fa-facebook"></i> Facebook
								</a>
							</div>
							<div class="col-sm-4">
								<a href="https://www.twitter.com/intent/tweet?url=http://strl.info/?feed=rss2" class="btn-twitter" onclick="return !window.open(this.href, 'twitter ', 'width=500,height=500')"
								target="_blank">
									<i class="fab fa-twitter"></i> Twitter
								</a>
							</div>
							<div class="col-sm-4">
								<a href="https://www.reddit.com/submit?url=http://strl.info/?feed=rss2" class="btn-reddit" onclick="return !window.open(this.href, 'redit ', 'width=500,height=500')"
								target="_blank">
									<i class="fab fa-reddit"></i> Reddit
								</a>
							</div>
						</div><!-- /.row -->
					</div><!-- /.share-btns -->
					<button type="button" class="btn btn-success btn-lg" data-dismiss="modal">Close</button>
				</div><!-- /.modal-body -->
			</div>
		</div><!-- /.modal-dialog -->
	</div><!-- /.modal -->
</section><!-- /#modal-section -->

<script>
    (function(d){
      var s = d.createElement("script");
      /* uncomment the following line to override default position*/
      s.setAttribute("data-position", 5);
      /* uncomment the following line to override default size (values: small, large)*/
      /* s.setAttribute("data-size", "small");*/
      /* uncomment the following line to override default language (e.g., fr, de, es, he, nl, etc.)*/
      /* s.setAttribute("data-language", "language");*/
      /* uncomment the following line to override color set via widget (e.g., #053f67)*/
      /* s.setAttribute("data-color", "#053e67");*/
      /* uncomment the following line to override type set via widget (1=person, 2=chair, 3=eye, 4=text)*/
      /* s.setAttribute("data-type", "1");*/
      /* s.setAttribute("data-statement_text:", "Our Accessibility Statement");*/
      /* s.setAttribute("data-statement_url", "http://www.example.com/accessibility")";*/
      /* uncomment the following line to override support on mobile devices*/
      /* s.setAttribute("data-mobile", true);*/
      /* uncomment the following line to set custom trigger action for accessibility menu*/
      /* s.setAttribute("data-trigger", "triggerId")*/
      s.setAttribute("data-account", "3Ev94fQ0mg");
      s.setAttribute("src", "https://cdn.userway.org/widget.js");
      (d.body || d.head).appendChild(s);
    })(document)

		function selectText(element) {
    const range = document.createRange();
    range.selectNodeContents(element);
    const selection = window.getSelection();
    selection.removeAllRanges();
    selection.addRange(range);
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3S5DZEE0TK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3S5DZEE0TK');
</script><footer id="main-footer">
	
	
	<div class="container text-center">		<div class="rzEditWrap rzFooterTopBtns">
			<script language="JavaScript" type="text/JavaScript">
				RZ.module = 'generic';
				RZ.nexturl = '/revize/webgen_includes/georgia_library/editforms/text_long-editform.jsp?';
				RZ.img = '<span class="rzBtn">Edit Footer</span>';
				RZ.set = 'pageid=footer-info';
				RZ.options = '';
				if (typeof RZaction != 'undefined') RZaction('editform');
			</script>
			<script language="JavaScript" type="text/JavaScript">
				RZ.module = 'imagelink';
				RZ.recordid = '';
				RZ.nexturl = "/revize/webgen_includes/georgia_library/editforms/socials-editlist.jsp?pageid=footer-socials";
				RZ.popupwidth = ''; RZ.popupheight = ''; RZ.popupscroll = '';
				RZ.img = '<span class="rzBtn">Edit Socials</span>';
				RZ.set = '';
				RZ.options = '';
				if (typeof RZaction != 'undefined') RZaction('editlist');
			</script>
		</div>		<h2><strong>Statesboro Regional Public Libraries</strong></h2>
		<div>
			<a href="https://goo.gl/maps/h7jCxkZ1gs2RrbMF8" target="_blank"><strong>124 S. Main Street &bull; Statesboro, GA 30458</strong></a><br /><br />
<p><strong>(912) 764-1341&nbsp;</strong></p>
<p><strong>FAX: (912) 764-1350<br /><br /><span data-olk-copy-source="MessageBody">We registered with E-Verify on 6/18/2013.</span><br /><span data-olk-copy-source="MessageBody">E-verify number -&nbsp;</span>682741<br /></strong></p>
		</div>
        <div class="smls">
            
        </div><!--/.smls-->
        <div class="translation-links">
            <button type="button" class="translate-button" aria-label="translate page" aria-haspopup="true" aria-expanded="false">Translate page <i class="fa fa-caret-up"></i></button>
                <ul class="clearfix">
                    <li><a href="#" class="English" data-lang="English"><strong translate="no">English</strong></a></li>
                    <li><a href="#" class="Afrikaans" data-lang="Afrikaans">Afrikaans</a></li>
                    <li><a href="#" class="Albanian" data-lang="Albanian">Albanian</a></li>
                    <li><a href="#" class="Arabic" data-lang="Arabic">Arabic</a></li>
                    <li><a href="#" class="Armenian" data-lang="Armenian">Armenian</a></li>
                    <li><a href="#" class="Azerbaijani" data-lang="Azerbaijani">Azerbaijani</a></li>
                    <li><a href="#" class="Basque" data-lang="Basque">Basque</a></li>
                    <li><a href="#" class="Belarusian" data-lang="Belarusian">Belarusian</a></li>
                    <li><a href="#" class="Bengali" data-lang="Bengali">Bengali</a></li>
                    <li><a href="#" class="Bosnian" data-lang="Bosnian">Bosnian</a></li>
                    <li><a href="#" class="Bulgarian" data-lang="Bulgarian">Bulgarian</a></li>
                    <li><a href="#" class="Catalan" data-lang="Catalan">Catalan</a></li>
                    <li><a href="#" class="Cebuano" data-lang="Cebuano">Cebuano</a></li>
                    <li><a href="#" class="Chinese" data-lang="Chinese (Simplified)">Chinese (Simplified)</a></li>
                    <li><a href="#" class="Chinese" data-lang="Chinese (Traditional)">Chinese (Traditional)</a></li>
                    <li><a href="#" class="Croatian" data-lang="Croatian">Croatian</a></li>
                    <li><a href="#" class="Czech" data-lang="Czech">Czech</a></li>
                    <li><a href="#" class="Danish" data-lang="Danish">Danish</a></li>
                    <li><a href="#" class="Dutch" data-lang="Dutch">Dutch</a></li>
                    <li><a href="#" class="Esperanto" data-lang="Esperanto">Esperanto</a></li>
                    <li><a href="#" class="Estonian" data-lang="Estonian">Estonian</a></li>
                    <li><a href="#" class="Filipino" data-lang="Filipino">Filipino</a></li>
                    <li><a href="#" class="Finnish" data-lang="Finnish">Finnish</a></li>
                    <li><a href="#" class="French" data-lang="French">French</a></li>
                    <li><a href="#" class="Galician" data-lang="Galician">Galician</a></li>
                    <li><a href="#" class="Georgian" data-lang="Georgian">Georgian</a></li>
                    <li><a href="#" class="German" data-lang="German">German</a></li>
                    <li><a href="#" class="Greek" data-lang="Greek">Greek</a></li>
                    <li><a href="#" class="Gujarati" data-lang="Gujarati">Gujarati</a></li>
                    <li><a href="#" class="Haitian Creole" data-lang="Haitian Creole">Haitian Creole</a></li>
                    <li><a href="#" class="Hausa" data-lang="Hausa">Hausa</a></li>
                    <li><a href="#" class="Hebrew" data-lang="Hebrew">Hebrew</a></li>
                    <li><a href="#" class="Hindi" data-lang="">Hindi</a></li>
                    <li><a href="#" class="Hmong" data-lang="Hmong">Hmong</a></li>
                    <li><a href="#" class="Hungarian" data-lang="Hungarian">Hungarian</a></li>
                    <li><a href="#" class="Icelandic" data-lang="Icelandic">Icelandic</a></li>
                    <li><a href="#" class="Igbo" data-lang="Igbo">Igbo</a></li>
                    <li><a href="#" class="Indonesian" data-lang="Indonesian">Indonesian</a></li>
                    <li><a href="#" class="Irish" data-lang="Irish">Irish</a></li>
                    <li><a href="#" class="Italian" data-lang="Italian">Italian</a></li>
                    <li><a href="#" class="Japanese" data-lang="Japanese">Japanese</a></li>
                    <li><a href="#" class="Javanese" data-lang="Javanese">Javanese</a></li>
                    <li><a href="#" class="Kannada" data-lang="Kannada">Kannada</a></li>
                    <li><a href="#" class="Khmer" data-lang="Khmer">Khmer</a></li>
                    <li><a href="#" class="Korean" data-lang="Korean">Korean</a></li>
                    <li><a href="#" class="Lao" data-lang="Lao">Lao</a></li>
                    <li><a href="#" class="Latin" data-lang="Latin">Latin</a></li>
                    <li><a href="#" class="Latvian" data-lang="Latvian">Latvian</a></li>
                    <li><a href="#" class="Lithuanian" data-lang="Lithuanian">Lithuanian</a></li>
                    <li><a href="#" class="Macedonian" data-lang="Macedonian">Macedonian</a></li>
                    <li><a href="#" class="Malay" data-lang="Malay">Malay</a></li>
                    <li><a href="#" class="Maltese" data-lang="Maltese">Maltese</a></li>
                    <li><a href="#" class="Maori" data-lang="Maori">Maori</a></li>
                    <li><a href="#" class="Marathi" data-lang="Marathi">Marathi</a></li>
                    <li><a href="#" class="Mongolian" data-lang="Mongolian">Mongolian</a></li>
                    <li><a href="#" class="Nepali" data-lang="Nepali">Nepali</a></li>
                    <li><a href="#" class="Norwegian" data-lang="Norwegian">Norwegian</a></li>
                    <li><a href="#" class="Persian" data-lang="Persian">Persian</a></li>
                    <li><a href="#" class="Polish" data-lang="Polish">Polish</a></li>
                    <li><a href="#" class="Portuguese" data-lang="Portuguese">Portuguese</a></li>
                    <li><a href="#" class="Punjabi" data-lang="Punjabi">Punjabi</a></li>
                    <li><a href="#" class="Romanian" data-lang="Romanian">Romanian</a></li>
                    <li><a href="#" class="Russian" data-lang="Russian">Russian</a></li>
                    <li><a href="#" class="Serbian" data-lang="Serbian">Serbian</a></li>
                    <li><a href="#" class="Slovak" data-lang="Slovak">Slovak</a></li>
                    <li><a href="#" class="Slovenian" data-lang="Slovenian">Slovenian</a></li>
                    <li><a href="#" class="Somali" data-lang="Somali">Somali</a></li>
                    <li><a href="#" class="Spanish" data-lang="Spanish">Spanish</a></li>
                    <li><a href="#" class="Swahili" data-lang="Swahili">Swahili</a></li>
                    <li><a href="#" class="Swedish" data-lang="Swedish">Swedish</a></li>
                    <li><a href="#" class="Tamil" data-lang="Tamil">Tamil</a></li>
                    <li><a href="#" class="Telugu" data-lang="Telugu">Telugu</a></li>
                    <li><a href="#" class="Thai" data-lang="Thai">Thai</a></li>
                    <li><a href="#" class="Turkish" data-lang="Turkish">Turkish</a></li>
                    <li><a href="#" class="Ukrainian" data-lang="Ukrainian">Ukrainian</a></li>
                    <li><a href="#" class="Urdu" data-lang="Urdu">Urdu</a></li>
                    <li><a href="#" class="Vietnamese" data-lang="Vietnamese">Vietnamese</a></li>
                    <li><a href="#" class="Welsh" data-lang="Welsh">Welsh</a></li>
                    <li><a href="#" class="Yiddish" data-lang="Yiddish">Yiddish</a></li>
                    <li><a href="#" class="Yoruba" data-lang="Yoruba">Yoruba</a></li>
                    <li><a href="#" class="Zulu" data-lang="Zulu">Zulu</a></li>
                </ul>
        </div><!--/.translation-links-->
        <nav id="footer-links" aria-label="Footer Links"><!--#footer-links-->
                                    <div class="rzEditWrap rzFooterBtns">
                    <script language="JavaScript" type="text/JavaScript">
                        RZ.module = 'links';
                        RZ.nexturl = "/revize/plugins/menus/webspace_menu-editlist.jsp?pageid=footer-links&"
                                    + "linksfilter=linkplacement=footer-links&"
                                    + "numberoflevels=1&"
                                    + "linkoptions=url,file&"
                                    + "linknewsection=*all*";
                        RZ.img = '<span class="rzBtn">Edit Links</span>';
                        RZ.caption = '';
                        RZ.set = "links.linkplacement=footer-links";
                        RZ.options = '';
                        if (typeof RZaction != 'undefined') RZaction('editlist');
                    </script>
                    </div>            
            <ul>
                
                            <li><a href="https://www.irs.gov/" target="_new" class="flink">IRS Gov</a></li>
                    
                            <li><a href="https://georgia.gov/" target="_new" class="flink">State of Georgia</a></li>
                    
                            <li><a href="https://www.usps.com/" target="_new" class="flink">US Postal Service</a></li>
                    
            </ul>
        </nav><!--/#footer-links-->
        <div id="copyright">
            &copy; 2026 Statesboro Regional Public Libraries <span>&#x2022;</span> Powered by <a aria-label="Revize The Government Website Experts" href="https://www.revize.com" target="_blank" id="revize-link" style="text-decoration: underline;">revize.</a>, the Government Website Experts <span>&#x2022;</span> <a id="revize-login" href="https://webgen1.revize.com/revize/security/index.jsp?webspace=statesborolibraryga&filename=/index.php">Login</a>
        </div><!--/#copyright-->
    </div><!--/.container.text-center-->
</footer>

<script src="_assets_/plugins/modernizr/modernizr.custom.js"></script>
<script src="_assets_/plugins/tiny-slider/dist/min/tiny-slider.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
	<script src="_assets_/plugins/YTPlayer/jquery.mb.YTPlayer.min.js"></script>
	<script src="/revize/util/endpoints/fetchLibraryRiver.js"></script>

<div class="modal fade" id="event-modal" tabindex="-1" role="dialog" aria-labelledby="event-modal" aria-hidden="true">
  <div id="event-modal-dialog" class="modal-dialog modal-dialog-centered" role="document">
    <div class="modal-content">
	  <div class="event-modal-header">
		  <div class="modal-event-date-wrap">
			<span class="modal-event-date-number"></span>
			<span class="modal-event-date-month"></span>
		  </div>
      </div>
	  <div class="modal-body" id="modal-event-body">
		 <h2 aria-label="Event Title" class="modal-title" id="modal-event-title"></h2>
		 <h3 aria-label="Event Subtitle" class="modal-subtitle" id="modal-event-subtitle"></h3>
		 <div class="modal-description clearfix" id="modal-event-description"></div>
		 <div class="modal-location" id="modal-event-location"></div>
	  </div>
      <div class="modal-footer">
        <button id="modal-close-button" type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
        <a href="#" id="modal-event-readmore" class="btn btn-primary">Read More</a>
      </div>
    </div>
  </div>
</div>
<script src="/revize/plugins/revize_calendar/moment.min.js"></script>
<script src="/revize/plugins/revize_calendar/moment-timezone.min.js"></script>
<script src="/revize/plugins/revize_calendar/rrule.js"></script>
<script src="/revize/plugins/revize_calendar/ical.min.js"></script>
<script src="/revize/plugins/revize_calendar/core/main.min.js"></script>
<script src="/revize/plugins/revize_calendar/google-calendar/main.min.js"></script>
<script src="/revize/plugins/revize_calendar/rrule/main.min.js"></script>
<script src="/revize/plugins/revize_calendar/list/main.min.js"></script>
<script src="/revize/plugins/revize_calendar/daygrid/main.min.js"></script>
<script src="/revize/plugins/revize_calendar/timegrid/main.min.js"></script>
<script src="/revize/plugins/revize_calendar/doT.min.js"></script>
<script src="/revize/plugins/revize_calendar/ics/ics.deps.min.js"></script>
<script src="/revize/plugins/revize_calendar/mini.js"></script><script src="_assets_/plugins/YTPlayer/jquery.mb.YTPlayer.min.js"></script>

<script src="_assets_/plugins/matchHeight/dist/jquery.matchHeight-min.js"></script>
<script src="_assets_/js/scripts.js?t=1767994846075"></script>





</body>
</html>

