<!-- 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 paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var showscroller	= "no"		// SHOW THE SCROLLER
var scrollspacing	= "20"		// NUDGE SIDEBAR DOWN
var bordercolor		= "9291AA"	// SCROLLER AND IMAGE BORDER COLOR

var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "left"	// DATE LEFT OR RIGHT
var dateX		= "10"		// DATE X LOCATION
var dateY		= "164"		// DATE Y LOCATION

var showsearch		= "no"		// SHOW THE SEARCH FORM
var searchLR		= "left"	// 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		= "Web Search"	// TEXT ABOVE SEARCH FORM


// EDIT THE "scroller/scroll.variables0.js" FOR SCROLLER OPTIONS


// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+scrollspacing+'" width="10"><br>')



// SCROLLER CODE

if (navigator.userAgent.indexOf('Safari') != -1)     
{
document.write('<br>')
}
else {

   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>')

}
}


// 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"><IMG SRC="picts/allan_zullo.jpg" border="0" width="140"></a><br>')
document.write('</td></tr></table>')
document.write('<br><br>')
}

// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

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

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

document.write('Excerpt from "The Hero Inside Of You”')

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

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

document.write(' While driving on Interstate 75 in Cincinnati in 1984, salesman Arthur Naltner, 42, saw a piece of metal fly off the back of a truck and crash through the windshield of the motorist in front of him.  The driver, Charles Snowdy, 25, was knocked unconscious by the impact.  However, his car continued traveling but was now out of control at about 45 m.p.h. The quick-thinking Naltner maneuvered his subcompact auto in front of Snowdy’s full-sized car until the bumpers made contact and then by braking, he brought both cars to a stop.  Snowdy recovered from his injuries.<br>')   

document.write('<br>')

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

}
// END SIDEBAR AREA PARAGRAPH 1


// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

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

document.write('Excerpt from the chapter “Agony in the Amazon”')

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

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

document.write(' Halfway to their destination, the skies suddenly darkened, angry clouds spewed rain and lightning, and the plane started shaking so violently that carry-ons began falling from the overhead bins.<br>')   

document.write('<br>')

document.write(' Then Juliane heard a scream, and looked out the window at a terrifying sight. A bolt of lightning slammed into the right wing. Seconds later, the wing was consumed by fire.<br>')  

document.write('<br>')

document.write(' “This is the end of everything!” her mother shrieked as a loud bang reverberated through the cabin.  Before Juliane could gather her thoughts, the fuselage split open with a sickening crack, spilling passengers, seats and luggage into the raging storm.<br>')   

document.write('<br>')

document.write(' In horror, the girl found herself tumbling outside the plane, feeling so helpless and scared that she was too numb to even scream. Still strapped in her seat, Juliane somersaulted toward the jungle below. Her last thought, before everything went black, was that the trees below looked like cauliflowers.<br>')

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

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

}
// END SIDEBAR AREA PARAGRAPH 2







// START SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

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

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

document.write('Excerpt from the chapter "Death of the Angels"')

document.write('<br></span><span class="sidebartext">')

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

document.write(' Lt. Charles Kamin slammed the 26-foot ladder against the wall by the second-floor window, scurried up the rungs and looked in on a horrifying sight.  About 20 students were jammed against the window…<br>')


document.write('<br>')
 
document.write(' Then Kamin noticed something that made his blood run cold. The students’ white shirts were changing color, going from white to tan, then growing darker like marshmallows over a campfire. The blistering heat was starting to burn their clothing.<br>')


document.write('<br>')

document.write(' <i>Seconds, I have just seconds,</i> Kamin thought. The burning clothes told him that in no time the room was going to reach a flash point in which everything— furniture, books, papers and children— would go up in one great white flame.<br>')


document.write('<br>')

document.write(' In desperation, he did something that would have seemed unthinkable just minutes earlier… He kept seizing children and flinging them out the window.  In Kamin’s mind, at least they had a chance of surviving a 25-foot plunge; they had no chance of surviving in the classroom.<br>')

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

}
// END SIDEBAR AREA PARAGRAPH 3




// 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="2" border="0" width="'+searchwidth+'"><tr><td colspan="2" class="sidebartext">')
document.write(''+searchtext+'<br>')
document.write('</td></tr><tr><td align="left">')
document.write('<form action="http://www.google.com/search" name="f" target="_blank" style="margin: 0px">')
document.write('<input type="hidden" name="any selected">')
document.write('<input size="15" name="q" value="" class="searchform">&nbsp;<input type=submit value="Go!" name="btnG" class="searchbutton"><br>')
document.write('</form>')
document.write('</td></tr></table>')
document.write('</div>')
}



// 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 -->
