<!-- Begin POP-UP SIZES AND OPTIONS CODE// ONLY USE lowercase FOR ALL OPTIONS// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ONvar paragraph_1 	= "yes"				// SHOW THE 1ST PARAGRAPHvar paragraph_2 	= "yes"				// SHOW THE 2ND PARAGRAPHvar paragraph_3 	= "yes"				// SHOW THE 3ND PARAGRAPHvar paragraph_4 	= "yes"				// SHOW THE 4TH PARAGRAPHvar showimage		= "yes"				// SHOW A SIDEBAR IMAGEvar showscroller	= "yes"				// SHOW A SIDEBAR IMAGEvar scrollspacing	= "20"				// NUDGE SIDEBAR DOWNvar showsearch		= "yes"				// SHOW THE SEARCH FORMvar searchLR		= "center"			// SEARCH FORM LEFT OR RIGHTvar searchX		= "10"				// SEARCH FORM X LOCATIONvar searchy		= "210"				// SEARCH FORM Y LOCATIONvar searchwidth		= "160"				// WIDTH OF THE SEARCH FORMvar searchtext		= ""				// TEXT ABOVE SEARCH FORMvar showdate		= "yes"				// SHOW THE DATE ON THE PAGEvar bordercolor		= "9291AA"			// SCROLLER AND IMAGE BORDER COLOR// EDIT THE "scroll.variables0.js" FOR SCROLLER OPTIONS// NUDGE SPACERdocument.write('<img src="http://www.hancocklibraries.info/picts/spacer.gif" height="'+scrollspacing+'" width="10"><br>')// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA   if (paragraph_1 == "yes") {document.write('<span class="sidebartitle">')//document.write('Hurricane Katrina Recovery')document.write('<br><br></span><span class="sidebartext">')//document.write('Together you can help us rebuild and provide award-winning library and information services to the residents of Hancock County and surrounding communities. <a href="http://www.hancocklibraries.info/fdngiveform.htm"> Click here</a> to help.<br>')//document.write('</span><br><br>')}// END SIDEBAR AREA PARAGRAPH 1// SCROLLER CODE   if (showscroller == "yes") {document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')Tscroll_init (0)document.write('</td></tr></table>')document.write('<br><br>')}// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA   if (paragraph_2 == "yes") {document.write('<span class="sidebartitle">')document.write('<b>Rebuilding the Dream</b>')document.write('<br></span><span class="sidebartext">')document.write('Together you can help us rebuild and provide award-winning library and information services to the residents of Hancock County and surrounding communities. <a href="http://www.hancocklibraries.info/09hqgiftlist.pdf"> Click here</a> to help.<br>')document.write('</span>')}// END SIDEBAR AREA PARAGRAPH 2// START SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA   if (paragraph_3 == "yes") {document.write('<span class="sidebartitle">')//document.write('Hancock Library Needs List')//document.write('<br></span><span class="sidebartext">')//document.write('Want to help? <a //href="http://www.hancocklibraries.info/kneeds.htm">Click here</a> to see a list of our needs.<br>')document.write('</span><br><br>')}// END SIDEBAR AREA PARAGRAPH 3//SMALL PICTURE AREA   if (showimage == "NO") {document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')document.write('<a href="index.html"> border="0" width="150"></a><br>')document.write('</td></tr></table>')document.write('<br><br>')}// START SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA   if (paragraph_4 == "yes") {document.write('<span class="sidebartitle">')document.write('Smartest Card on Your Keyring')document.write('<br></span><span class="sidebartext">')document.write('Get the smartest card you can have on your keyring - a Hancock County Library System keycard. Ask for one today!!<br>')document.write('</span><br><br>')}// END SIDEBAR AREA PARAGRAPH 4// EDIT THE "scroll.variables0.js" FOR SCROLLER OPTIONS// SEARCH FORM   if (showsearch == "yes") {document.write('<div id="search" style="'+searchLR+': '+searchX+'px; POSITION: absolute; TOP: '+searchy+'px; width: auto; z-index: 1;">')document.write('<TABLE cellpadding="0" cellspacing="3" border="0" width="'+searchwidth+'"><tr><td colspan="2" class="sidebartext">')document.write(''+searchtext+'<br><br>')document.write('</td></tr><tr><td align="center">')//document.write('<form action="http://www.ipac.hancock.lib.ms.us" name="f" target="_blank" style="margin: 0px">')document.write('<input type="hidden" name="any selected">')document.write('<a href="http://ipac.hancock.lib.ms.us"><IMG SRC="http://www.hancocklibraries.info/picts/searchbutton1.jpg" border="0" width="100"><br>')//document.write('</form>')document.write('</td></tr></table>')document.write('</div>')}// START DATE SCRIPT   if (showdate == "yes") {document.write('<div id="date-location">');var d=new Date()var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")document.write(monthname[d.getMonth()] + " ")document.write(d.getDate() + ". ")document.write(d.getFullYear())document.write("</nobr><br></span>")document.write('</div>');}//  End -->
