<!-- Begin POP-UP SIZES AND OPTIONS CODE

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

var showimage_1		= "yes"		// SHOW SIDEBAR IMAGE 1
var showimage_2		= "yes"		// SHOW SIDEBAR IMAGE 2
var showimage_3		= "yes"		// SHOW SIDEBAR IMAGE 3
var showimage_4		= "yes"		// SHOW SIDEBAR IMAGE 4
var showimage_5		= "yes"		// SHOW SIDEBAR IMAGE 5
var spacing		= "20"		// NUDGE SIDEBAR DOWN
var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4TH PARAGRAPH
var paragraph_5 	= "yes"		// SHOW THE 5TH PARAGRAPH

var showdate		= "no"		// SHOW THE DATE ON THE PAGE
var dateLR		= "right"	// DATE LEFT OR RIGHT
var dateX		= "10"		// DATE X LOCATION
var dateY		= "200"		// DATE Y LOCATION






// SMALL PICTURE AREA 1
   if (showimage_1 == "yes") {
	   
document.write('<a href="janeCulbrethMain.html"><p align="center" class="style22"><b><u>Jane Culbreth</b></u>')

document.write('<br>')
}

// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<span class="smalltext">')

document.write('Info and Memoirs <br> Hitching My Wagon To a Star<br>')

document.write('</span><br>')

}

// END SIDEBAR AREA PARAGRAPH 1





// SMALL PICTURE AREA 2
   if (showimage_2 == "yes") {

document.write('<a href="http://vulcan.bham.lib.al.us/search"><p align="center" class="style22"><b><u>Request A Book</b></u>')

document.write('<br>')
}

// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<span class="smalltext">')

document.write('Reserve one or more items out of the JCLC catalog.<br>')

document.write('</span><br>')

}

// END SIDEBAR AREA PARAGRAPH 2





// SMALL PICTURE AREA 3
   if (showimage_3 == "yes") {

document.write('<a href="https://vulcan.bham.lib.al.us/patroninfo/"><b><p align="center" class="style22"><u>View Record</b></u>')

document.write('<br>')
}


// START SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<span class="smalltext">')

document.write('Sign in and view your activity records.<br>')

document.write('</span><br>')

}



// SMALL PICTURE AREA 4
   if (showimage_4 == "yes") {

document.write('<a href="http://www.leedsalabama.gov"><p align="center" class="style22"><b><u>City of Leeds</b></u>')

document.write('<br>')
}





// START SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<span class="smalltext">')

document.write('Greater community information and news.<br>')

document.write('</span><br>')

}

// END SIDEBAR AREA PARAGRAPH 4





// SMALL PICTURE AREA 5
   if (showimage_5 == "yes") {

document.write('<a href="http://www.eventkeeper.com/code/events.cfm?curOrg=JCLC"><p align="center" class="style22"><b><u>Calendar of Events</b></u>')

document.write('<br>')
}





// START SIDEBAR AREA PARAGRAPH 5 EDIT THIS AREA

   if (paragraph_5 == "yes") {

document.write('<span class="smalltext">')

document.write('For Jefferson County.<br>')

document.write('</span><br>')

}

// END SIDEBAR AREA PARAGRAPH 5




// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
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 -->